init commit
This commit is contained in:
parent
93efff9452
commit
9ba1224867
307 changed files with 11053 additions and 0 deletions
5
db/migrate/20110915205627_add_private_flag_to_project.rb
Normal file
5
db/migrate/20110915205627_add_private_flag_to_project.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddPrivateFlagToProject < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :projects, :private_flag, :boolean, :default => true, :null => false
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue