Fix: Remove gitignore, and sql update

This commit is contained in:
P Gergő
2023-02-22 14:06:58 +01:00
parent 13a260f12a
commit 3d5deda92c
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
test
+1
View File
@@ -15,6 +15,7 @@ CREATE TABLE `users` (
`job` VARCHAR(20) NULL DEFAULT 'unemployed',
`job_grade` INT NULL DEFAULT 0,
`loadout` LONGTEXT NULL DEFAULT NULL,
`meta` LONGTEXT NULL DEFAULT NULL,
`position` longtext NULL DEFAULT NULL,
PRIMARY KEY (`identifier`)