-
Type: Task
-
Status: Done (View Workflow)
-
Priority: Normal
-
Resolution: Done
-
Component/s: spt_operational_database
-
Labels:
-
Sprint:SM1PD-2021 A 12
If we want to insert sps_sequence at the beginning, we need to pull out status column which is obviously known only at the end.
We would need a new table :
sps_sequence_status:
- visit_set_id int4 not null
- status_flag int4
- comments varchar
You need to create the table in the first place then I will dump data from the existing column to the new table, then we can drop the status column from sps_sequence.
- blocks
-
INSTRM-1291 Create visit_set and sps_sequence rows as soon as practical.
- Done