MIGRATE attachments

This commit is contained in:
HausdorffHimself
2013-08-24 04:08:53 +02:00
parent 94614b1d5b
commit 546aecb7d6

View File

@@ -0,0 +1,5 @@
class AddDateiToAttachment < ActiveRecord::Migration
def change
add_column :attachments, :datei, :string
end
end