mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Prefill original title and content from projecteuler.net
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddOriginalDataToProblems < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
add_column :problems, :pulled_at, :datetime
|
||||
add_column :problems, :original_title, :string
|
||||
add_column :problems, :original_content, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user