I have on page aplha3 on which is not possible to delete taxonomy terms. After uploading current dev version, deletion is possible. But I'm getting on drupal/update.php metatag 7001 update error:

Update #7001
Failed: PDOException: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "metatag_config_cid_seq" already exists: CREATE SEQUENCE {metatag_config}_cid_seq; Array ( ) v db_change_field() (riadok 2984 z /....../includes/database/database.inc).

Comments

dave reid’s picture

What database driver are you using?

stano.lacko’s picture

PostgreSQL 9.0.2

marcoka’s picture

is this still happening with the latest version?

damienmckenna’s picture

Title: Update 7001 error » Update 7001 should remove the current primary key before changing 'cid' to a serial field
Status: Active » Postponed (maintainer needs more info)

I think that the correct way of handling it might be to remove the current primary key before adding the new one indirectly by changing it to a 'serial' field.

damienmckenna’s picture

Status: Postponed (maintainer needs more info) » Needs review
StatusFileSize
new1.61 KB

Not sure why I changed the status to "postponed", this should have been fixed ages ago.

damienmckenna’s picture

StatusFileSize
new1.62 KB

After some testing..

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

damienmckenna’s picture

Status: Fixed » Closed (fixed)

Now that Metatag v7.x-1.0-beta5 is out am closing this to keep the issue queue clean.