Bug #54208

Migrations not complete

Added by Philipp Maier over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2013-12-05
Priority:Should have Due date:
Assigned To:Bastian Waidelich % Done:

100%

Category:- Migrations -
Target version:-
PHP Version: Complexity:easy
Has patch:No Affected Flow version:Git master

Description

Currently, when performing ./flow doctrine:migrate on an empty database the following migrations will be generated by doctrine when executing ./flow doctrine:migrationgenerate:

$this->addSql("ALTER TABLE typo3_flow_resource_publishing_abstractpublishingconfiguration ADD dtype VARCHAR(255) NOT NULL");
$this->addSql("ALTER TABLE typo3_flow_security_authorization_resource_securitypublis_861cb ADD CONSTRAINT FK_2DAD2A8A47A46B0A FOREIGN KEY (persistence_object_identifier) REFERENCES typo3_flow_resource_publishing_abstractpublishingconfiguration (persistence_object_identifier) ON DELETE CASCADE");

History

#1 Updated by Bastian Waidelich over 1 year ago

  • Category set to - Migrations -
  • Status changed from New to Needs Feedback
  • Assigned To set to Bastian Waidelich
  • Priority changed from Must have to Should have

Hi Philip,

are you sure you have the latest version and a flushed cache? I can't reproduce the issue

#2 Updated by Philipp Maier over 1 year ago

Could be outdated, my bad. Will try again soon and with the current version. (Also, should receive emails now for ticket updates.. )

#3 Updated by Bastian Waidelich over 1 year ago

Philipp Maier wrote:

Could be outdated, my bad. Will try again soon and with the current version. (Also, should receive emails now for ticket updates.. )

Any news on this one? Otherwise I would close the ticket

#4 Updated by Philipp Maier over 1 year ago

Ye seems to be fixed.

#5 Updated by Bastian Waidelich over 1 year ago

  • Status changed from Needs Feedback to Resolved
  • % Done changed from 0 to 100

Thx

Also available in: Atom PDF