mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Rename Database helper class to DBTools so there's no confusion about naming later
This commit is contained in:
@@ -15,7 +15,7 @@ namespace DATabase
|
||||
static void Main(string[] args)
|
||||
{
|
||||
// Perform initial setup and verification
|
||||
Database.EnsureDatabase(_dbName, _connectionString);
|
||||
DBTools.EnsureDatabase(_dbName, _connectionString);
|
||||
Remapping.CreateRemappings();
|
||||
Console.Clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user