Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
13
db/migrate/20101103181314_create_site_settings.rb
Normal file
13
db/migrate/20101103181314_create_site_settings.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class CreateSiteSettings < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :site_settings do |t|
|
||||
t.text :settings
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :site_settings
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user