Skip to content

Commit 0933686

Browse files
authored
Merge branch 'master' into pre-commit-ci-update-config
2 parents 200631a + cb6a9c2 commit 0933686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbbackup/db/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"django_prometheus.db.backends.sqlite3": "dbbackup.db.sqlite.SqliteConnector",
3636
"django_prometheus.db.backends.mysql": "dbbackup.db.mysql.MysqlDumpConnector",
3737
"django_prometheus.db.backends.postgis": "dbbackup.db.postgresql.PgDumpGisConnector",
38+
"django_s3_sqlite": "dbbackup.db.sqlite.SqliteConnector",
3839
}
3940

4041
if settings.CUSTOM_CONNECTOR_MAPPING:

0 commit comments

Comments
 (0)