aboutsummaryrefslogtreecommitdiffstats
path: root/app/mood.apd
diff options
context:
space:
mode:
authorHabeas Codice <habeascodice@federated.social>2015-02-16 15:09:43 -0800
committerHabeas Codice <habeascodice@federated.social>2015-02-16 15:09:43 -0800
commitca8e22101803454be60af35d2cf71ae80224805a (patch)
tree946111723a3150ee75ed7dbab0951b7f595a18cc /app/mood.apd
parent972fc91e12b08eb0aae31c448b7879408ddab229 (diff)
downloadvolse-hubzilla-ca8e22101803454be60af35d2cf71ae80224805a.tar.gz
volse-hubzilla-ca8e22101803454be60af35d2cf71ae80224805a.tar.bz2
volse-hubzilla-ca8e22101803454be60af35d2cf71ae80224805a.zip
normalize age data
mysql has type tinyint(3) which probably turns into a 24-bit value, but postgres uses 3-digit decimal as its constraint (probably what the mysql schema was intended to do). either that or mysql silently truncates while postgres respects the constraint. Either way, bad data gets in unchecked, now it's checked.
Diffstat (limited to 'app/mood.apd')
0 files changed, 0 insertions, 0 deletions