mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
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…
x
Reference in New Issue
Block a user