Problem solved. We have just added parameter tableName:
schema.table_name to section I18n in file schema.yml and it works.
On Nov 2, 2:34 pm, jakub novotny wrote:
> I18n, Doctrine, Postgres, Schemas
>
> I have been working on project written in Symfony 1.2.9 with Doctrine
> 1.2, wh
I18n, Doctrine, Postgres, Schemas
I have been working on project written in Symfony 1.2.9 with Doctrine
1.2, where
we use several schemas on Postgres database. We use task that renames
lib/model
classes from TableName to SchemaTableName and sets table name to
schema.table_name,
because, as we fou