Swap some stuff in MR becouse some environments had FK in deprecated tables
This commit is contained in:
parent
bfcb4dad5e
commit
037bf016fb
|
@ -27,9 +27,9 @@ ALTER TABLE `treport_content` ADD COLUMN `render_definition` TEXT;
|
|||
ALTER TABLE `treport_content_template` ADD COLUMN `macros_definition` TEXT;
|
||||
ALTER TABLE `treport_content_template` ADD COLUMN `render_definition` TEXT;
|
||||
|
||||
DROP TABLE `tupdate`;
|
||||
DROP TABLE `tupdate_package`;
|
||||
DROP TABLE `tupdate_journal`;
|
||||
DROP TABLE `tupdate_package`;
|
||||
DROP TABLE `tupdate`;
|
||||
|
||||
CREATE TABLE `tupdate_journal` (
|
||||
`id` SERIAL,
|
||||
|
|
Loading…
Reference in New Issue