This commit is contained in:
@@ -26,6 +26,7 @@ namespace AyaNova.Biz
|
||||
AddField("dollaramount", "WidgetDollarAmount", AyDataType.Decimal).
|
||||
AddField("active", "WidgetActive", AyDataType.Bool).
|
||||
AddField("startdate", "WidgetStartDate", AyDataType.Date).
|
||||
AddField("count", "WidgetCount", AyDataType.Integer).
|
||||
AddField("enddate", "WidgetEndDate", AyDataType.Date);
|
||||
|
||||
if (localizeToLocaleId != 0)
|
||||
|
||||
@@ -1435,6 +1435,7 @@
|
||||
"WidgetName":"Name",
|
||||
"WidgetSerial":"Seriennummer",
|
||||
"WidgetDollarAmount":"Betrag",
|
||||
"WidgetCount":"Anzahl",
|
||||
"WidgetActive":"Aktiv",
|
||||
"WidgetRoles":"Rollen",
|
||||
"WidgetStartDate":"Startdatum",
|
||||
|
||||
@@ -1434,6 +1434,7 @@
|
||||
"WidgetName":"Name",
|
||||
"WidgetSerial":"Serial #",
|
||||
"WidgetDollarAmount":"Price",
|
||||
"WidgetCount":"Count",
|
||||
"WidgetActive":"Active",
|
||||
"WidgetRoles":"Roles",
|
||||
"WidgetStartDate":"Start",
|
||||
|
||||
@@ -1435,6 +1435,7 @@
|
||||
"WidgetName":"Nombre",
|
||||
"WidgetSerial":"Número de serie",
|
||||
"WidgetDollarAmount":"Importe",
|
||||
"WidgetCount":"Recuento",
|
||||
"WidgetActive":"Activa",
|
||||
"WidgetRoles":"Funciones",
|
||||
"WidgetStartDate":"Fecha de comienzo",
|
||||
|
||||
@@ -1434,6 +1434,7 @@
|
||||
"WidgetName":"Nom",
|
||||
"WidgetSerial":"Numéro de série",
|
||||
"WidgetDollarAmount":"Montant",
|
||||
"WidgetCount":"Nombre",
|
||||
"WidgetActive":"Actif",
|
||||
"WidgetRoles":"Rôles",
|
||||
"WidgetStartDate":"Date de début",
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace AyaNova.Util
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::PrepareDatabaseForSeeding WHEN NEW TABLES ADDED!!!!
|
||||
private const int DESIRED_SCHEMA_LEVEL = 9;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 106;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 107;
|
||||
internal const long EXPECTED_INDEX_COUNT = 24;
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::PrepareDatabaseForSeeding WHEN NEW TABLES ADDED!!!!
|
||||
|
||||
Reference in New Issue
Block a user