Skip to content

Commit

Permalink
reran migration
Browse files Browse the repository at this point in the history
  • Loading branch information
kirykr committed Nov 30, 2023
1 parent 3956585 commit b52bfb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20231116091342) do
ActiveRecord::Schema.define(version: 20231120083542) do

# These are extensions that must be enabled in order to support this database
enable_extension 'plpgsql'
Expand Down Expand Up @@ -2497,8 +2497,8 @@
t.text 'level_of_risk_guidance'
t.boolean 'enabled_header_count', default: false
t.boolean 'finance_dashboard', default: false, null: false
t.boolean 'enabled_internal_referral', default: false
t.integer 'city_id'
t.boolean 'enabled_internal_referral', default: false
end

add_index 'settings', ['city_id'], name: 'index_settings_on_city_id', using: :btree
Expand Down Expand Up @@ -2986,8 +2986,8 @@
t.string 'billable_status'
t.datetime 'accepted_at'
t.datetime 'billable_at'
t.text 'object'
t.text 'object_changes'
t.jsonb 'object'
t.jsonb 'object_changes'
end

add_index 'versions', ['item_type', 'item_id'], name: 'index_versions_on_item_type_and_item_id', using: :btree
Expand Down

0 comments on commit b52bfb9

Please sign in to comment.