namespace Nop.Data.Migrations; /// /// Represents the type of migration process /// public enum MigrationProcessType { /// /// The type of migration process does not matter /// NoMatter, /// /// Installation /// Installation, /// /// Update /// Update }