Merge branch 'ent-8731-umc-en-vendor-2' into 'develop'

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

See merge request artica/pandorafms!4807
This commit is contained in:
Daniel Rodriguez 2022-04-08 09:46:29 +00:00
commit aa21da9e54

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_journal`;
DROP TABLE `tupdate`;
DROP TABLE `tupdate_package`;
DROP TABLE `tupdate_journal`;
CREATE TABLE `tupdate_journal` (
`id` SERIAL,