Sha256: b6e2cf8f00db6f78bcdb4fb662b4f09dd2de89784322a0400168c5998f0cf4a1
Contents?: true
Size: 272 Bytes
Versions: 13
Compression:
Stored size: 272 Bytes
Contents
# http://sequel.jeremyevans.net/rdoc/files/doc/migration_rdoc.html # Sequel.migration do # up do # add_column :artists, :location, String # from(:artists).update(:location=>'Sacramento') # end # # down do # drop_column :artists, :location # end # end
Version data entries
13 entries across 13 versions & 2 rubygems