fix(install): update ea_system_admin insert statement
- Add missing column for 'status' in ea_system_admin insert statement - Set 'status' column to 1 for the admin user
This commit is contained in:
@@ -108,7 +108,7 @@ CREATE TABLE `ea_system_admin`
|
||||
-- Records of ea_system_admin
|
||||
-- ----------------------------
|
||||
INSERT INTO `ea_system_admin`
|
||||
VALUES ('1', null, '/static/admin/images/head.jpg', 'admin', 'a33b679d5581a8692988ec9f92ad2d6a2259eaa7', 'admin', 'admin', '0', '0', '1', '1589454169', '1589476815', null);
|
||||
VALUES ('1', null, '/static/admin/images/head.jpg', 'admin', 'a33b679d5581a8692988ec9f92ad2d6a2259eaa7', 'admin', 'admin', '0', '0', '1', '1589454169', '1589476815', null,1,'');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for ea_system_auth
|
||||
|
||||
Reference in New Issue
Block a user