From 171f96f30905ad805e23f2f7d8169e8afe970d17 Mon Sep 17 00:00:00 2001 From: Melanie Retter Date: Thu, 25 Aug 2016 17:27:18 +0200 Subject: [PATCH] Remove DB migration skripts Signed-off-by: Melanie Retter --- .../H2/V1_7_0__software_module_type_constraint__H2.sql | 2 -- .../MYSQL/V1_7_0__software_module_type_constraint__MYSQL.sql | 2 -- 2 files changed, 4 deletions(-) delete mode 100644 hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/H2/V1_7_0__software_module_type_constraint__H2.sql delete mode 100644 hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/MYSQL/V1_7_0__software_module_type_constraint__MYSQL.sql diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/H2/V1_7_0__software_module_type_constraint__H2.sql b/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/H2/V1_7_0__software_module_type_constraint__H2.sql deleted file mode 100644 index dfdb6ee1d..000000000 --- a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/H2/V1_7_0__software_module_type_constraint__H2.sql +++ /dev/null @@ -1,2 +0,0 @@ -alter table sp_software_module_type - add constraint maxAssignmentCheck check (max_ds_assignments > 0); \ No newline at end of file diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/MYSQL/V1_7_0__software_module_type_constraint__MYSQL.sql b/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/MYSQL/V1_7_0__software_module_type_constraint__MYSQL.sql deleted file mode 100644 index dfdb6ee1d..000000000 --- a/hawkbit-repository/hawkbit-repository-jpa/src/main/resources/db/migration/MYSQL/V1_7_0__software_module_type_constraint__MYSQL.sql +++ /dev/null @@ -1,2 +0,0 @@ -alter table sp_software_module_type - add constraint maxAssignmentCheck check (max_ds_assignments > 0); \ No newline at end of file