diff --git a/app.db b/app.db
index 4511b24..dc886cf 100644
Binary files a/app.db and b/app.db differ
diff --git a/pom.xml b/pom.xml
index 3ef891d..cecb3d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,10 +42,6 @@
2.3.31
- org.flywaydb
- flyway-core
-
-
org.jetbrains
annotations
RELEASE
diff --git a/src/main/resources/db/migration/V100_1__create_table_zapp_hardware_services_setting.sql b/src/main/resources/db/migration/V100_1__create_table_zapp_hardware_services_setting.sql
deleted file mode 100644
index 73128c2..0000000
--- a/src/main/resources/db/migration/V100_1__create_table_zapp_hardware_services_setting.sql
+++ /dev/null
@@ -1,8 +0,0 @@
-CREATE TABLE "zapp_hardware_services_setting" (
- "id" text NOT NULL,
- "key" text,
- "serviceName" text,
- "valType" text,
- "val" text,
- PRIMARY KEY ("id")
-);
\ No newline at end of file