Skip to content

Commit

Permalink
DatabaseAccessor>>#postCopy would be unnecessary
Browse files Browse the repository at this point in the history
Fix #126
  • Loading branch information
astares committed Jul 15, 2023
1 parent 06b6409 commit d41eb56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Glorp/DatabaseAccessor.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1001,10 +1001,6 @@ DatabaseAccessor >> populateField: aDatabaseField with: aValue ifError: errorBlo
ifError: errorBlock
]

{ #category : #copying }
DatabaseAccessor >> postCopy [
]

{ #category : #executing }
DatabaseAccessor >> renameField: aDatabaseField to: nameString ifError: errorBlock [

Expand Down

0 comments on commit d41eb56

Please sign in to comment.