[INSTRM-1305] rename sps_sequence to iic_sequence in opdb Created: 24/Jun/21 Updated: 15/Jul/21 Resolved: 15/Jul/21 |
|
| Status: | Done |
| Project: | Instrument control development |
| Component/s: | spt_operational_database |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Normal |
| Reporter: | arnaud.lefur | Assignee: | Kiyoto Yabe |
| Resolution: | Done | Votes: | 0 |
| Labels: | SPS | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Description |
|
fps command are now (almost) available through iic and follow the same logic(resources allocation, same opdb table...etc) as the sps ones.
class visit_set(Base):
__tablename__ = 'visit_set'
pfs_visit_id = Column(Integer, ForeignKey('sps_visit.pfs_visit_id'), primary_key=True, unique=True, autoincrement=False)
|
| Comments |
| Comment by Kiyoto Yabe [ 29/Jun/21 ] |
|
So, ForeignKey('sps_visit.pfs_visit_id') should be ForeignKey('pfs_visit.pfs_visit_id'), right? And, according to the conversation in |