Skip to content

Commit

Permalink
Remove prv_procOrder
Browse files Browse the repository at this point in the history
We've added `time_processed` as a much more explicit and easy to determine way
to order DiaSources by when they were processed. This field was unused.
  • Loading branch information
parejkoj committed May 17, 2023
1 parent 27ffe50 commit a5d008a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions yml/apdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1609,14 +1609,6 @@ tables:
if any.
mysql:datatype: BIGINT
ivoa:ucd: meta.id;src
- name: prv_procOrder
"@id": "#DiaSource.prv_procOrder"
datatype: int
nullable: false
value: "0"
description: Position of this diaSource in the processing order relative to other
diaSources within a given diaObjectId or ssObjectId.
mysql:datatype: INTEGER
- name: ssObjectReassocTime
"@id": "#DiaSource.ssObjectReassocTime"
datatype: timestamp
Expand Down

0 comments on commit a5d008a

Please sign in to comment.