Skip to content

Commit 9fbf48b

Browse files
committed
Extract propertyHasNotBeenDeleted to base
1 parent 53eb168 commit 9fbf48b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/migration.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,6 @@ function mixinMigration(PostgreSQL) {
519519
}
520520
}
521521

522-
PostgreSQL.prototype.propertyHasNotBeenDeleted = function(model, propName) {
523-
return !!this.getModelDefinition(model).properties[propName];
524-
};
525-
526522
PostgreSQL.prototype.addIndexes = function(model, actualIndexes, cb) {
527523
var self = this;
528524
var m = self._models[model];

0 commit comments

Comments
 (0)