diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-24 16:01:23 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-04-24 16:01:23 +0300 |
| commit | cf52f753cfe1f06f4081510175d3584f122848af (patch) | |
| tree | f656de3c960bd116189309cfd3658765899799b1 /backend/database/categories.sql | |
| parent | doc: fix demo download uuid from path to query (diff) | |
| download | lphub-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.sql | 5 |
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 @@ | |||
| 1 | INSERT 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 | ||