mirror of
https://git.waldn.net/git/knotteye/satyr.git
synced 2025-04-21 13:57:08 +00:00
Fix a typo in db setup script.
This commit is contained in:
parent
eba441b624
commit
7ca1e9023c
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user