mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-8868-if-exists-drops-sql' into 'develop'
Fix See merge request artica/pandorafms!4835
This commit is contained in:
commit
e9a25023ce
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user