update with changes from Production branch
This commit is contained in:
15
db/migrate/20120209003458_create_windows.rb
Normal file
15
db/migrate/20120209003458_create_windows.rb
Normal file
@ -0,0 +1,15 @@
|
||||
class CreateWindows < ActiveRecord::Migration
|
||||
def self.up
|
||||
create_table :windows do |t|
|
||||
t.integer :channel_id
|
||||
t.integer :plugin_id
|
||||
t.integer :position
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
def self.down
|
||||
drop_table :windows
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user