parent
ba62ba336c
commit
b043606829
@ -0,0 +1,9 @@
|
||||
class Folders < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :attachments, :path, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :attachments, :path
|
||||
end
|
||||
end
|
Reference in new issue