Closed Kennric closed 7 years ago
++
do we need to run a script to change existing data?
@alxngyn no, I think existing data is correct - postgres seems to do the right thing, and will coerce "true" to a boolean true, and "false" to boolean false, but it's not clear what it does when you try to save a non-truthy/falsey string to it. This is just a little extra precaution.
+1
fixes issue #274
Changes in this PR.
Testing this PR.
Expected Output.
Data collected should include active and inactive nodes with the correct boolean true or false, instead of all "true"
@osuosl/dev