mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-02 17:21:22 +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
|
|
$$;
|
|
|