From 3dcf918262d4e0acdbffbe56887434da0f09fe67 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 25 Nov 2013 04:43:27 +0000 Subject: [PATCH] Changed GroupName column length to 100 as part of validation rules. --- PROMS/VEPROMS.CSLA.Library/Generated/Group.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Generated/Group.cs b/PROMS/VEPROMS.CSLA.Library/Generated/Group.cs index 84102f4d..d4395e37 100644 --- a/PROMS/VEPROMS.CSLA.Library/Generated/Group.cs +++ b/PROMS/VEPROMS.CSLA.Library/Generated/Group.cs @@ -408,7 +408,7 @@ namespace VEPROMS.CSLA.Library Csla.Validation.CommonRules.StringRequired, "GroupName"); ValidationRules.AddRule( Csla.Validation.CommonRules.StringMaxLength, - new Csla.Validation.CommonRules.MaxLengthRuleArgs("GroupName", 50)); + new Csla.Validation.CommonRules.MaxLengthRuleArgs("GroupName", 100)); ValidationRules.AddRule( Csla.Validation.CommonRules.StringMaxLength, new Csla.Validation.CommonRules.MaxLengthRuleArgs("Config", 1073741823));