implemented moderator dashboard queue
This commit is contained in:
9
db/migrate/20110722211855_create_mod_actions.rb
Normal file
9
db/migrate/20110722211855_create_mod_actions.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class CreateModActions < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :mod_actions do |t|
|
||||
t.column :creator_id, :integer, :null => false
|
||||
t.column :description, :text, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user