mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
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:
commit
aa21da9e54
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user