This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/include
Habeas Codice ca8e221018 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.
2015-02-16 15:09:43 -08:00
..
2014-11-13 12:21:58 -08:00
2015-01-28 20:56:04 -08:00
2015-01-28 20:56:04 -08:00
2015-01-28 20:56:04 -08:00
2015-01-28 20:56:04 -08:00
2015-02-16 15:08:53 -08:00
2015-01-28 20:58:59 -08:00
2015-02-13 10:01:26 +01:00
2015-01-28 20:56:04 -08:00
2013-02-25 17:09:40 -08:00
2014-07-14 01:38:16 -07:00
2014-11-13 12:21:58 -08:00
2015-01-28 17:36:24 -08:00
2015-01-28 20:56:04 -08:00
2015-01-28 20:56:04 -08:00
2013-02-25 17:09:40 -08:00
2015-02-03 18:35:54 -08:00
2015-01-26 20:47:53 -08:00
2014-11-13 12:21:58 -08:00
2015-02-10 19:10:18 -08:00
2015-01-28 20:56:04 -08:00
2013-02-25 17:09:40 -08:00
2015-01-28 20:56:04 -08:00
2013-03-10 20:39:27 -07:00
2015-01-28 20:56:04 -08:00
2015-01-28 20:58:59 -08:00
2015-01-25 12:41:08 -08:00
2014-04-02 16:26:39 -07:00
2013-02-25 17:09:40 -08:00
2014-11-13 12:21:58 -08:00
2014-11-13 12:21:58 -08:00
2014-11-13 12:21:58 -08:00
2015-01-28 20:58:59 -08:00
2015-01-28 20:58:59 -08:00
2014-12-15 14:37:31 -08:00
2013-05-08 04:00:05 -04:00
2015-02-12 19:22:07 -08:00
2015-02-04 18:31:12 -08:00
2015-02-16 15:09:43 -08:00