Refactor: Metadata. meta to metadata

This commit is contained in:
P Gergő
2023-03-12 18:32:56 +01:00
parent fc687084eb
commit a00183deba
5 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ CREATE TABLE `users` (
`job` varchar(20) DEFAULT 'unemployed',
`job_grade` int(11) DEFAULT 0,
`loadout` longtext DEFAULT NULL,
`meta` LONGTEXT NULL DEFAULT NULL,
`metadata` LONGTEXT NULL DEFAULT NULL,
`position` longtext NULL DEFAULT NULL,
`firstname` varchar(16) DEFAULT NULL,
`lastname` varchar(16) DEFAULT NULL,