aboutsummaryrefslogtreecommitdiff
path: root/backend/database/categories.sql
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 16:01:23 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2023-04-24 16:01:23 +0300
commitcf52f753cfe1f06f4081510175d3584f122848af (patch)
treef656de3c960bd116189309cfd3658765899799b1 /backend/database/categories.sql
parentdoc: fix demo download uuid from path to query (diff)
downloadlphub-cf52f753cfe1f06f4081510175d3584f122848af.tar.gz
lphub-cf52f753cfe1f06f4081510175d3584f122848af.tar.bz2
lphub-cf52f753cfe1f06f4081510175d3584f122848af.zip
feat/db: multiple game/chapter support, improved map relations (#1)
Diffstat (limited to 'backend/database/categories.sql')
-rw-r--r--backend/database/categories.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/database/categories.sql b/backend/database/categories.sql
new file mode 100644
index 0000000..5cadad5
--- /dev/null
+++ b/backend/database/categories.sql
@@ -0,0 +1,5 @@
1INSERT INTO categories(id, name) VALUES
2(1, 'CM'),
3(2, 'No SLA'),
4(3, 'Inbounds SLA'),
5(4, 'Any%'); \ No newline at end of file