init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
9
db/migrate/20110915213352_create_keys.rb
Normal file
9
db/migrate/20110915213352_create_keys.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class CreateKeys < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :keys do |t|
|
||||
t.integer :user_id, :null => false
|
||||
t.text :project_id, :null => false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue