Sha256: c573d6116bf8535a8895f4147b2e49c291b137e8910e2f063b8437e26623a22f
Contents?: true
Size: 224 Bytes
Versions: 791
Compression:
Stored size: 224 Bytes
Contents
class AddUrlToLibraryGroup < ActiveRecord::Migration def self.up add_column :library_groups, :url, :string, :default => 'http://localhost:3000/' end def self.down remove_column :library_groups, :url end end
Version data entries
791 entries across 783 versions & 26 rubygems