Merge branch 'ent-8868-if-exists-drops-sql' into 'develop'

Fix

See merge request artica/pandorafms!4835
This commit is contained in:
Daniel Rodriguez 2022-04-25 10:56:35 +00:00
commit e9a25023ce
1 changed files with 3 additions and 3 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_journal`;
DROP TABLE `tupdate`;
DROP TABLE `tupdate_package`;
DROP TABLE IF EXISTS `tupdate_journal`;
DROP TABLE IF EXISTS `tupdate`;
DROP TABLE IF EXISTS `tupdate_package`;
CREATE TABLE `tupdate_journal` (
`id` SERIAL,