diff options
Diffstat (limited to 'docs/DatabaseTables.md')
-rw-r--r-- | docs/DatabaseTables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/DatabaseTables.md b/docs/DatabaseTables.md index 30f4f7b..48b2ba7 100644 --- a/docs/DatabaseTables.md +++ b/docs/DatabaseTables.md @@ -26,6 +26,8 @@ As of version 0.12.0. asdc_resource_id | character varying | not null created | timestamp without time zone | not null is_active | boolean | not null + application | character varying | + component | character varying | Indexes: "pk_type_created" PRIMARY KEY, btree (type_id, created) ``` |