不要怂,就是干,撸起袖子干!

Commit b2bcb304 by Matt Broadstone

remove cruft left from a bad merge

1 parent e42ae9f0
Showing with 1 additions and 1 deletions
...@@ -466,7 +466,7 @@ describe(Support.getTestDialectTeaser("Model"), function () { ...@@ -466,7 +466,7 @@ describe(Support.getTestDialectTeaser("Model"), function () {
{ attribute: 'fieldB', length: undefined, order: 'ASC', collate: undefined}, { attribute: 'fieldB', length: undefined, order: 'ASC', collate: undefined},
{ attribute: 'fieldA', length: undefined, order: 'DESC', collate: undefined}, { attribute: 'fieldA', length: undefined, order: 'DESC', collate: undefined},
]); ]);
} else if (dialect === 'postgres' || dialect === 'mssql') { } else if (dialect === 'postgres') {
// Postgres returns indexes in alphabetical order // Postgres returns indexes in alphabetical order
primary = arguments[2]; primary = arguments[2];
idx1 = arguments[0]; idx1 = arguments[0];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!