Skip to content

Commit

Permalink
fixup! Fixes #19845: Package db initialisation script with webapp
Browse files Browse the repository at this point in the history
Fixes #19845: Package db initialisation script with webapp
  • Loading branch information
amousset committed Aug 23, 2021
1 parent 9a5bc34 commit f47003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-webapp/SOURCES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ install: build initial-promises initial-ncf rudder-webapp-version

# Install upgrade tools and migration scripts

## SQL init
## SQL init
install -m 644 $(CORE_RESOURCES)/reportsSchema.sql $(DESTDIR)/opt/rudder/share/upgrade-tools/
## SQL migration
install -m 644 $(CORE_RESOURCES)/Migration/dbMigration-6.1-6.2-remove-unused-index-on-ruddersysevents.sql $(DESTDIR)/opt/rudder/share/upgrade-tools/
Expand Down

0 comments on commit f47003e

Please sign in to comment.