-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsqitch.plan
More file actions
14 lines (12 loc) · 1.06 KB
/
sqitch.plan
File metadata and controls
14 lines (12 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%syntax-version=1.0.0-b2
%project=flipr
%uri=https://github.com/theory/sqitch-vertica-intro/
appschema 2014-09-04T18:40:34Z Marge N. O’Vera <marge@example.com> # Add schema for all flipr objects.
users [appschema] 2014-09-04T23:40:15Z Marge N. O’Vera <marge@example.com> # Creates table to track our users.
flips [appschema users] 2014-09-05T00:16:58Z Marge N. O’Vera <marge@example.com> # Adds table for storing flips.
userflips [appschema users flips] 2014-09-05T00:18:43Z Marge N. O’Vera <marge@example.com> # Creates the userflips view.
@v1.0.0-dev1 2014-09-05T16:04:48Z Marge N. O’Vera <marge@example.com> # Tag v1.0.0-dev1.
lists [appschema users] 2014-09-05T17:33:43Z Marge N. O’Vera <marge@example.com> # Adds table for storing lists.
hashtags [appschema flips] 2014-09-05T17:39:53Z Marge N. O’Vera <marge@example.com> # Adds table for storing hashtags.
@v1.0.0-dev2 2014-09-05T18:30:33Z Marge N. O’Vera <marge@example.com> # Tag v1.0.0-dev2.
userflips [userflips@v1.0.0-dev2] 2014-09-05T18:32:32Z Marge N. O’Vera <marge@example.com># Adds userflips.twitter.