Skip to content

Commit

Permalink
Update migration scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Dec 5, 2023
1 parent 4fb65aa commit 6c507f3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ ExampleGS64MigrationScript >> classNamesToMigrateToLatestVersion [
ClassToChangeSuperclassToStateless )
]

{ #category : 'accessing' }
ExampleGS64MigrationScript >> classNamesToUpdateInstances [

^ #( )
]

{ #category : 'accessing' }
ExampleGS64MigrationScript >> classRenameMappings [

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ Class {

{ #category : 'accessing' }
ExampleGS64MigrationScript2 >> classNamesToMigrateToLatestVersion [

^ #( )
]

{ #category : 'accessing' }
ExampleGS64MigrationScript2 >> classNamesToUpdateInstances [
"This class hasn't changed its shape but references
changed classes in its instance variables, so we
need to fix up this during migration. This cases are
Expand Down

0 comments on commit 6c507f3

Please sign in to comment.