mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-19 04:46:19 +00:00
7 lines
109 B
SQL
7 lines
109 B
SQL
DO $$
|
|
BEGIN
|
|
RAISE NOTICE 'migrations must be managed using lemmy_server instead of diesel CLI';
|
|
END
|
|
$$;
|
|
|