janitor trial view work

This commit is contained in:
albert
2011-01-14 17:04:01 -05:00
parent 3d5873c182
commit 0224c41252
4 changed files with 30 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
class CreateJanitorTrials < ActiveRecord::Migration
def self.up
create_table :janitor_trials do |t|
t.column :creator_id, :integer, :null => false
t.column :user_id, :integer, :null => false
t.timestamps
end