Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
95e9128b
Unverified
Commit
95e9128b
authored
Apr 23, 2020
by
wtune
Committed by
GitHub
Apr 23, 2020
Browse files
Change quartz_log engine to MyISAM (#316)
parent
c8472095
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/eladmin.sql
View file @
95e9128b
...
...
@@ -593,7 +593,7 @@ CREATE TABLE `quartz_log` (
`params`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`time`
bigint
(
20
)
NULL
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
288
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
COMMENT
=
'定时任务日志'
ROW_FORMAT
=
Compact
;
)
ENGINE
=
MyISAM
AUTO_INCREMENT
=
288
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
COMMENT
=
'定时任务日志'
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- Table structure for role
...
...
Write
Preview
Supports
Markdown
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