From 58200eee1f727cf6ad38c04a66a6a6c2f7432e13 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Thu, 4 Aug 2022 12:34:51 +0200 Subject: [PATCH] cleanup IntelliJ DB run scripts, not needed anymore due to Liquibase --- .run/00-util.sql.run.xml | 8 -------- .run/10-rbac-base.sql.run.xml | 8 -------- .run/12-rbac-role-builder.sql.run.xml | 8 -------- .run/18--rbac-all.sql.run.xml | 8 -------- .run/20-hs-base.sql.run.xml | 8 -------- .run/21-hs-customer.sql.run.xml | 8 -------- .run/22-hs-packages.sql.run.xml | 8 -------- .run/23-hs-unixuser.sql.run.xml | 8 -------- .run/24-hs-domain.sql.run.xml | 8 -------- .run/25-hs-emailaddress.sql.run.xml | 8 -------- .run/29-hs-statistics.sql.run.xml | 8 -------- .run/run all up to emailaddresses.run.xml | 18 ------------------ 12 files changed, 106 deletions(-) delete mode 100644 .run/00-util.sql.run.xml delete mode 100644 .run/10-rbac-base.sql.run.xml delete mode 100644 .run/12-rbac-role-builder.sql.run.xml delete mode 100644 .run/18--rbac-all.sql.run.xml delete mode 100644 .run/20-hs-base.sql.run.xml delete mode 100644 .run/21-hs-customer.sql.run.xml delete mode 100644 .run/22-hs-packages.sql.run.xml delete mode 100644 .run/23-hs-unixuser.sql.run.xml delete mode 100644 .run/24-hs-domain.sql.run.xml delete mode 100644 .run/25-hs-emailaddress.sql.run.xml delete mode 100644 .run/29-hs-statistics.sql.run.xml delete mode 100644 .run/run all up to emailaddresses.run.xml diff --git a/.run/00-util.sql.run.xml b/.run/00-util.sql.run.xml deleted file mode 100644 index 765612b0..00000000 --- a/.run/00-util.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/10-rbac-base.sql.run.xml b/.run/10-rbac-base.sql.run.xml deleted file mode 100644 index 161d087d..00000000 --- a/.run/10-rbac-base.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/12-rbac-role-builder.sql.run.xml b/.run/12-rbac-role-builder.sql.run.xml deleted file mode 100644 index 795a8278..00000000 --- a/.run/12-rbac-role-builder.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/18--rbac-all.sql.run.xml b/.run/18--rbac-all.sql.run.xml deleted file mode 100644 index fb6890e6..00000000 --- a/.run/18--rbac-all.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/20-hs-base.sql.run.xml b/.run/20-hs-base.sql.run.xml deleted file mode 100644 index 90368bd3..00000000 --- a/.run/20-hs-base.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/21-hs-customer.sql.run.xml b/.run/21-hs-customer.sql.run.xml deleted file mode 100644 index 0b9f91e8..00000000 --- a/.run/21-hs-customer.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/22-hs-packages.sql.run.xml b/.run/22-hs-packages.sql.run.xml deleted file mode 100644 index 84095cc5..00000000 --- a/.run/22-hs-packages.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/23-hs-unixuser.sql.run.xml b/.run/23-hs-unixuser.sql.run.xml deleted file mode 100644 index 7b87185b..00000000 --- a/.run/23-hs-unixuser.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/24-hs-domain.sql.run.xml b/.run/24-hs-domain.sql.run.xml deleted file mode 100644 index 678151b0..00000000 --- a/.run/24-hs-domain.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/25-hs-emailaddress.sql.run.xml b/.run/25-hs-emailaddress.sql.run.xml deleted file mode 100644 index e33ea706..00000000 --- a/.run/25-hs-emailaddress.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/29-hs-statistics.sql.run.xml b/.run/29-hs-statistics.sql.run.xml deleted file mode 100644 index e9790ad4..00000000 --- a/.run/29-hs-statistics.sql.run.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - FILE - - - - \ No newline at end of file diff --git a/.run/run all up to emailaddresses.run.xml b/.run/run all up to emailaddresses.run.xml deleted file mode 100644 index ddbed0d5..00000000 --- a/.run/run all up to emailaddresses.run.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - FILE - - - - \ No newline at end of file