v1.0
This commit is contained in:
parent
0f43e98ef8
commit
d378468794
317 changed files with 11347 additions and 0 deletions
9
db/migrate/20110928140106_add_project_id_for_note.rb
Normal file
9
db/migrate/20110928140106_add_project_id_for_note.rb
Normal file
|
@ -0,0 +1,9 @@
|
|||
class AddProjectIdForNote < ActiveRecord::Migration
|
||||
def up
|
||||
add_column :notes, :project_id, :integer
|
||||
end
|
||||
|
||||
def down
|
||||
remove_column :notes, :project_id, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue