Skip to content

Commit 457b076

Browse files
author
Victor Tsang
committed
fixed comment
1 parent 2c14a0a commit 457b076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aurora_dsql_django/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ class DatabaseWrapper(base.DatabaseWrapper):
125125
)
126126
data_types_suffix = dict(
127127
base.DatabaseWrapper.data_types_suffix,
128-
BigAutoField="", # The default value is auto generated locally from gen_rand_int64
128+
BigAutoField="", # The default value is auto generated locally from uuid_to_int64
129129
# For now skipping small int because uuid does not fit in a smallint?
130130
SmallAutoField="",
131-
AutoField="", # The default value is auto generated locally from gen_rand_int32
131+
AutoField="", # The default value is auto generated locally from uuid_to_int32
132132
)
133133

134134
SchemaEditorClass = DatabaseSchemaEditor

0 commit comments

Comments
 (0)