Home
last modified time | relevance | path

Searched refs:schemas_temp (Results 1 – 2 of 2) sorted by relevance

/plugin/struct/db/
H A Dupdate0009.sql1 CREATE TEMPORARY TABLE schemas_temp ( table
7 INSERT INTO schemas_temp (id, tbl, ts) SELECT id, tbl, ts FROM schemas;
19 INSERT INTO schemas (id, tbl, ts) SELECT id, tbl, ts FROM schemas_temp;
21 DROP TABLE schemas_temp;
H A Dupdate0014.sql1 CREATE TEMPORARY TABLE schemas_temp ( table
11 INSERT INTO schemas_temp (id, tbl, ts, islookup, user, comment, editors) SELECT id, tbl, ts, islookup, user, comment, editors FROM schemas;
25 INSERT INTO schemas (id, tbl, ts, islookup, user, comment, config) SELECT id, tbl, ts, islookup, user, comment, '{"allowed editors":"' || editors || '"}' FROM schemas_temp;
27 DROP TABLE schemas_temp;