mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-02 17:21:22 +00:00
7 lines
109 B
MySQL
7 lines
109 B
MySQL
|
DO $$
|
||
|
BEGIN
|
||
|
RAISE NOTICE 'migrations must be managed using lemmy_server instead of diesel CLI';
|
||
|
END
|
||
|
$$;
|
||
|
|