mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-23 22:20:28 +08:00
Fix data migration code for UserRecord
Issue came from last merge from Default... --HG-- branch : dev
This commit is contained in:
parent
47817222ee
commit
801c46ea04
@ -12,6 +12,7 @@ namespace Orchard.Users.DataMigrations {
|
||||
.Column<string>("NormalizedUserName")
|
||||
.Column<string>("Password")
|
||||
.Column<string>("PasswordFormat")
|
||||
.Column<string>("HashAlgorithm")
|
||||
.Column<string>("PasswordSalt")
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user