diff --git a/install/db_template.sql b/install/db_template.sql index 97c0f6d..41c050f 100644 --- a/install/db_template.sql +++ b/install/db_template.sql @@ -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),