WS-516: Add ingest-complete flag to capability request table
1 unresolved thread
1 unresolved thread
-
Added ingested
column to capability requests with the properties:- type: bool
- null: not null
- default: false
-
Added ingested
column to ORM schema -
Manually tested that creating requests works and initializes value to false
Edited by Nathan Hertz
Merge request reports
Activity
Maybe either by using some PostgreSQL extension like this: https://pgtap.org/ on the DB side of things. Or maybe by initializing an in-memory DB, adding some objects to it, and ensuring all tables meet their various criteria.
added 1 commit
- 8411684c - Added `ingested` column to ORM representation of capability request
Please register or sign in to reply