Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
tingweiwang
/
ksy-project-docking
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 56732f2a
authored
Mar 14, 2020
by
李承洲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:没有加表空间
1 parent
93cd9a9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
sql/autodl-core-sql/1121.sql
sql/autodl-core-sql/190402.sql
sql/autodl-core-sql/1121.sql
View file @
56732f2
ALTER
TABLE
job
ADD
mode
varchar
(
63
)
NULL
\ No newline at end of file
ALTER
TABLE
`autodl-core`
.
job
ADD
mode
varchar
(
63
)
NULL
\ No newline at end of file
sql/autodl-core-sql/190402.sql
View file @
56732f2
ALTER
TABLE
job
ADD
log_is_flush_over
tinyint
DEFAULT
0
NULL
;
\ No newline at end of file
ALTER
TABLE
`autodl-core`
.
job
ADD
log_is_flush_over
tinyint
DEFAULT
0
NULL
;
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
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 post a comment