Fix schema issue

This commit is contained in:
wvengen 2020-07-25 15:57:53 +02:00
parent e3746eebd7
commit 8c8b42c2b2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20181201000210) do ActiveRecord::Schema.define(version: 20181205000000) do
create_table "article_categories", force: :cascade do |t| create_table "article_categories", force: :cascade do |t|
t.string "name", limit: 255, default: "", null: false t.string "name", limit: 255, default: "", null: false