Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
ec5bd2f8
Commit
ec5bd2f8
authored
Jul 03, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
回写采购单flag
parent
00d5dc55
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
V2017.047__CREATE_SAAS_FLAGS_TABLE.sql
upgrade/sql/mysql/V2017.047__CREATE_SAAS_FLAGS_TABLE.sql
+1
-1
No files found.
upgrade/sql/mysql/V2017.047__CREATE_SAAS_FLAGS_TABLE.sql
View file @
ec5bd2f8
...
@@ -11,6 +11,6 @@ CREATE TABLE IF NOT EXISTS `srm_function_flags` (
...
@@ -11,6 +11,6 @@ CREATE TABLE IF NOT EXISTS `srm_function_flags` (
)
ENGINE
=
InnoDB
DEFAULT
CHARACTER
SET
utf8
,
COLLATE
utf8_general_ci
ROW_FORMAT
=
COMPRESSED
COMMENT
=
'功能开关表'
;
)
ENGINE
=
InnoDB
DEFAULT
CHARACTER
SET
utf8
,
COLLATE
utf8_general_ci
ROW_FORMAT
=
COMPRESSED
COMMENT
=
'功能开关表'
;
INSERT
INTO
srm_function_flags
VALUES
(
1
,
""
,
""
,
"admin"
,
"$2a$10$Kw.BZarCZ7AMKzQICXj91OhLKWJlCSyjNIGizB7nKTItKvrVqfkUi"
);
INSERT
INTO
srm_function_flags
VALUES
(
1
,
""
,
"
UPDATE_DELIVERED_AMOUNT_FROM_SRM
"
,
"admin"
,
"$2a$10$Kw.BZarCZ7AMKzQICXj91OhLKWJlCSyjNIGizB7nKTItKvrVqfkUi"
);
COMMIT
;
COMMIT
;
\ No newline at end of file
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