-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsqitch.plan
13 lines (11 loc) · 929 Bytes
/
sqitch.plan
1
2
3
4
5
6
7
8
9
10
11
12
13
%syntax-version=1.0.0-b2
%project=flipr
%uri=https://github.com/theory/sqitch-sqlite-intro/
users 2013-12-31T18:06:04Z Marge N. O’Vera <[email protected]> # Creates table to track our users.
flips [users] 2013-12-31T19:01:40Z Marge N. O’Vera <[email protected]> # Adds table for storing flips.
userflips [users flips] 2013-12-31T19:11:11Z Marge N. O’Vera <[email protected]> # Creates the userflips view.
@v1.0.0-dev1 2013-12-31T19:13:02Z Marge N. O’Vera <[email protected]> # Tag v1.0.0-dev1.
lists [users] 2013-12-31T19:28:05Z Marge N. O’Vera <[email protected]> # Adds table for storing lists.
hashtags [flips] 2013-12-31T19:30:13Z Marge N. O’Vera <[email protected]> # Adds table for storing hashtags.
@v1.0.0-dev2 2013-12-31T19:52:13Z Marge N. O’Vera <[email protected]> # Tag v1.0.0-dev2.
userflips [[email protected]] 2013-12-31T19:54:04Z Marge N. O’Vera <[email protected]># Adds userflips.twitter.