summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-server/src/main/resources/import.sql
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-08-01 21:51:18 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-08-03 11:55:10 +0200
commitacfab9d4ca84e9331bb40c74d300c593915c542a (patch)
treef1f8f8c323a958658e04c21ec8bc363c9f8c4fb2 /opendc-web/opendc-web-server/src/main/resources/import.sql
parenta01f964b531f12fd89cbdb0f2132aecbfaebf546 (diff)
feat(web/server): Implement database migrations using Flyway
This change updates the Quarkus-based web server to use Flyway for migrating between schema versions. This enables us to evolve the schema and denote it in SQL.
Diffstat (limited to 'opendc-web/opendc-web-server/src/main/resources/import.sql')
-rw-r--r--opendc-web/opendc-web-server/src/main/resources/import.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/opendc-web/opendc-web-server/src/main/resources/import.sql b/opendc-web/opendc-web-server/src/main/resources/import.sql
deleted file mode 100644
index 756eff46..00000000
--- a/opendc-web/opendc-web-server/src/main/resources/import.sql
+++ /dev/null
@@ -1,3 +0,0 @@
-
--- Add example traces
-INSERT INTO traces (id, name, type) VALUES ('bitbrains-small', 'Bitbrains Small', 'vm');