lemmy/migrations/000000000000000_forbid_diesel_cli/up.sql
Dull Bananas 542f81d4f1 fix sql
2024-05-11 19:37:55 +00:00

7 lines
102 B
SQL

DO $$
BEGIN
RAISE 'migrations must be managed using lemmy_server instead of diesel CLI';
END
$$;