paper-trail-gem--paper_trail/lib/generators/paper_trail
Jared Beck 4ba85e2548 In MySQL, use longtext instead of text
[Fixes #248]

- MySQL uses limit to choose between `text`, `mediumtext`, and `longtext`.
- Postgres ignores any limit up to 1GB - 1 byte.  Greater limits cause an error.
- SQLite uses the limit literally
2015-06-22 18:33:52 -04:00
..
templates In MySQL, use longtext instead of text 2015-06-22 18:33:52 -04:00
USAGE
install_generator.rb Remove typo from migration warning [ci skip] 2015-03-20 18:53:52 -04:00