Browse Source

feat: update db

pull/1093/head
natdeanlewissoftwire 3 years ago
parent
commit
015fd18df7
  1. 3
      db/schema.rb

3
db/schema.rb

@ -415,6 +415,9 @@ ActiveRecord::Schema[7.0].define(version: 2022_12_21_172821) do
t.integer "ecstat4"
t.integer "ecstat5"
t.integer "ecstat6"
t.string "relat4"
t.string "relat5"
t.string "relat6"
t.integer "disabled"
t.index ["created_by_id"], name: "index_sales_logs_on_created_by_id"
t.index ["managing_organisation_id"], name: "index_sales_logs_on_managing_organisation_id"

Loading…
Cancel
Save