Skip to content

Instantly share code, notes, and snippets.

@nul800sebastiaan
Created May 20, 2014 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nul800sebastiaan/e2ad23898423768be388 to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/e2ad23898423768be388 to your computer and use it in GitHub Desktop.
db upgrade
DF_cmsMacroProperty_macroPropertyHidden was called DF_macroProperty_macroPropertyHidden at some point (cmsMacroProperty table)
FK_cmsMacroProperty_cmsMacroPropertyType_id was called FK_umbracoMacroProperty_umbracoMacroPropertyType at some point (cmsMacroProperty table)
FK_cmsTagRelationship_umbracoNode_id was called umbracoNode_cmsTagRelationship at some point (cmsTagRelationship table)
So just rename these three from their old name (on the right) to their "expected" name (left)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment