summaryrefslogtreecommitdiff
path: root/TABLES
diff options
context:
space:
mode:
authorMikko Portti <mportti2@local>2023-11-16 00:29:31 +0200
committerMikko Portti <mportti2@local>2023-11-16 00:29:31 +0200
commit93a927b130ba09cea29aba2077848f785ac48844 (patch)
tree05c7ae4b7df861e1efd03637c9f0cb6c45787d4b /TABLES
parent92b368c3486fd20e550a2ec7b8e7717f7e061c96 (diff)
Fixing navigation on site in case of redirect
Diffstat (limited to 'TABLES')
-rw-r--r--TABLES5
1 files changed, 0 insertions, 5 deletions
diff --git a/TABLES b/TABLES
deleted file mode 100644
index 1c5c372..0000000
--- a/TABLES
+++ /dev/null
@@ -1,5 +0,0 @@
-CREATE TABLE users (
- id SERIAL PRIMARY KEY,
- nick TEXT,
- created INT
-);