Skip to content

Commit ee7bc7e

Browse files
committed
Removed postgresql_nulls_not_distinct
1 parent 6bae1c2 commit ee7bc7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opentakserver/migrations/versions/591a98184047_added_id_column_to_device_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def upgrade():
2929
"preference_key_eud_uid",
3030
["preference_key", "eud_uid"],
3131
unique=True,
32-
postgresql_nulls_not_distinct=False,
32+
# postgresql_nulls_not_distinct=False,
3333
)
3434
batch_op.execute(CreateSequence(Sequence("device_profiles_id_seq")))
3535
batch_op.add_column(

0 commit comments

Comments
 (0)