From 874a5bb2d55e4ddb12eabd92f705da7634287b65 Mon Sep 17 00:00:00 2001 From: schuemie Date: Tue, 9 Oct 2018 10:15:36 -0400 Subject: [PATCH] Random change to force reload --- LegendBasicViewer/global.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LegendBasicViewer/global.R b/LegendBasicViewer/global.R index 6b08d7ed..b89516fa 100644 --- a/LegendBasicViewer/global.R +++ b/LegendBasicViewer/global.R @@ -1,7 +1,7 @@ library(DatabaseConnector) source("DataPulls.R") source("PlotsAndTables.R") - + # connectionDetails <- createConnectionDetails(dbms = 'postgresql', server = 'localhost/ohdsi', user # = 'postgres', password = Sys.getenv('pwPostgres'), schema = 'legend')