Skip to content

Commit

Permalink
tar bort spørringen mot fjrnet tabell
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthon committed Jan 29, 2025
1 parent 9ff59ab commit bc12c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/GetRegData.R
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ GROUP BY
getDataDump <- function(registryName, tableName, fromDate, toDate, ...) {

# dummy query returning empty data set
query <- "SELECT * FROM friendlynamestable WHERE 1=0;"
# query <- "SELECT * FROM friendlynamestable WHERE 1=0;"

if (tableName %in% c("friendlynamestable", "change_log_variables",
"avdelingsoversikt", "Brukerliste")) {
Expand Down

0 comments on commit bc12c72

Please sign in to comment.