From e6c909c6d72d827175f75f77b2b7ed0f3a6feb71 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 20 Jun 2018 20:10:28 +0300 Subject: Working on PPC. Added some fields to DB Job. Added Customers Table. --- Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI') diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs index 43a368358..92ab04ddf 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs @@ -27,6 +27,8 @@ namespace Tango.SQLiteGenerator.CLI sqlitePath = Path.GetFullPath(sqlitePath); + Console.WriteLine("Generating " + sqlitePath + "..."); + bool completed = false; String connectionString = SettingsManager.Default.GetOrCreate().DataBaseSource; -- cgit v1.3.1