]> cat aescling's git repositories - mastodon.git/commit
Fix boolean columns sometimes having a null value (#4162)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 13 Jul 2017 01:12:25 +0000 (03:12 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jul 2017 01:12:25 +0000 (03:12 +0200)
commit880a5eb25cc62d2181b34a21985addee847cbb49
treeca0b37ff4b1be7606ed1bf3ad7c6bebb8cb68cce
parente48d3bfd01c4bdeb36d39bbdf13b6873e3444179
Fix boolean columns sometimes having a null value (#4162)

* Fix boolean columns sometimes having a null value

* Fix wrong value being set instead of null
app/models/domain_block.rb
app/models/import.rb
app/models/status.rb
app/models/user.rb
db/migrate/20170711225116_fix_null_booleans.rb [new file with mode: 0644]
db/schema.rb