include owner in migration tag name in external module template
This commit is contained in:
parent
6a213561f6
commit
f4800bb7f0
|
@ -8,7 +8,7 @@ using [Owner].[Module].Repository;
|
|||
namespace [Owner].[Module].Migrations
|
||||
{
|
||||
[DbContext(typeof([Module]Context))]
|
||||
[Migration("[Module].01.00.00.00")]
|
||||
[Migration("[Owner].[Module].01.00.00.00")]
|
||||
public class InitializeModule : MultiDatabaseMigration
|
||||
{
|
||||
public InitializeModule(IDatabase database) : base(database)
|
||||
|
|
Loading…
Reference in New Issue
Block a user