Skip to content

Commit

Permalink
global path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Jan 25, 2024
1 parent a49d50f commit 92121ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .iris_init
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
:alias createdb do $SYSTEM.SQL.Execute("CREATE DATABASE $1") ;
:alias installipm s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c") ;
:alias add%all x "n $namespace set $namespace=""%SYS"",P(""Globals"")=""%DEFAULTDB"",sc=##class(Config.Namespaces).Create(""%All"",.P)" ;
:alias exportglobal d $System.OBJ.Export("$1.GBL","$1$2.xml") ;
:alias exportglobal d $System.OBJ.Export("$1.GBL","$2$1.xml") ;

0 comments on commit 92121ac

Please sign in to comment.