Sha256: 45ee6fbf3fbc8fb9e6e4b5aa879d07dfd8386100ce7c7815ecaa1920bab5cf5e

Contents?: true

Size: 225 Bytes

Versions: 96

Compression:

Stored size: 225 Bytes

Contents

class Change2ColumnsSystemSettings < ActiveRecord::Migration
  def self.up
    add_column :system_settings, :autoskip, :boolean, :default => true
  end

  def self.down
    remove_column :system_settings, :autoskip
  end
end

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
six-updater-web-0.17.2 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.17.1 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.17.0 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.16.3 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.16.2 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.16.0 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.15.4 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.15.3 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.15.2 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.15.1 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.12 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.10 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.9 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.8 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.7 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.6 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.5 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.4 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.3 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb
six-updater-web-0.14.2 lib/six-updater-web/db/migrate/20090928163560_change2_columns_system_settings.rb