Skip to content

Commit

Permalink
修复install sql
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Jan 6, 2021
1 parent 87eeed0 commit b0902f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/sql/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ CREATE TABLE `webset` (
-- Records of webset
-- ----------------------------
BEGIN;
INSERT INTO `webset` VALUES (1, '独角数卡 - 一站式自动售货方案', '独角数卡', 'uploads/images/default.jpg', '独角数卡', '独角数卡', '独角数卡', NULL, 1, '[email protected]', 'zh-CN', 1, 1, NULL, NULL, NULL, '2020-04-05 22:48:12');
INSERT INTO `webset` VALUES (1, '独角数卡 - 一站式自动售货方案', '独角数卡', 'uploads/images/default.jpg', '独角数卡', '独角数卡', '独角数卡', NULL, 1, '[email protected]', 'zh-CN', 1, 1, NULL, NULL, 'layui', '2020-04-05 22:48:12', '2020-04-05 22:48:12');
COMMIT;

SET FOREIGN_KEY_CHECKS = 1;

0 comments on commit b0902f4

Please sign in to comment.