uplink/migrations
R. Tyler Croy b989ec888d
Add a materialized view to capture the first time a type has been seen for export
This will make it easier to create an interface which allows exporting events as
they've come up.
2018-10-26 15:49:09 -07:00
..
.gitignore
20180910012924-create-event.js Switch Events to a lower-case table name since postgresql is weird with casing 2018-09-10 09:36:39 -07:00
20180910161528-events-correlator.js Add a required correlator identifier 2018-09-10 09:37:42 -07:00
20180911232205-create-users.js Incorporate some basic access control based off of GitHub username 2018-09-12 08:42:06 -07:00
20180912034630-create-grants.js Incorporate some basic access control based off of GitHub username 2018-09-12 08:42:06 -07:00
20181021154055-index-on-type.js Add an index on the events.type column for faster SELECT DISTINCT() queries 2018-10-21 09:15:48 -07:00
20181023174942-types-table.js Support bypassing authorization within the testing environment 2018-10-23 12:45:03 -07:00
20181024213153-switch-to-jsonb.js Convert the events.payload column to JSONB to allow querying. 2018-10-24 14:35:53 -07:00
20181026220312-first-types-materialized-view.js Add a materialized view to capture the first time a type has been seen for export 2018-10-26 15:49:09 -07:00