Re: Checking code and database are in sync

2015-02-11 Thread tim . mitchell
The problem appears to be that metadata (and tables) explicitly specify the default schema. If I set the schema to None in my metadata it works fine. On Thursday, 12 February 2015 14:19:36 UTC+13, tim.mi...@leapfrog3d.com wrote: Hi, My diff list is full of remove_fk and add_fk pairs. For

Re: Checking code and database are in sync

2015-02-11 Thread tim . mitchell
... unless your naming_convention creates a name that get's truncated to 63 chars by postgres ... On Thursday, 12 February 2015 14:41:39 UTC+13, tim.mi...@leapfrog3d.com wrote: The problem appears to be that metadata (and tables) explicitly specify the default schema. If I set the schema