issues
search
incentivizinggood
/
vize
Vize's core products and services.
https://www.vize.mx
6
stars
0
forks
source link
Fix database locations
#287
Closed
joshuatshaffer
closed
4 years ago
joshuatshaffer
commented
4 years ago
Changed locations in the database to use simple text columns instead of weird json.
Changed locations to use SQL's
NULL
for missing location values instead of the strings
'-'
or
'(unknown or not provided by user)'
.
Fixed/upgraded the API to properly reflect that all of the location fields are nullable.
NULL
for missing location values instead of the strings'-'
or'(unknown or not provided by user)'
.