fix: heorku deploy failure (#5338)
* fix: heorku deploy failure * fix: set default stack to heroku-20
This commit is contained in:
parent
a9d687565e
commit
d7cbeed13e
2 changed files with 2 additions and 1 deletions
1
app.json
1
app.json
|
@ -48,6 +48,7 @@
|
|||
"size": "FREE"
|
||||
}
|
||||
},
|
||||
"stack": "heroku-20",
|
||||
"image": "heroku/ruby",
|
||||
"addons": [ "heroku-redis", "heroku-postgresql"],
|
||||
"buildpacks": [
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue