mirror of https://github.com/getmango/Mango.git
Fix down SQL
This commit is contained in:
parent
ab29a9eb80
commit
b83ccf1ccc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue