Sha256: b20c059f4d9112bac8c4f9358695045046209ae810b05e93ba30b7e3cac28e99
Contents?: true
Size: 226 Bytes
Versions: 158
Compression:
Stored size: 226 Bytes
Contents
class AddUrlToLibraryGroup < ActiveRecord::Migration[4.2] 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
158 entries across 158 versions & 19 rubygems