crawler
This commit is contained in:
5
db/migrate/20150417131341_add_origurl_to_neuigkeiten.rb
Normal file
5
db/migrate/20150417131341_add_origurl_to_neuigkeiten.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddOrigurlToNeuigkeiten < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :neuigkeiten, :origurl, :string
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class AddCrawledAtToCrawlobjects < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :crawlobjects, :crawled_at, :timestamp
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user