lemmy/migrations/000000000000000_forbid_diesel_cli/up.sql
Dull Bananas 691bce0e71 stuff
2024-05-04 14:00:39 +00:00

6 lines
109 B
SQL

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