Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue #90 inserting null or 0 into pgsql sequence field #93

Open
wants to merge 1 commit into
base: 7.x-1.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions drupal-org-core.make
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ projects[drupal][patch][] = "http://drupal.org/files/1982776-field-formatter-wei
; Uncomment settings.local.php support in settings.php
; @see https://drupal.org/node/1118520
projects[drupal][patch][] = "http://drupal.org/files/1118520-settings-local-uncommented-do-not-test.patch"
; Fixed error due to inserting null or 0 into postgreSQL sequence field
; @see https://www.drupal.org/node/2504323
projects[drupal][patch][] = "https://www.drupal.org/files/issues/drupal_core_7.x-pgsql-seq-ge1-2504323-4.patch"