mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Fixed a migration issue with PostGreSQL.
This commit is contained in:
parent
b99833e8fc
commit
39b69dcdc2
9 changed files with 69 additions and 31 deletions
|
|
@ -314,8 +314,7 @@ PERMISSION_PLAYER_DEFAULT = "Players"
|
|||
# In-game Channels created from server start
|
||||
######################################################################
|
||||
|
||||
# Defines a dict with one key for each from-start
|
||||
# channel. Each key points to a tuple containing
|
||||
# Each default channel is defined by a tuple containing
|
||||
# (name, aliases, description, locks)
|
||||
# where aliases may be a tuple too, and locks is
|
||||
# a valid lockstring definition.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue