Set Variety correctly
This commit is contained in:
parent
03d30ff6af
commit
fbc29dfb0a
8 changed files with 22 additions and 26 deletions
|
|
@ -73,9 +73,9 @@ namespace LibationAvalonia
|
|||
{
|
||||
// most migrations go in here
|
||||
LibationScaffolding.RunPostConfigMigrations(config);
|
||||
LibationScaffolding.RunPostMigrationScaffolding(config);
|
||||
LibationScaffolding.RunPostMigrationScaffolding(Variety.Chardonnay, config);
|
||||
|
||||
return LibationScaffolding.ReleaseIdentifier is not ReleaseIdentifier.None;
|
||||
return true;
|
||||
}
|
||||
catch (Exception exDebug)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue