aboutsummaryrefslogtreecommitdiff
path: root/backend/migrations/000_init.sql
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-12-22 18:34:02 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-12-22 18:34:02 +0100
commitcbd5c09c5e1403709d4aabf91051443f147689e5 (patch)
tree5add0c1a15df56ec121a77f3d4bd895c7d5f19df /backend/migrations/000_init.sql
parent9bba6dcbb2e83fe53604d38b89fb79ce47eacddd (diff)
refactor(backend): move db related in new package
Diffstat (limited to 'backend/migrations/000_init.sql')
-rw-r--r--backend/migrations/000_init.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/backend/migrations/000_init.sql b/backend/migrations/000_init.sql
deleted file mode 100644
index 6dd385c..0000000
--- a/backend/migrations/000_init.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE IF NOT EXISTS stats(
- id INTEGER PRIMARY KEY,
- visit INTEGER NOT NULL,
- origin TEXT NOT NULL,
- target TEXT NOT NULL
-);