aboutsummaryrefslogtreecommitdiff
path: root/backend/database/init.sql
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-07-24 14:40:22 +0300
commitb0d199936b546c75d4b19d99591237f0bf97fe55 (patch)
treee9391880e7db2bd1ea8ff25d91aeea8dd98f186e /backend/database/init.sql
parentfix/frontend: fixed sidebar title size, removed unnecessary imports (diff)
parentfeat/backend: add newrelic integration (#274) (diff)
downloadlphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.gz
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.tar.bz2
lphub-b0d199936b546c75d4b19d99591237f0bf97fe55.zip
Merge branch 'main' into css-overhaulcss-overhaul
Diffstat (limited to '')
-rw-r--r--backend/database/init.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/database/init.sql b/backend/database/init.sql
index e238eae..d49e519 100644
--- a/backend/database/init.sql
+++ b/backend/database/init.sql
@@ -137,7 +137,6 @@ CREATE TABLE map_discussions_upvotes (
137 137
138CREATE TABLE demos ( 138CREATE TABLE demos (
139 id UUID, 139 id UUID,
140 location_id TEXT NOT NULL,
141 PRIMARY KEY (id) 140 PRIMARY KEY (id)
142); 141);
143 142