Fix schema version (closes foodcoops/foodsoft#425)

This commit is contained in:
wvengen 2016-03-30 20:27:00 +02:00
parent 42eb6c8509
commit 9e0ec35e9c
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.
ActiveRecord::Schema.define(version: 20160224201529) do
ActiveRecord::Schema.define(version: 20160226000000) do
create_table "article_categories", force: :cascade do |t|
t.string "name", limit: 255, default: "", null: false