-
- Downloads
raw_extrinsic_metadata: Make (target, authority_id, discovery_date, fetcher_id) non-unique
Uniqueness is only based on the id from now on. Also adds the 'id' column to the Cassandra schema (it was already present in postgresql's schema)
parent
2d540b05
No related branches found
Tags v0.26.0
Showing
- sql/upgrades/172.sql 25 additions, 0 deletionssql/upgrades/172.sql
- swh/storage/cassandra/cql.py 4 additions, 12 deletionsswh/storage/cassandra/cql.py
- swh/storage/cassandra/model.py 3 additions, 2 deletionsswh/storage/cassandra/model.py
- swh/storage/cassandra/schema.py 29 additions, 2 deletionsswh/storage/cassandra/schema.py
- swh/storage/cassandra/storage.py 5 additions, 17 deletionsswh/storage/cassandra/storage.py
- swh/storage/in_memory.py 4 additions, 5 deletionsswh/storage/in_memory.py
- swh/storage/postgresql/db.py 2 additions, 2 deletionsswh/storage/postgresql/db.py
- swh/storage/sql/30-schema.sql 1 addition, 1 deletionswh/storage/sql/30-schema.sql
- swh/storage/sql/60-indexes.sql 1 addition, 1 deletionswh/storage/sql/60-indexes.sql
- swh/storage/tests/storage_tests.py 11 additions, 29 deletionsswh/storage/tests/storage_tests.py
Loading
-
mentioned in merge request !661 (closed)
-
mentioned in merge request !662 (closed)
Please register or sign in to comment