Qtg added to Test table in Config DB.

This commit is contained in:
Milan Hanajik 2020-01-22 09:05:39 +01:00
parent 2155790ffb
commit 445a16dc6f

View File

@ -18,9 +18,7 @@ namespace Config.Mappings
Map(x => x.Publish);
Map(x => x.DoEvaluate)
.Column("Evaluate");
#if TEST_PROFILES
Map(x => x.Qtg);
#endif
Map(x => x.Qfrom);
Map(x => x.Qto);
Map(x => x.Volume);