generate all SQL reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2024-12-28 17:10:31 +01:00
parent 1abf23efe2
commit 21985baa7f
12 changed files with 474 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
## SQL Report file for "@backstage/plugin-app-backend"
> Do not edit this file. It is a report generated by `yarn build:api-reports`
## Table `static_assets_cache`
| Column | Type | Nullable | Max Length | Default |
| ------------------ | -------------------------- | -------- | ---------- | ------------------------------ |
| `content` | `bytea` | false | - | - |
| `last_modified_at` | `timestamp with time zone` | false | - | `CURRENT_TIMESTAMP` |
| `namespace` | `character varying` | false | 255 | `'default'::character varying` |
| `path` | `text` | false | - | - |
### Indices
- `static_asset_cache_last_modified_at_idx` (`last_modified_at`)
- `static_assets_cache_pkey` (`namespace`, `path`) unique primary