diff options
author | FxQnLr <[email protected]> | 2024-04-11 09:20:04 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 09:20:04 +0200 |
commit | 6b05d1a437a49db98056de7b029923e8aedf1a5a (patch) | |
tree | bc70f14cae1760e91369705273904c0de1bfbf75 /migrations | |
parent | 907e5cb5bc48899b444f7fedd85af7b5974d9a2e (diff) | |
parent | 2476e182f61d209768635e8eca6e75b4acfbd007 (diff) | |
download | webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.tar.gz webol-6b05d1a437a49db98056de7b029923e8aedf1a5a.zip |
Merge pull request #32 from FxQnLr/0.4.0
0.4.0
Diffstat (limited to 'migrations')
-rw-r--r-- | migrations/20231009123228_devices.sql | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/migrations/20231009123228_devices.sql b/migrations/20231009123228_devices.sql deleted file mode 100644 index 6983ada..0000000 --- a/migrations/20231009123228_devices.sql +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | -- Add migration script here | ||
2 | CREATE TABLE IF NOT EXISTS "devices" | ||
3 | ( | ||
4 | "id" VARCHAR(255) PRIMARY KEY NOT NULL, | ||
5 | "mac" MACADDR NOT NULL, | ||
6 | "broadcast_addr" VARCHAR(39) NOT NULL, | ||
7 | "ip" INET NOT NULL, | ||
8 | "times" BIGINT[] | ||
9 | ) | ||