Fix down SQL

This commit is contained in:
Alex Ling 2022-01-15 12:08:23 +00:00
parent ab29a9eb80
commit b83ccf1ccc
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class SortTitle < MG::Base
);
INSERT INTO titles
SELECT path, id, signature, unavailable
SELECT id, path, signature, unavailable
FROM tmp;
DROP TABLE tmp;