diff --git a/.iris_init b/.iris_init index 5a6a110..c9846e8 100644 --- a/.iris_init +++ b/.iris_init @@ -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") ; \ No newline at end of file +:alias exportglobal d $System.OBJ.Export("$1.GBL","$2$1.xml") ; \ No newline at end of file