Skip to content

Commit cb6a9c2

Browse files
authored
Adds django_s3_sqlite to CONNECTOR_MAPPING dict. (#539)
1 parent d8f09bd commit cb6a9c2

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)