Add missing schema.rb for read_marks migration

This commit is contained in:
Ari Timonen 2020-04-02 03:26:17 +03:00
parent 8cac6510da
commit 3569f52d4a

View file

@ -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"