Skip to content

Commit

Permalink
patch orm.order
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZXL committed Apr 3, 2024
1 parent bb2fedb commit 58b36b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilmeta/core/orm/fields/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
self.type = enum_array(
list(orders),
item_type=str,
name=f'{self.model.ident}.{self.name}.enum',
# name=f'{self.model.ident}.{self.name}.enum',
unique=True
)

Expand Down

0 comments on commit 58b36b6

Please sign in to comment.