Set :null=>false explicitly on timestamp columns.
authorTom Clegg <tom@curoverse.com>
Mon, 21 Apr 2014 16:15:56 +0000 (12:15 -0400)
committerTom Clegg <tom@curoverse.com>
Mon, 21 Apr 2014 16:15:56 +0000 (12:15 -0400)
commitdeed6e331c70c4410b161f260e2b93fa71b39d50
tree53f591720869ef3a78d9ffff841997870f918a05
parent44480d99e71e1868f61024035d7d58acd69eac50
Set :null=>false explicitly on timestamp columns.

New versions of Rails do this automatically, but dev instances keep
having edit wars because some of them have never been told to add the
not-null constraint.
services/api/db/migrate/20140421151940_timestamps_not_null.rb [new file with mode: 0644]
services/api/db/schema.rb