Fix schema version (closes foodcoops/foodsoft#425)
This commit is contained in:
parent
42eb6c8509
commit
9e0ec35e9c
1 changed files with 1 additions and 1 deletions
|
@ -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: 20160224201529) do
|
ActiveRecord::Schema.define(version: 20160226000000) 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
|
||||||
|
|
Loading…
Reference in a new issue