@ -42,10 +42,6 @@
<version>2.3.31</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
@ -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")
);