mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-12 13:56:46 +00:00
7 lines
102 B
SQL
7 lines
102 B
SQL
DO $$
|
|
BEGIN
|
|
RAISE 'migrations must be managed using lemmy_server instead of diesel CLI';
|
|
END
|
|
$$;
|
|
|