2 Apr
2005
2 Apr
'05
3:50 a.m.
Issue status update for http://drupal.org/node/19852 Project: Drupal Version: cvs Component: base system Category: bug reports Priority: critical Assigned to: Anonymous Reported by: danielc Updated by: danielc Status: patch Attachment: http://drupal.org/files/issues/database.pgsql.menuseq.diff (364 bytes) Revision 1.84 of database.pgsql added the following query ALTER SEQUENCE menu_mid_seq RESTART 2; in response to issue 10349 (http://drupal.org/node/10349). Unfortunately, this causes an error due to the fact that the SQL script hasn't created that sequence yet. This patch adds a CREATE SEQUENCE query with the right info in it and removes the bogus ALTER SEQUENCE query. danielc