Update to database version 3.

This commit is contained in:
2018-04-15 17:51:07 +01:00
parent 3ded57a24d
commit ae10cca33a
51 changed files with 1278 additions and 1214 deletions

View File

@@ -73,5 +73,7 @@ namespace Cicm.Database
/// </summary>
/// <returns>Data adapter</returns>
IDbDataAdapter GetNewDataAdapter();
bool TableExists(string tableName);
}
}