Development

#1720 (unique indexes problem)

You must first sign up to be able to contribute.

Ticket #1720 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

unique indexes problem

Reported by: Rimenes.Ribeiro Assigned to: fabien
Priority: major Milestone: plugins
Component: sfGuardPlugin Version:
Keywords: patch Cc:
Qualification:

Description

I got the following error:

... relation "unique_name" already exists ...

How to reproduce:

  • Create a new symfony-project (I'm using version 1.0.2)
  • install the sfGuardPlugin version 1.1.7
  • configure your database to use postgresql (I'm using version 8.2)
  • enter the command "symfony propel-build-all"

The plugin has also been tested with mysql, but works fine.

Defect originally reported by Alexander Deruwe at symfony-users mailing-list.

Attachments

sfGuardPlugin-schema.diff (1.0 kB) - added by Damien.Raude.Morvan on 05/08/07 15:19:04.
fix indexes name

Change History

05/08/07 15:18:36 changed by Damien.Raude.Morvan

  • keywords set to patch.

Hi,

I've changed indexes names in schema.xml and it's work. (please have a look at my patch)

05/08/07 15:19:04 changed by Damien.Raude.Morvan

  • attachment sfGuardPlugin-schema.diff added.

fix indexes name

05/13/07 03:53:48 changed by davedash

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r3995