Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
Openxg Stateless Compose
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
Openxg Stateless Compose
Commits
e43e5999
Commit
e43e5999
authored
3 years ago
by
yangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix Bug: phpmyadmin\mysql
parent
49e5c9f3
stateless1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
etc/init/create_db_for_udr.sql
etc/init/create_db_for_udr.sql
+8
-2
No files found.
etc/init/create_db_for_udr.sql
View file @
e43e5999
...
...
@@ -282,9 +282,15 @@ COMMIT;
--
CREATE
TABLE
`tp5_config`
(
`gnb_status`
int
(
11
)
NOT
NULL
DEFAULT
'0'
`config`
varchar
(
10
)
CHARACTER
SET
utf8
NOT
NULL
DEFAULT
'config'
,
`gnb_status`
int
(
11
)
NOT
NULL
DEFAULT
'0'
,
`config`
varchar
(
10
)
NOT
NULL
DEFAULT
'config'
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8
;
--
-- 转存表中的数据 `tp5_config`
--
INSERT
INTO
`tp5_config`
(
`gnb_status`
,
`config`
)
VALUES
(
0
,
'config'
);
COMMIT
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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