Store invites in a separate table.

This commit is contained in:
Erik Johnston 2016-04-04 15:52:01 +01:00
parent d76d89323c
commit 3d76b7cb2b
5 changed files with 124 additions and 32 deletions

View file

@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 30
SCHEMA_VERSION = 31
dir_path = os.path.abspath(os.path.dirname(__file__))