mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 02:45:29 -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
|
INSERT INTO titles
|
||||||
SELECT path, id, signature, unavailable
|
SELECT id, path, signature, unavailable
|
||||||
FROM tmp;
|
FROM tmp;
|
||||||
|
|
||||||
DROP TABLE tmp;
|
DROP TABLE tmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user