aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README.rdoc
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-06-16 09:47:57 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-06-16 09:47:57 +0900
commit5409e5e31b00f05d4e706d2086a3205974a25886 (patch)
treea2294238c57849d749f4cf22417386335d331121 /activerecord/README.rdoc
parente57d8d090d5d6860e3a5bb3257d6aed5b644ea25 (diff)
downloadrails-5409e5e31b00f05d4e706d2086a3205974a25886.tar.gz
rails-5409e5e31b00f05d4e706d2086a3205974a25886.tar.bz2
rails-5409e5e31b00f05d4e706d2086a3205974a25886.zip
Use nullable `id` column instead of a primary key
`id` column in `subscribers` was added as a primary key for ignorable in INSERT. But it caused `NotNullViolation` for oracle-enhanced adapter. https://github.com/rsim/oracle-enhanced/issues/1357 I changed the column to nullable to address the issue.
Diffstat (limited to 'activerecord/README.rdoc')
0 files changed, 0 insertions, 0 deletions