mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #13254 from dacook/fix-schema
Remove accidental line from schema
This commit is contained in:
@@ -230,7 +230,6 @@ ActiveRecord::Schema[7.0].define(version: 2025_03_04_234657) do
|
||||
t.text "white_label_logo_link"
|
||||
t.boolean "hide_groups_tab", default: false
|
||||
t.string "external_billing_id", limit: 128
|
||||
t.boolean "enable_producers_to_edit_orders", default: false, null: false
|
||||
t.boolean "show_customer_contacts_to_suppliers", default: false, null: false
|
||||
t.index ["address_id"], name: "index_enterprises_on_address_id"
|
||||
t.index ["is_primary_producer", "sells"], name: "index_enterprises_on_is_primary_producer_and_sells"
|
||||
|
||||
Reference in New Issue
Block a user