devel
This commit is contained in:
parent
f81c1d69c5
commit
37f548ce46
89 changed files with 466 additions and 70 deletions
9
db/migrate/20110727105240_add_column_to_folder.rb
Executable file
9
db/migrate/20110727105240_add_column_to_folder.rb
Executable file
|
@ -0,0 +1,9 @@
|
|||
class AddColumnToFolder < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :folders, :parent, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :folders, :parent
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue