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:
wolfcode
2024-11-13 16:30:15 +08:00
parent f015a90b89
commit 3e329a4ea3

View File

@@ -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