Fix missing part in update_sql
This commit is contained in:
parent
0967a51073
commit
51f10187ba
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
USE [${install.database}]
|
||||
GO
|
||||
-- update database version
|
||||
DECLARE @build_version nvarchar(10), @build_date datetime
|
||||
SET @build_version = N'${release.version}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue