apps
apps
Root tenant table. Most rows originate from a Heroku add-on provisioning callback; some are created directly for non-Heroku customers (platform_slug != "heroku").
Selected columns
| Column | Type | Notes |
|---|---|---|
hash_id |
string | Public identifier used in URLs |
heroku_app_name |
string | Maps to Heroku app |
heroku_hostname |
string | Default *.herokuapp.com hostname |
platform_slug |
string | Defaults to "heroku" |
plan |
string | Add-on plan (drives waf_plan / cdn_plan flags) |
status |
text | Lifecycle state, default "undetermined" |
waf_plan / cdn_plan |
boolean | Feature flags derived from plan |
sucuri_api_key |
string | Per-account override; usually falls back to env |
dns_set_correctly |
boolean | Computed by DNS health checks |
conversation_closed |
boolean | HelpScout conversation linked to this app |
deleted_at |
datetime | Soft-delete |
Related
- wafs —
wafs.app_id - certs —
certs.app_id - WAF onboarding flow