Add note for later on DatabaseTools

This commit is contained in:
Matt Nadareski
2020-09-17 22:58:56 -07:00
parent 66136b5d79
commit 3ad55d806b

View File

@@ -51,6 +51,7 @@ namespace SabreTools.Library.Tools
/// <param name="type">Schema type to use</param>
/// <param name="db">Name of the databse</param>
/// <param name="connectionString">Connection string for SQLite</param>
/// TODO: Re-evaluate why this method needs to exist
public static void EnsureDatabase(string type, string db, string connectionString)
{
// Set the type to lowercase