diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-16 09:47:57 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2017-06-16 09:47:57 +0900 |
commit | 5409e5e31b00f05d4e706d2086a3205974a25886 (patch) | |
tree | a2294238c57849d749f4cf22417386335d331121 /actionview | |
parent | e57d8d090d5d6860e3a5bb3257d6aed5b644ea25 (diff) | |
download | rails-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 'actionview')
0 files changed, 0 insertions, 0 deletions