mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-27 11:40:57 +00:00
Add missing schema.rb for read_marks migration
This commit is contained in:
parent
8cac6510da
commit
3569f52d4a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue