]> git.openstreetmap.org Git - rails.git/commitdiff
Remove default values from id columns
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Feb 2022 15:22:37 +0000 (15:22 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 23 Feb 2022 15:22:37 +0000 (15:22 +0000)
In both the case of primary keys, and also foreign key references,
there's no need to set a default value.

This doesn't have a big impact in routine situations, but can be
very confusing when debugging corner cases.


No differences found