Sha256: fd869b6fe3b052ba8073e6c9a0aa0f897bb9ecd9feb68cecc98dc59da7b4e744

Contents?: true

Size: 272 Bytes

Versions: 71

Compression:

Stored size: 272 Bytes

Contents

class CreateDomainThemes < ActiveRecord::Migration
  def self.up
    create_table :domain_themes, :force => true do |t|
      t.string  :uri
      t.string  :name
    end
    add_index :domain_themes, ["uri"]
  end

  def self.down
    drop_table :domain_themes
  end
end

Version data entries

71 entries across 53 versions & 5 rubygems

Version Path
muck-engine-3.5.0 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.4.0 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.18 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.17 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.16 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.15 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.14 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.13 test/db/migrate/20090606153236_create_domain_themes.rb
muck-profiles-3.1.4 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.12 test/db/migrate/20090606153236_create_domain_themes.rb
muck-profiles-3.1.3 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.11 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.10 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.3.6 test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.0.8 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.0.7 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb
muck-friends-3.0.3 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb
muck-profiles-3.0.2 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.0.6 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb
muck-engine-3.0.5 test/rails_test/db/migrate/20090606153236_create_domain_themes.rb