mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-09-06 13:39:39 +00:00
Fix a typo in db setup script.
This commit is contained in:
@ -6,7 +6,7 @@ CREATE TABLE users(
|
||||
username VARCHAR(25),
|
||||
password_hash BINARY(60),
|
||||
stream_key CHAR(20),
|
||||
record_flag TINYINT,
|
||||
record_flag TINYINT
|
||||
);
|
||||
CREATE TABLE user_meta(
|
||||
username VARCHAR(25),
|
||||
|
Reference in New Issue
Block a user