Skip to content

Instantly share code, notes, and snippets.

@dkarter
Created April 18, 2016 16:02
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 dkarter/22f91bab78403616da5872b9247b8366 to your computer and use it in GitHub Desktop.
Save dkarter/22f91bab78403616da5872b9247b8366 to your computer and use it in GitHub Desktop.
Rails SQL Migration Projections
{
"db/migrations/*.rb": {
"type": "migration",
"template": [
"class {camelcase} < ActiveRecord::Migration",
" def up",
" execute <<-SQL",
" SQL",
" end",
"",
" def down",
" execute <<-SQL",
" SQL",
" end",
"end"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment