Rename all instances of os and oses to app and apps.

This commit is contained in:
2018-02-23 03:33:22 +00:00
parent 0a873967d2
commit 46e86ef1b2
15 changed files with 353 additions and 362 deletions

View File

@@ -105,9 +105,9 @@ namespace apprepodbmgr.Core
dbCmd.ExecuteNonQuery();
#if DEBUG
Console.WriteLine("Creating oses table");
Console.WriteLine("Creating applications table");
#endif
dbCmd.CommandText = Schema.OSesTableSql;
dbCmd.CommandText = Schema.AppsTableSql;
dbCmd.ExecuteNonQuery();
#if DEBUG