Skip to content

Commit

Permalink
Tweak how loading is done to avoid the function
Browse files Browse the repository at this point in the history
  • Loading branch information
smozely committed Oct 12, 2023
1 parent 5376ec7 commit 39c1ce5
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 748 deletions.
5 changes: 0 additions & 5 deletions packages/Manager/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,6 @@ tasks.register("loadSampleData") {
it.connection.use { connection ->
executeSqlScript(
connection, FileSystemResource("./sample-data/allocation_data.sql"))

executeSqlScript(
connection, EncodedResource(FileSystemResource("./sample-data/observation_data_function.sql")), false, false, DEFAULT_COMMENT_PREFIX, EOF_STATEMENT_SEPARATOR1,
DEFAULT_BLOCK_COMMENT_START_DELIMITER, DEFAULT_BLOCK_COMMENT_END_DELIMITER
)
executeSqlScript(
connection, FileSystemResource("./sample-data/observation_data.sql"))
}
Expand Down
Loading

0 comments on commit 39c1ce5

Please sign in to comment.