lemmy/migrations/000000000000000_forbid_diesel_cli/up.sql

7 lines
102 B
MySQL
Raw Normal View History

2024-05-04 14:00:39 +00:00
DO $$
BEGIN
2024-05-11 19:37:55 +00:00
RAISE 'migrations must be managed using lemmy_server instead of diesel CLI';
2024-05-04 14:00:39 +00:00
END
$$;