CAPEv2
CAPEv2 copied to clipboard
Update database.py so that the sample database will use bigint for fi…
…le_size.
For users that have an existing database when upgrading CAPEv2, you need to alter the database schema before the upgrade:
ALTER TABLE samples ALTER COLUMN file_size TYPE BIGINT;
And restart the related services.
hello thank you, the fix is partial, we need alembic migration to properly make users aware of it, we can't just hope that they will check readme. i will implement it once im back in june
hello thank you, the fix is partial, we need alembic migration to properly make users aware of it, we can't just hope that they will check readme. i will implement it once im back in june
perfect, thanks a lot!
this is now addressed in upcoming database modernization/cleanup in staging branch, thanks for headups