You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MyGeotabAPIAdapter.Database/DatabaseValidator.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public class DatabaseValidator : IDatabaseValidator
17
17
// The required version of the middleware database for the current version of the middleware application. Any time the middleware database is updated as part of an application update:
18
18
// 1. This value should be updated to reflect the application version at the time.
19
19
// 2. Database changes should be included in a single script file and the filename should be formatted as "prefix_version_suffix.sql" (e.g. "MSSQL_3.0.0.0_InitialSchemaCreation.sql") where the version portion of the filename is equal to the value of this constant.
0 commit comments