Rename migrations to depend on account-migrations instead of players
This commit is contained in:
parent
120ddb7f81
commit
a7aa1215cb
18 changed files with 62 additions and 62 deletions
|
|
@ -497,7 +497,7 @@ PERMISSION_HIERARCHY = ["Guest", # note-only used if GUEST_ENABLED=True
|
|||
"Admin",
|
||||
"Developer"]
|
||||
# The default permission given to all new accounts
|
||||
PERMISSION_PLAYER_DEFAULT = "Player"
|
||||
PERMISSION_ACCOUNT_DEFAULT = "Player"
|
||||
# Default sizes for client window (in number of characters), if client
|
||||
# is not supplying this on its own
|
||||
CLIENT_DEFAULT_WIDTH = 78
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue