Skip to content

Commit

Permalink
Merge 25d6303 into 026e80c
Browse files Browse the repository at this point in the history
  • Loading branch information
roksys committed Nov 12, 2019
2 parents 026e80c + 25d6303 commit e317aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio_records/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class RecordMetadataBase(Timestamp):
__versioned__ = {}

id = db.Column(
UUIDType,
UUIDType(binary=False),
primary_key=True,
default=uuid.uuid4,
)
Expand Down

0 comments on commit e317aee

Please sign in to comment.