Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
fix(scripts): apply rate utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 13, 2019
1 parent 63c69a2 commit 3409655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/schema-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fi
echo "Creating utility functions..."
psql -f schema/utils/instance.sql
psql -f schema/utils/metric.sql
psql -f schema/utils/rate.sql
psql -f schema/utils/time.sql

echo "Creating continuous aggregates..."
Expand Down

0 comments on commit 3409655

Please sign in to comment.