Skip to content

Commit 3a1c1ed

Browse files
authored
Merge pull request #122 from OpenDataAlex/process_tracker_python-118
Process tracker python 118
2 parents 4f4a328 + cc8acb1 commit 3a1c1ed

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_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)