fix: heorku deploy failure (#5338)

* fix: heorku deploy failure

* fix: set default stack to heroku-20
This commit is contained in:
Vishnu Narayanan 2022-08-30 11:39:28 +05:30 committed by GitHub
parent a9d687565e
commit d7cbeed13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -48,6 +48,7 @@
"size": "FREE"
}
},
"stack": "heroku-20",
"image": "heroku/ruby",
"addons": [ "heroku-redis", "heroku-postgresql"],
"buildpacks": [

View file

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