Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
赵啸非
device-new-platform
Commits
b02cc660
Commit
b02cc660
authored
Nov 08, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品版本更新分站点
parent
ce2494de
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
device-manager/db/add.sql
device-manager/db/add.sql
+11
-0
device-manager/src/main/resources/bootstrap.yml
device-manager/src/main/resources/bootstrap.yml
+2
-2
No files found.
device-manager/db/add.sql
View file @
b02cc660
...
@@ -67,3 +67,14 @@ ALTER TABLE mortals_xhx_product_version ADD COLUMN `siteName` varchar(256) de
...
@@ -67,3 +67,14 @@ ALTER TABLE mortals_xhx_product_version ADD COLUMN `siteName` varchar(256) de
2023
-
08
-
21
2023
-
08
-
21
-- ----------------------------
-- ----------------------------
ALTER
TABLE
mortals_xhx_device_module_distribute
ADD
COLUMN
`selected`
tinyint
(
2
)
NOT
NULL
default
'0'
COMMENT
'是否默认选择分辨率(0.否,1.是)'
;
ALTER
TABLE
mortals_xhx_device_module_distribute
ADD
COLUMN
`selected`
tinyint
(
2
)
NOT
NULL
default
'0'
COMMENT
'是否默认选择分辨率(0.否,1.是)'
;
ALTER
TABLE
mortals_xhx_role_auth
ADD
COLUMN
`createTime`
datetime
(
0
)
NULL
DEFAULT
NULL
COMMENT
'创建时间'
;
ALTER
TABLE
mortals_xhx_role_user
ADD
COLUMN
`createTime`
datetime
(
0
)
NULL
DEFAULT
NULL
COMMENT
'创建时间'
;
ALTER
TABLE
mortals_xhx_idgenerator
ADD
COLUMN
`createTime`
datetime
(
0
)
NULL
DEFAULT
NULL
COMMENT
'创建时间'
;
device-manager/src/main/resources/bootstrap.yml
View file @
b02cc660
...
@@ -81,8 +81,8 @@ mybatis:
...
@@ -81,8 +81,8 @@ mybatis:
application
:
application
:
auth
:
auth
:
unloginUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/
device/*,/
api/*
unloginUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/api/*
uncheckUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/
device/*,/
api/*
uncheckUrl
:
/refresh,/error,/login/login,/login/index,/login/logout,/securitycode/createCode,/file/common/*,/test*,/api/*
registerApiPath
:
/api/register
registerApiPath
:
/api/register
deviceInitApiPath
:
/api/deviceInit
deviceInitApiPath
:
/api/deviceInit
deviceUpdateApiPath
:
/api/deviceUpdate
deviceUpdateApiPath
:
/api/deviceUpdate
...
...
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