mirror of https://github.com/LemmyNet/lemmy.git
5 lines
124 B
MySQL
5 lines
124 B
MySQL
|
-- This is a clean-up migration that cannot be undone,
|
||
|
-- but Diesel requires a non-empty script so run a no-op.
|
||
|
SELECT 1;
|
||
|
|