Swap some stuff in MR becouse some environments had FK in deprecated tables

This commit is contained in:
fbsanchez 2022-04-07 17:26:14 +02:00
parent bfcb4dad5e
commit 037bf016fb
1 changed files with 2 additions and 2 deletions

View File

@ -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,