Sha256: b7a40e6832cff847cc99dabcb80c6b302b95a0fc74c899b2b8e7f82ff5d945ee

Contents?: true

Size: 144 Bytes

Versions: 8

Compression:

Stored size: 144 Bytes

Contents

class RemoveSubdomainFromStorytimeSite < ActiveRecord::Migration
  def change
    remove_column :storytime_sites, :subdomain, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
storytime-2.1.6 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.5 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.4 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.3 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.2 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.1 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.1.0 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb
storytime-2.0.0 db/migrate/20150402161427_remove_subdomain_from_storytime_site.rb