mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-03 16:51:35 +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
|
||
|
$$;
|
||
|
|