Hello, I tried importing mapping information from a database containing 15 tables, all tables had primary keys except for one which was causing the following exception:
-- [Doctrine\DBAL\Schema\SchemaException] Index '' does not exist on table 'setting'. -- The table 'setting' DID NOT have a primary key. Although it'd UNIQUE and other indexes. The import went fine when I converted the unique index to primary key. Is this a bug? I suppose it is (once confirmed I'll report it) because I'd no trouble in importing the database in symfony 1.4. -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
