This commit is contained in:
Brandon Lee
2019-10-22 13:46:23 +00:00
parent 2fee2f340a
commit b4c210566d
8 changed files with 54 additions and 8 deletions

View File

@@ -55,4 +55,5 @@ final class DB
const USER_QUOTA_COLUMN = "db.table.user.column.quota";
const USER_SALT_COLUMN = "db.table.user.column.salt";
const USER_UID_COLUMN = "db.table.user.column.uid";
const USER_USERNAME_COLUMN = "db.table.user.column.username";
}