Created
June 15, 2018 09:23
-
-
Save ProNotion/878fe157ff9ff025742ca6776c0fce48 to your computer and use it in GitHub Desktop.
Adds ForceRedirect column to UrlTracker table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER TABLE icUrlTracker ADD ForceRedirect BIT DEFAULT 0 NOT NULL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading the column does not seem to be automatically added and you get the exception:
Invalid column name 'ForceRedirect'