Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
898be29d
Commit
898be29d
authored
May 16, 2017
by
fsn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改sql
parent
92290c80
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sql/guns.sql
+4
-4
No files found.
sql/guns.sql
View file @
898be29d
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
...
@@ -10,7 +10,7 @@ Target Server Type : MYSQL
Target Server Version : 50621
Target Server Version : 50621
File Encoding : 65001
File Encoding : 65001
Date: 2017-05-16 2
0:50:10
Date: 2017-05-16 2
3:27:13
*/
*/
SET
FOREIGN_KEY_CHECKS
=
0
;
SET
FOREIGN_KEY_CHECKS
=
0
;
...
@@ -177,13 +177,13 @@ CREATE TABLE `operation_log` (
...
@@ -177,13 +177,13 @@ CREATE TABLE `operation_log` (
`succeed`
varchar
(
255
)
DEFAULT
NULL
,
`succeed`
varchar
(
255
)
DEFAULT
NULL
,
`message`
text
,
`message`
text
,
PRIMARY
KEY
(
`id`
)
PRIMARY
KEY
(
`id`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
42
3
DEFAULT
CHARSET
=
utf8
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
42
5
DEFAULT
CHARSET
=
utf8
;
-- ----------------------------
-- ----------------------------
-- Records of operation_log
-- Records of operation_log
-- ----------------------------
-- ----------------------------
INSERT
INTO
`operation_log`
VALUES
(
'42
1'
,
'业务日志'
,
'清空业务日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LogController'
,
'delLog'
,
'2017-05-16 20:48:11'
,
'成功'
,
'无
'
);
INSERT
INTO
`operation_log`
VALUES
(
'42
3'
,
'业务日志'
,
'清空业务日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LogController'
,
'delLog'
,
'2017-05-16 23:26:52'
,
'成功'
,
'主键id=null
'
);
INSERT
INTO
`operation_log`
VALUES
(
'42
2'
,
'业务日志'
,
'修改管理员'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.UserMgrController'
,
'edit'
,
'2017-05-16 20:48:46'
,
'成功'
,
'用户id=1;;;字段名称:null,旧值:94683344-e862-40cd-a2af-83b468a0ed3a.jpg,新值:000be33d-06ae-431d-b8ef-0f39e55743fb.jpg
'
);
INSERT
INTO
`operation_log`
VALUES
(
'42
4'
,
'业务日志'
,
'清空登录日志'
,
'1'
,
'com.stylefeng.guns.modular.system.controller.LoginLogController'
,
'delLog'
,
'2017-05-16 23:26:56'
,
'成功'
,
'主键id=null
'
);
-- ----------------------------
-- ----------------------------
-- Table structure for relation
-- Table structure for relation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment