This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/migrations
Brad Ison f89a16a64d Make byte_count on BlobUpload table not nullable
The byte_count field on the BlobUpload model is marked as not
nullable, but the migration to make the field a big integer removed
that restriction (#2388 :: 76de324) in the database.  It's still in
the model though, which means they are out of sync.  This adds a
migration to mark the field as not nullable in the database again.
2018-02-26 11:36:56 -05:00
..
versions Make byte_count on BlobUpload table not nullable 2018-02-26 11:36:56 -05:00
env.py Fix import for alembic 2016-01-29 17:59:23 +02:00
migration.sh feat(data): remove subdir 2017-04-28 13:23:51 -04:00
script.py.mako Inject the tables metadata into the upgrade and downgrade functions. Fix a bunch of the downgrades to actually work. 2014-09-04 20:58:29 -04:00