mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-30 08:11:20 +00:00
6 lines
109 B
SQL
6 lines
109 B
SQL
DO $$
|
|
BEGIN
|
|
RAISE NOTICE 'migrations must be managed using lemmy_server instead of diesel CLI';
|
|
END
|
|
$$;
|
|
|