Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Fix RS Script reloadTables #1652

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup/setup-reportstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cd "$RS_HOME" || exit

echo "Resetting the database and loading the baseline settings..."
./gradlew resetDB
./gradlew reloadTable
./gradlew reloadTables
./gradlew reloadSettings

# Need to CD to prime-router to run the prime CLI
Expand Down
Loading