[성현모] AuthApi 분리
This commit is contained in:
25
Projects/SystemX.Core/DBPatch/UpdateAccountDB.bat
Normal file
25
Projects/SystemX.Core/DBPatch/UpdateAccountDB.bat
Normal file
@ -0,0 +1,25 @@
|
||||
@echo off
|
||||
::log
|
||||
IF NOT EXIST .\logs mkdir logs
|
||||
|
||||
::서버연결정보
|
||||
SET ServerIP=127.0.0.1
|
||||
SET ServerPort=1433
|
||||
|
||||
::DB 정보
|
||||
SET UserID=SystemX
|
||||
SET Passwd=X
|
||||
SET DBName=AccountDB
|
||||
|
||||
::Update script 정보
|
||||
SET Dacpac=.\dacpac\SystemX.DB.AccountDB.dacpac
|
||||
SET OUTPUT=SystemX.DB.AccountDB_Update.sql
|
||||
|
||||
@echo off
|
||||
::generate update script
|
||||
CD .\sqlScripts\
|
||||
CALL _UpdateScriptGenerate.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName% %Dacpac% %OUTPUT%
|
||||
|
||||
::Default DB
|
||||
CALL _UpdateAccountDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%
|
||||
CALL _UpdateAccountDB.bat %ServerIP% %ServerPort% %UserID% %Passwd% %DBName%_DEV
|
||||
Reference in New Issue
Block a user