Signed-off-by: Brandon Lee <blee@circuitid.com>
This commit is contained in:
Brandon Lee
2019-10-22 15:31:30 +00:00
parent 2fee2f340a
commit 5654bfac53
7 changed files with 53 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";
}