Comment update about WAL & Snappea

This commit is contained in:
Klaas van Schelven
2024-08-29 10:23:10 +02:00
parent 3cd3ef6b12
commit 68c556cdca

View File

@@ -6,8 +6,8 @@ logger = logging.getLogger("snappea")
def set_wal_pragma(apps, schema_editor):
# even though we're currently on "sqlite only", we take the forward-looking approach of at least having the escape
# hatch for other DBs:
# even though we're currently on "sqlite only" for the snappea database, we take the forward-looking approach of at
# least having the escape hatch for other DBs:
if not schema_editor.connection.vendor == 'sqlite':
logger.info('\n Migration info: Database vendor: {}'.format(schema_editor.connection.vendor))
logger.info(' Migration info: Skipping set_wal migration')