Skip to content

Commit 514824c

Browse files
committed
add 1 last line at the end
1 parent ede1ab9 commit 514824c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

sql/migrations/1_migration_latest.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9478,4 +9478,4 @@ GO
94789478
IF COL_LENGTH(N'tblPayment', N'PhoneNumber') IS NOT NULL
94799479
ALTER TABLE tblPayment
94809480
ALTER COLUMN PhoneNumber NVARCHAR(50) NULL
9481-
GO
9481+
GO

sql/stored_procedures/uspInsertIndexMonthly.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,3 @@ BEGIN TRY
9696

9797
END
9898
GO
99-
100-

0 commit comments

Comments
 (0)