Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
iClear-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tao.mo
2023-03-29 11:17:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc61f448acf0497071c0fbd445831151c505d0bb
dc61f448
1 parent
1a92405e
20230402上线脚本
mt 2023年3月29日11:16:56
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
sql/20230402/20230402.sql
sql/20230402/20230402.sql
0 → 100644
View file @
dc61f44
/**2023-04-02上线脚本**/
INSERT
INTO
T_ICLEAR_API_APPINFO
(
APPID
,
APPKEY
,
SECURITY
,
CREATE_TIME
,
IS_ENABLE
)
VALUES
(
'EMS'
,
'iClearExportEMS'
,
'808ac72c8c9833b2'
,
GETDATE
(),
1
);
\ No newline at end of file
Please
register
or
login
to post a comment