Skip to content

Commit

Permalink
Update mssql-migration.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed May 30, 2024
1 parent 7c672ad commit b24a6ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Deployment/mssql-migration.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
-- v14.4.1 - v14.5.x

ALTER TABLE Post DROP COLUMN IsOriginal
GO

ALTER TABLE Post DROP COLUMN OriginLink
GO

EXEC sp_rename 'Pingback', 'Mention'
GO

Expand Down

0 comments on commit b24a6ab

Please sign in to comment.