chore: Re-add "public" prefix to "public.gen_random_uuid()" in schema.rb (#6770)

Revert unintended schema change from https://github.com/chatwoot/chatwoot/pull/5338#discussion_r957645071
This commit is contained in:
Jordan Brough
2023-03-29 04:32:13 -06:00
committed by GitHub
parent aa75666ad9
commit 803015b7f8

View File

@@ -438,7 +438,7 @@ ActiveRecord::Schema.define(version: 2023_03_28_131926) do
t.datetime "agent_last_seen_at"
t.jsonb "additional_attributes", default: {}
t.bigint "contact_inbox_id"
t.uuid "uuid", default: -> { "gen_random_uuid()" }, null: false
t.uuid "uuid", default: -> { "public.gen_random_uuid()" }, null: false
t.string "identifier"
t.datetime "last_activity_at", default: -> { "CURRENT_TIMESTAMP" }, null: false
t.bigint "team_id"