Skip to content

Commit

Permalink
Merge pull request #17 from Zocdoc/sdr_addUserDefinedTypes
Browse files Browse the repository at this point in the history
user defined types first
  • Loading branch information
scott-roepnack-zocdoc committed May 19, 2016
2 parents 5b79bbe + c1baed4 commit ec8c404
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions model/Models/Database.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ public List<Table> FindTablesRegEx(string pattern) {
#endregion

private static HashSet<string> _dirs = new HashSet<string> {
"tables", "foreign_keys", "assemblies", "functions", "procedures", "triggers",
"views", "xmlschemacollections", "data", "roles", "users", "synonyms", "table_types",
"user_defined_types"
"user_defined_types", "tables", "foreign_keys", "assemblies", "functions", "procedures", "triggers",
"views", "xmlschemacollections", "data", "roles", "users", "synonyms", "table_types"
};

public static HashSet<string> Dirs
Expand Down

0 comments on commit ec8c404

Please sign in to comment.