Skip to content

Commit

Permalink
Call doPostUpdateMigrations in Baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 21, 2023
1 parent d72535d commit e5ff89f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ baseline: spec
loads: #('default' 'tests')];
package: 'VersionControl';
package: 'Squot' with: [
spec requires: #('FileSystem' 'Ston' 'DiffMerge' 'VersionControl' ). ];
spec
requires: #('FileSystem' 'Ston' 'DiffMerge' 'VersionControl' );
postLoadDoIt: #postLoad. ];
package: 'FileSystem-Git' with: [
spec requires: #('FileSystem' 'INIFile' 'VersionControl' ). ];
package: 'Squit' with: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
migrations
doPostUpdateMigrations
postLoad
SqueakWorkingCopy doPostUpdateMigrations.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"class" : {
},
"instance" : {
"baseline:" : "jr 9/11/2022 18:05",
"baseline:" : "mad 11/21/2023 23:03",
"postLoad" : "mad 11/21/2023 23:03",
"projectClass" : "jr 5/4/2017 17:25" } }
3 changes: 1 addition & 2 deletions src/Squot.package/SquotBrowser.class/class/selfUpdate.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ selfUpdate
Metacello new
baseline: 'Squot';
repository: 'github://hpi-swa/Squot:mapper/src';
get; load.
self doPostUpdateMigrations.
get; load.
3 changes: 1 addition & 2 deletions src/Squot.package/SquotBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"class" : {
"doPostUpdateMigrations" : "mad 11/21/2023 16:10",
"gitIcon" : "mad 9/19/2023 15:03",
"initialize" : "mad 9/21/2023 18:47",
"open" : "mad 9/19/2023 12:44",
"registerInWorldMenu" : "mad 10/18/2023 15:14",
"selfUpdate" : "mad 11/21/2023 15:59",
"selfUpdate" : "mad 11/21/2023 23:05",
"unload" : "mad 9/26/2023 15:50",
"unregisterFromWorldMenu" : "mad 9/19/2023 13:45" },
"instance" : {
Expand Down

0 comments on commit e5ff89f

Please sign in to comment.