Really impressed with the new reincarnation of Webform/YAML forms in Drupal 8! Awesome job and I am looking forward to seeing what (if any) limits we can push. I think it's going to be a great tool!

drush up webform
Name Installed Version Proposed version Message
Webform (webform) 8.x-5.0-beta13 8.x-5.0-beta15

DB updates resulted in the following messages:
webform_update_8060 Table webform already exists error

Resulting Issue #1
Left open additional updates as follows:
3 PENDING UPDATES
webform module

8061 - Issue #2871207: Random Multiple Submissions. Create webform table.
8062 - Issue #2871207: Random Multiple Submissions. Populate next serial in webform table.
8063 - Issue #2891108: Recreating deleted webform with same name results in error.

I didn't have any resulting issues that I am aware of at this point and it solved my issues with https://www.drupal.org/node/2870129

Again really appreciate the great work!

Comments

bsnodgrass created an issue. See original summary.

jrockowitz’s picture

Status: Active » Closed (duplicate)

@see #2891108: Recreating deleted webform with same name results in error

You might need to delete the webform table and let the update hook create it.

bsnodgrass’s picture

Thanks that worked for me.