Hi,

I plan to use the migrate.versioning.api to manage the versions of the
tables.
But there are different repositories belonging to the modules of my
project.
Each module has its own repository but will refer to the tables of
other modules. Is it possible?

I have 2 different repositories: say X and Y
The users table is created in repository X.
And the customers table in repository Y refers to the users table.

When api.upgrade is called for X, the users table is created.
But then, when api.upgrade is called soon after for Y, it gives an
error saying no users table.

Thanks.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to