adsabs / biblib-service

ADS library service
https://ui.adsabs.harvard.edu
MIT License
4 stars 8 forks source link

removed biblib import of custom GUID from alembic upgrade. #164

Closed tjacovich closed 1 year ago

tjacovich commented 1 year ago

Removed import of biblib in latest alembic upgrade that was causing the migrate_db.py script to break on deployment. Changed 'id' column in library_versions table from biblib.models.GUID() to sqlalchemy.dialects.postgresql.UUID() to facilitate this change.