1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-06-29 01:23:45 +02:00
dspace-statistics-api/dspace_statistics_api
Alan Orth 250fd8164f dspace_statistics_api/indexer.py: Use UUID
DSpace 6+ uses a UUID for item identifiers instead of an integer so
we need to update the PostgreSQL schema accordingly. Solr still re-
fers to them as "id" in its schema so we don't need to change anyt-
hing there.
2020-03-01 21:22:10 +02:00
..
docs Sync API documentation HTML with README.md 2018-11-01 00:37:52 +02:00
__init__.py Refactor project structure 2018-10-28 11:14:21 +02:00
app.py Sort imports with isort 2019-11-27 12:31:04 +02:00
config.py Format code with black 2019-11-27 12:30:06 +02:00
database.py Sort imports with isort 2019-11-27 12:31:04 +02:00
indexer.py dspace_statistics_api/indexer.py: Use UUID 2020-03-01 21:22:10 +02:00