aboutsummaryrefslogtreecommitdiffstats
path: root/backend/migrations/2021.06.29T19.17.13.value.sql
diff options
context:
space:
mode:
Diffstat (limited to 'backend/migrations/2021.06.29T19.17.13.value.sql')
-rw-r--r--backend/migrations/2021.06.29T19.17.13.value.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/migrations/2021.06.29T19.17.13.value.sql b/backend/migrations/2021.06.29T19.17.13.value.sql
new file mode 100644
index 0000000..0324d1b
--- /dev/null
+++ b/backend/migrations/2021.06.29T19.17.13.value.sql
@@ -0,0 +1,5 @@
+CREATE TABLE state (
+ value BIGINT NOT NULL
+);
+
+INSERT INTO state (value) VALUES (0);