diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:40:22 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:40:22 +0300 |
| commit | b0d199936b546c75d4b19d99591237f0bf97fe55 (patch) | |
| tree | e9391880e7db2bd1ea8ff25d91aeea8dd98f186e /backend/database/init.sql | |
| parent | fix/frontend: fixed sidebar title size, removed unnecessary imports (diff) | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-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.sql | 1 |
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 | ||
| 138 | CREATE TABLE demos ( | 138 | CREATE 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 | ||