mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-07 10:42:19 +00:00
6 lines
102 B
SQL
6 lines
102 B
SQL
DO $$
|
|
BEGIN
|
|
RAISE 'migrations must be managed using lemmy_server instead of diesel CLI';
|
|
END
|
|
$$;
|
|
|