Sha256: 59a09964007cb42b0d7582150fe980220820838039b7b846c366eda9354c54e3
Contents?: true
Size: 265 Bytes
Versions: 22
Compression:
Stored size: 265 Bytes
Contents
class CreateSystemSettings < ActiveRecord::Migration def self.up create_table :system_settings do |t| t.string :server_username t.string :server_password t.timestamps end end def self.down drop_table :system_settings end end
Version data entries
22 entries across 22 versions & 1 rubygems
Version | Path |
---|---|
six-updater-web-0.11.2 | lib/db/migrate/20090928163554_create_system_settings.rb |
six-updater-web-0.11.1 | lib/db/migrate/20090928163554_create_system_settings.rb |