Skip to content

Instantly share code, notes, and snippets.

@jmhodges
Created January 19, 2009 21:08
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 jmhodges/49176 to your computer and use it in GitHub Desktop.
Save jmhodges/49176 to your computer and use it in GitHub Desktop.
class FooMigration < Sequel::Migration
def up
add_column :foos, :bar
Foo.create(:bar => 'baz')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment