Skip to content
Snippets Groups Projects
Commit 8fd4846a authored by vlorentz's avatar vlorentz
Browse files

Use swh.core 0.14

It renamed db_name to dbname, which is a breaking change.
parent ebbd5f78
No related branches found
Tags v0.8.2
1 merge request!297swh-indexer: Use swh.core 0.14
swh.core[db,http] >= 0.9.1
swh.core[db,http] >= 0.14.0
swh.model >= 0.0.15
swh.objstorage >= 0.2.2
swh.scheduler >= 0.5.2
......
......@@ -31,7 +31,7 @@ SQL_FILES = path.join(path.dirname(swh.indexer.__file__), "sql", "*.sql")
idx_storage_postgresql = postgresql_fact(
"postgresql_proc", db_name="indexer_storage", dump_files=SQL_FILES,
"postgresql_proc", dbname="indexer_storage", dump_files=SQL_FILES,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment