clair/database/pgsql/migrations
Nick Platt aea74550e1 pgsql: Expand layer, namespace column widths
Presently the layer and namespace tables use type `varchar(128)` for
their respective name columns. For layer, this width works fine enough
using the sha256 digests provided by docker. However, if one wishes to
encode the image name into the layer  name (eg, to avoid collisions like
in [0]), the limit of 128 bytes starts to feel a bit cramped. Bump to
256 bytes, since that "ought to be enough for anybody." (TM)

[0]: https://github.com/coreos/clair/issues/319
2017-05-19 18:22:04 -04:00
..
00001_change_migrator.go pgsql: Replace liamstask/goose by remind101/migrate 2016-11-11 18:11:48 +01:00
00002_initial_schema.go pgsql: Replace liamstask/goose by remind101/migrate 2016-11-11 18:11:48 +01:00
00003_add_indexes.go psql: add useful indexes 2016-12-02 15:48:12 -05:00
00004_add_index_notification_deleted_at.go pgsql/migrations: add index on Vulnerability_Notification.deleted_at 2016-12-06 14:39:52 +01:00
00005_ldfv_index.go psql/migrations: fix ordering 2016-12-25 19:25:57 -05:00
00006_add_version_format.go pgsql/migrations: fix dpkg default versionfmt 2017-01-20 14:42:33 -05:00
00007_expand_column_width.go pgsql: Expand layer, namespace column widths 2017-05-19 18:22:04 -04:00
migrations.go pgsql: Replace liamstask/goose by remind101/migrate 2016-11-11 18:11:48 +01:00