diff --git a/core/core-backend/src/main/resources/db/desktop/V2.7.1__ddl.sql b/core/core-backend/src/main/resources/db/desktop/V2.7.1__ddl.sql new file mode 100644 index 0000000000..33c3ef2364 --- /dev/null +++ b/core/core-backend/src/main/resources/db/desktop/V2.7.1__ddl.sql @@ -0,0 +1 @@ +ALTER TABLE `visualization_template` ADD COLUMN `version` integer NULL DEFAULT 3; diff --git a/core/core-backend/src/main/resources/db/migration/V2.7.1__ddl.sql b/core/core-backend/src/main/resources/db/migration/V2.7.1__ddl.sql new file mode 100644 index 0000000000..33c3ef2364 --- /dev/null +++ b/core/core-backend/src/main/resources/db/migration/V2.7.1__ddl.sql @@ -0,0 +1 @@ +ALTER TABLE `visualization_template` ADD COLUMN `version` integer NULL DEFAULT 3;