generate all SQL reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user