UPDATE: Add more category thumbnails & rename some categories

This commit is contained in:
Chris-1010
2025-02-27 14:02:44 +00:00
parent ff422f06f7
commit de7a01d893
24 changed files with 30 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ CREATE TABLE users
is_partnered BOOLEAN NOT NULL DEFAULT 0,
is_live BOOLEAN NOT NULL DEFAULT 0,
bio VARCHAR(1024) DEFAULT 'This user does not have a Bio.',
is_admin BOOLEAN NOT NULL DEFAULT 0,
is_admin BOOLEAN NOT NULL DEFAULT 0
);
SELECT * FROM users;