Add operations for database version 2.

This commit is contained in:
2018-04-12 10:05:42 +01:00
parent 8e999c1b2f
commit de9dc90b86
25 changed files with 4709 additions and 196 deletions

View File

@@ -0,0 +1,11 @@
namespace Cicm.Database
{
public partial class Operations
{
public bool UpdateDatabase()
{
// Do nothing
return true;
}
}
}