Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
YeeAmosFireAutoSysRoot
Commits
dcef3c7c
Commit
dcef3c7c
authored
Mar 22, 2024
by
李秀明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 删除无用且不安全的代码
Password Management: Hardcoded Password(密码管理:硬编码密码) Links
https://docs.qq.com/sheet/DTkRSaWhSZXBlaldN?tab=000008&_t=1711087563249
(No.13)
parent
1de0b4c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
security-table-map.sql
...c/main/resources/db/changelog/init/security-table-map.sql
+3
-3
No files found.
YeeAmosFireAutoSysStart/src/main/resources/db/changelog/init/security-table-map.sql
View file @
dcef3c7c
...
...
@@ -25,7 +25,7 @@ CREATE TABLE `s_company` (
UNIQUE
KEY
`comp_code`
(
`comp_code`
)
USING
BTREE
,
UNIQUE
KEY
`comp_code_2`
(
`comp_code`
)
USING
BTREE
,
KEY
`FK__s_company__s_site_id__38495279`
(
`site_id`
)
USING
BTREE
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
CONNECTION
=
'mysql://root:admin_1234@172.16.11.33:3306/safety-precontrol_security_60/s_company'
;
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
;
DROP
TABLE
IF
EXISTS
`s_department`
;
CREATE
TABLE
`s_department`
(
...
...
@@ -42,7 +42,7 @@ CREATE TABLE `s_department` (
`is_delete`
bit
(
1
)
NOT
NULL
COMMENT
'是否删除:0表示未删除,1表示已删除'
,
PRIMARY
KEY
(
`id`
),
KEY
`FK__s_departm__compa__74794A92`
(
`company_id`
)
USING
BTREE
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
CONNECTION
=
'mysql://root:admin_1234@172.16.11.33:3306/safety-precontrol_security_60/s_department'
;
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
;
DROP
TABLE
IF
EXISTS
`s_user`
;
CREATE
TABLE
`s_user`
(
...
...
@@ -73,6 +73,6 @@ CREATE TABLE `s_user` (
KEY
`FK__s_user__departme__7D0E9093`
(
`department_id`
)
USING
BTREE
,
KEY
`FK__s_user__role_id__7E02B4CC`
(
`role_id`
)
USING
BTREE
,
KEY
`FK__s_user__company___7C1A6C5A`
(
`company_id`
)
USING
BTREE
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
CONNECTION
=
'mysql://root:admin_1234@172.16.11.33:3306/safety-precontrol_security_60/s_user'
;
)
ENGINE
=
FEDERATED
DEFAULT
CHARSET
=
utf8
;
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