Skip to content

Instantly share code, notes, and snippets.

@ProNotion
Created June 15, 2018 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProNotion/878fe157ff9ff025742ca6776c0fce48 to your computer and use it in GitHub Desktop.
Save ProNotion/878fe157ff9ff025742ca6776c0fce48 to your computer and use it in GitHub Desktop.
Adds ForceRedirect column to UrlTracker table
ALTER TABLE icUrlTracker ADD ForceRedirect BIT DEFAULT 0 NOT NULL
@ProNotion
Copy link
Author

After upgrading the column does not seem to be automatically added and you get the exception:

Invalid column name 'ForceRedirect'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment