From 3569f52d4ab45a9468dee9c8e242a83285af83fe Mon Sep 17 00:00:00 2001 From: Ari Timonen Date: Thu, 2 Apr 2020 03:26:17 +0300 Subject: [PATCH] Add missing schema.rb for read_marks migration --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index eabd503..a71e101 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 2020_04_01_031046) do +ActiveRecord::Schema.define(version: 2020_04_02_000314) do create_table "article_versions", id: :integer, options: "ENGINE=InnoDB DEFAULT CHARSET=utf8", force: :cascade do |t| t.integer "article_id"