Accidental copy/paste

This commit is contained in:
Matt Nadareski
2016-05-10 15:42:26 -07:00
parent 1800ac6750
commit 42e1d5a8ea

View File

@@ -100,7 +100,7 @@ namespace SabreTools
name += " (merged)";
// For good measure, get all sources
Dictionary<int, string> sources = new Dictionary<int, string>();C:\Users\Matt\GitHub\DATabase\DATabaseTwo\Generate.cs
Dictionary<int, string> sources = new Dictionary<int, string>();
sources.Add(0, "Default");
string squery = "SELECT id, name FROM source";