Re: 0.6.1 -- automigration not detecting new table

2013-12-29 Thread Michael
That worked, thanks. Thanks for the tip too.. On Sunday, December 29, 2013 2:25:48 PM UTC-5, Michael wrote: > > I have a models dir which contains a new .py which contains: > > bar - > | > models - > | > -- __init__.py > -- auth.py-- Users table

Re: 0.6.1 -- automigration not detecting new table

2013-12-29 Thread Michael Bayer
On Dec 29, 2013, at 2:25 PM, Michael wrote: > I have a models dir which contains a new .py which contains: > > > Alembic doesn't appear to detect the new Logging table despite it importing > the bar.models __init__.py for Base and the env.py importing the same file > and containing `target_m

0.6.1 -- automigration not detecting new table

2013-12-29 Thread Michael
I have a models dir which contains a new .py which contains: bar - | models - | -- __init__.py -- auth.py-- Users table, Activations table -- applog.py -- new file, Logging table when I run autogenerate this way: [hannam@mhann