Re: first time migration with existing database ?

2017-08-08 Thread Mike Bayer
On Tue, Aug 8, 2017 at 6:14 AM, Sandeep Srinivasa wrote: > hi guys, > I'm just taking over a legacy piece of code where tables were hand created > (SQL). > > I'm trying to migrate this over to alembic. I dont have (want to use) any > python models, so this is alembic by itself.

first time migration with existing database ?

2017-08-08 Thread Sandeep Srinivasa
hi guys, I'm just taking over a legacy piece of code where tables were hand created (SQL). I'm trying to migrate this over to alembic. I dont have (want to use) any python models, so this is alembic by itself. I'm unsure of two things: 1. How do I create the first migration - for my first