mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
switch order of drops in MR
This commit is contained in:
parent
037bf016fb
commit
9406fa2c09
@ -28,8 +28,8 @@ ALTER TABLE `treport_content_template` ADD COLUMN `macros_definition` TEXT;
|
|||||||
ALTER TABLE `treport_content_template` ADD COLUMN `render_definition` TEXT;
|
ALTER TABLE `treport_content_template` ADD COLUMN `render_definition` TEXT;
|
||||||
|
|
||||||
DROP TABLE `tupdate_journal`;
|
DROP TABLE `tupdate_journal`;
|
||||||
DROP TABLE `tupdate_package`;
|
|
||||||
DROP TABLE `tupdate`;
|
DROP TABLE `tupdate`;
|
||||||
|
DROP TABLE `tupdate_package`;
|
||||||
|
|
||||||
CREATE TABLE `tupdate_journal` (
|
CREATE TABLE `tupdate_journal` (
|
||||||
`id` SERIAL,
|
`id` SERIAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user