Change event_push_actions_rm_tokens schema

This commit is contained in:
Erik Johnston 2016-02-03 10:50:49 +00:00
parent 2e36689df3
commit 771528ab13
5 changed files with 67 additions and 21 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 = 28
SCHEMA_VERSION = 29
dir_path = os.path.abspath(os.path.dirname(__file__))