This commit is contained in:
Andreas Stephanides
2015-04-22 18:43:24 +02:00
parent de215c16eb
commit 036f90e6e5
10 changed files with 146 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
class AddOrigurlToNeuigkeiten < ActiveRecord::Migration
def change
add_column :neuigkeiten, :origurl, :string
end
end

View File

@@ -0,0 +1,5 @@
class AddCrawledAtToCrawlobjects < ActiveRecord::Migration
def change
add_column :crawlobjects, :crawled_at, :timestamp
end
end