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 time and rate utilities in order (fixes #37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 17, 2019
1 parent c13a9b0 commit 88771ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/schema-create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ else
fi

echo "Creating utility functions..."
psql -f schema/utils/time.sql
psql -f schema/utils/rate.sql

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..."
# container caggs
Expand Down

0 comments on commit 88771ae

Please sign in to comment.