Skip to content

WS-516: Add ingest-complete flag to capability request table

Nathan Hertz requested to merge WS-516-add-ingest-complete-flag into main
  • 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