Commit graph

7 commits

Author SHA1 Message Date
Mayra Cabrera
4706352416 Adds cop to enforce string limits on migrations
This cop will analyze migrations that add columns with string, and
report an offense if the string has no limit enforced

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/64505
2019-08-23 21:36:12 +00:00
Yorick Peterse
40ad7d5d7a
Fix ActiveRecord::Migration deprecations
Extending from ActiveRecord::Migration is deprecated, but was still used
in a bunch of places.
2018-12-12 16:38:40 +01:00
Amit Rathi
b82c98901d Updated migration files 2018-11-22 02:37:17 +05:30
Amit Rathi
96c325ebfc unique: true on cluster_id index on cert_manager 2018-11-22 01:56:11 +05:30
Amit Rathi
95e3a80edb adding cluster_id index to cert_manager migrartion 2018-11-19 22:59:28 +05:30
Amit Rathi
6dda43d67e Cleanup 2018-11-13 17:38:04 +05:30
Amit Rathi
27ce614043 Cert manager migration, cluster_issuer etc. 2018-11-13 17:03:45 +05:30