Add missing quotation marks in sql_DB_layout.conf.in

This commit is contained in:
RElesgoe 2020-08-12 19:08:37 -07:00 committed by GitHub
parent 20a9b271b7
commit 05e6092c7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,8 +42,8 @@
:"CREATE UNIQUE INDEX username2 ON ${prefix}BNET (username)"
[${prefix}email_verification]
"uid int NOT NULL PRIMARY KEY","'0'"
code varchar(64)","NULL"
expiration int", "'0'"
"code varchar(64)","NULL"
"expiration int", "'0'"
[${prefix}WOL]
"uid int NOT NULL PRIMARY KEY","'0'"
"auth_apgar varchar(8)","NULL"