mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
Rename all instances of os and oses to app and apps.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user