mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-08-24 01:52:22 +08:00
Corrected tests with previous changes
--HG-- branch : dev
This commit is contained in:
parent
d1a4edd349
commit
7639a18dd4
@ -51,7 +51,7 @@ namespace Orchard.Tests.DataMigration {
|
||||
.Column("Firstname", DbType.String, column => column.WithLength(255))
|
||||
.Column("Lastname", DbType.String, column => column.WithPrecision(0).WithScale(1)))
|
||||
.CreateTable("Address", table => table
|
||||
.VersionedContentPartRecord()
|
||||
.ContentPartVersionRecord()
|
||||
.Column("City", DbType.String)
|
||||
.Column("ZIP", DbType.Int32, column => column.Unique())
|
||||
.Column("UserId", DbType.Int32, column => column.NotNull()))
|
||||
|
Loading…
Reference in New Issue
Block a user