Skip to content

Commit cc8acb1

Browse files
author
Alex Meadows
committed
process_tracker_python-102 Add relationship to extract and extract location to source/targets
Forgot to change sequence name.
1 parent c460cf1 commit cc8acb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_tracker/models/source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ class SourceObjectAttribute(Base):
202202
source_object_attribute_id = Column(
203203
Integer,
204204
Sequence(
205-
"source_object_attribute_source_object_attribute_lkup_id_seq",
205+
"source_object_attribute_lkup_source_object_attribute_id_seq",
206206
schema="process_tracker",
207207
),
208208
primary_key=True,

0 commit comments

Comments
 (0)