lemmy/migrations/000000000000000_forbid_diesel_cli/up.sql

7 lines
109 B
MySQL
Raw Normal View History

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