Sha256: b20b925e6e7005e8705fd3ea8c9c1ccbf43ad47bebcac7b09e907bcc59307f2f

Contents?: true

Size: 319 Bytes

Versions: 74

Compression:

Stored size: 319 Bytes

Contents

class CreateSixconfigs < ActiveRecord::Migration
  def self.up
    create_table :sixconfigs do |t|
      t.string :name

      t.integer :current_setting_id
      t.integer :current_server_id

      t.timestamps :lock_version => false
    end
  end

  def self.down
    drop_table :sixconfigs
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
six-updater-web-0.24.15 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.14 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.13 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.12 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.11 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.10 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.9 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.8 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.7 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.6 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.5 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.4 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.3 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.2 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.1 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.24.0 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.23.7 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.23.6 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.23.5 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb
six-updater-web-0.23.4 lib/six-updater-web/db/migrate/20090826190008_create_sixconfigs.rb