Add stream_id index to device_lists_outbound_pokes

As this is used for replication streaming
This commit is contained in:
Erik Johnston 2017-02-28 11:17:27 +00:00
parent 8a12b6f1eb
commit e4919b9329
2 changed files with 17 additions and 1 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 = 40
SCHEMA_VERSION = 41
dir_path = os.path.abspath(os.path.dirname(__file__))