mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Create Problem model with reference to current translation
This commit is contained in:
7
db/migrate/20141214214958_create_problems_again.rb
Normal file
7
db/migrate/20141214214958_create_problems_again.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class CreateProblemsAgain < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :problems do |t|
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user