aboutsummaryrefslogtreecommitdiff
path: root/migrations/20220719122322_peer.sql
diff options
context:
space:
mode:
Diffstat (limited to 'migrations/20220719122322_peer.sql')
-rw-r--r--migrations/20220719122322_peer.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/migrations/20220719122322_peer.sql b/migrations/20220719122322_peer.sql
deleted file mode 100644
index c06c574..0000000
--- a/migrations/20220719122322_peer.sql
+++ /dev/null
@@ -1,11 +0,0 @@
--- Add migration script here
-CREATE TABLE peers (
- id TEXT PRIMARY KEY,
- addr CIDR NOT NULL,
- public_key TEXT NOT NULL
-);
-CREATE TABLE networks (
- id TEXT PRIMARY KEY,
- subnet CIDR NOT NULL,
- description TEXT
-)