fetzneditions

This commit is contained in:
Andreas Stephanides
2013-08-19 15:42:08 +02:00
parent ea0b245d54
commit 4c48a4b769
21 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
class CreateFetzneditions < ActiveRecord::Migration
def change
create_table :fetzneditions do |t|
t.string :title
t.text :desc
t.date :datum
t.string :datei
t.timestamps
end
end
end