fixing the fix

This commit is contained in:
Jérémie N'gadi
2020-05-11 22:50:25 +02:00
parent 9ad9c31b8c
commit a33e5982d3
+1 -9
View File
@@ -52,13 +52,5 @@ CREATE TABLE IF NOT EXISTS `users` (
UNIQUE KEY `index_users_phone_number` (`phone_number`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
INSERT INTO `job_grades` VALUES (1,'unemployed',0,'unemployed','Unemployed',200,'{}','{}');
CREATE TABLE `jobs` (
`name` VARCHAR(50) NOT NULL,
`label` VARCHAR(50) DEFAULT NULL,
PRIMARY KEY (`name`)
);
INSERT INTO `jobs` VALUES ('unemployed','Unemployed');
INSERT INTO `job_grades` VALUES (1,'unemployed',0,'unemployed','Unemployed',200,'{}','{}');