Skip to content

Commit 6b9eee2

Browse files
committed
remove lock version update
1 parent 5f566e6 commit 6b9eee2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/driver.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ var Driver = Class.extend({
122122
}
123123
}
124124

125-
if (model.columns["lockVersion"]) {
126-
columnNamesSql.push(this.escapeColumnName('lock_version') + ' = lock_version + 1');
127-
}
128-
129125
if (model.columns["updatedAt"]) {
130126
columnNamesSql.push(this.escapeColumnName('updated_at') + ' = NOW()');
131127
}

0 commit comments

Comments
 (0)