1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 02:28:50 +01:00

Add status to translations

This commit is contained in:
2019-02-02 13:09:01 +01:00
parent 1533431c4a
commit 8da1323fd8
7 changed files with 22 additions and 14 deletions

View File

@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150131103802) do
ActiveRecord::Schema.define(version: 2019_02_02_113250) do
create_table "admins", force: :cascade do |t|
t.string "email", default: "", null: false
@@ -42,6 +42,7 @@ ActiveRecord::Schema.define(version: 20150131103802) do
t.datetime "created_at"
t.datetime "updated_at"
t.integer "problem_id"
t.integer "status", default: 0
t.index ["problem_id"], name: "index_translations_on_problem_id"
end