Skip to content

Commit

Permalink
Added migration script to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kugelschieber committed Aug 13, 2020
1 parent 17ed2b9 commit ce498bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ Read the [full documentation](https://godoc.org/github.com/emvi/pirsch) for more

## Changelog

### (unreleased)
### 1.3.2

**You need to update the schema by running the `v1.3.0.sql` migration script!**
**You need to update the schema by running the `v1.3.2.sql` migration script!**

* fixed helper function `RunAtMidnight` not using UTC for all times
* referer -> referrer
Expand Down
1 change: 1 addition & 0 deletions schema/postgres/test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ SET search_path TO public;
\i /go/src/github.com/emvi/pirsch/schema/postgres/schema.sql
\i /go/src/github.com/emvi/pirsch/schema/postgres/v1.2.0.sql
\i /go/src/github.com/emvi/pirsch/schema/postgres/v1.3.0.sql
\i /go/src/github.com/emvi/pirsch/schema/postgres/v1.3.2.sql

0 comments on commit ce498bf

Please sign in to comment.