Skip to content

Commit

Permalink
user defined types first
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-roepnack-zocdoc committed May 19, 2016
1 parent 02b8884 commit c1baed4
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 c1baed4

Please sign in to comment.