Skip to content

Commit

Permalink
Add default value of AUTO_INCREMENT for "users" table. Value selected…
Browse files Browse the repository at this point in the history
… as int_size/2.
  • Loading branch information
DimonBor committed Apr 28, 2024
1 parent f5ffc84 commit 1f78ca7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions burrito/models/user_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ class Users(BurritoBasicModel):

class Meta:
depends_on = [Roles, Groups, Faculties]
table_settings = [
"AUTO_INCREMENT = 1073741824"
]

0 comments on commit 1f78ca7

Please sign in to comment.