Skip to content

Instantly share code, notes, and snippets.

@ajroetker
Created July 7, 2015 02:37
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 ajroetker/58956831e0cd544b3270 to your computer and use it in GitHub Desktop.
Save ajroetker/58956831e0cd544b3270 to your computer and use it in GitHub Desktop.
Example PE migrations
(def pe-migrations
{35 {:pre bring-up-historical-resources-tables
:post add-key-constraints-for-those-tables}
36 {:pre tear-down-contraints-so-foss-can-upgrade-normally}
40 {:post reinstantiate-those-constraints})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment