aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/minimalistics.yml
Commit message (Collapse)AuthorAgeFilesLines
* Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-261-0/+3
| | | | | | Since #29504, mysql2 adapter lost ability to insert zero value on primary key due to enforce `NO_AUTO_VALUE_ON_ZERO` disabled. That is for using `DEFAULT` on auto increment column, but we can use `NULL` instead in that case.
* Missed the addMichael Koziarski2007-10-061-0/+2
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7754 5ecf4fe2-1ee6-0310-87b1-e25e094e27de