Skip to content

Commit

Permalink
Adds django_s3_sqlite to CONNECTOR_MAPPING dict. (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
perwagner authored Nov 24, 2024
1 parent d8f09bd commit cb6a9c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dbbackup/db/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"django_prometheus.db.backends.sqlite3": "dbbackup.db.sqlite.SqliteConnector",
"django_prometheus.db.backends.mysql": "dbbackup.db.mysql.MysqlDumpConnector",
"django_prometheus.db.backends.postgis": "dbbackup.db.postgresql.PgDumpGisConnector",
"django_s3_sqlite": "dbbackup.db.sqlite.SqliteConnector",
}

if settings.CUSTOM_CONNECTOR_MAPPING:
Expand Down

0 comments on commit cb6a9c2

Please sign in to comment.