I've been experimenting with using Umbraco migrations for creating tables and such.
I've had success with using the Umbraco database, and adding/removing tables to it with migrations.
For instance by using the context database
( ApplicationContext.Current.DatabaseContext.Database;).
Is it possible to use Umbraco migrations with a custom database ? And if so, how can I connect to the custom database, instead of the context one ?
Migration to custom database
I've been experimenting with using Umbraco migrations for creating tables and such. I've had success with using the Umbraco database, and adding/removing tables to it with migrations. For instance by using the context database ( ApplicationContext.Current.DatabaseContext.Database;).
Is it possible to use Umbraco migrations with a custom database ? And if so, how can I connect to the custom database, instead of the context one ?
is working on a reply...