aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/with_commit.rb
diff options
context:
space:
mode:
authorTeddy Wing2017-11-10 13:00:36 +0100
committerTeddy Wing2017-11-10 13:00:36 +0100
commit63d85933ac99453c76df7cda102a4f60d94f5f53 (patch)
tree5c5a4866a228e0213076ae2049d3b3b82dffc5b9 /spec/support/with_commit.rb
parent3967389c4ef2d7af07cea87d4b3a6f1473022aef (diff)
downloadchouette-core-63d85933ac99453c76df7cda102a4f60d94f5f53.tar.bz2
Migrate all foreign keys to `bigint` from `integer`
All our primary keys are supposed to be `bigint`s, and our foreign keys should likewise be `bigint`s. But it's easy to forget this when creating migrations, or some committers might not have been up to speed on the convention. In any case, this changes all existing foreign keys to be `bigint`s. Need to get this out now so that Michel Etienne can use it to correctly test the Java application for compliance check validations. That's why I'm not including any future-looking checks or enforcements here. That will be coming next. Refs #4947
Diffstat (limited to 'spec/support/with_commit.rb')
0 files changed, 0 insertions, 0 deletions