-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsqitch.plan
19 lines (17 loc) · 1.71 KB
/
sqitch.plan
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%syntax-version=1.0.0-b2
%project=flipr
%uri=https://github.com/theory/sqitch-mysql-intro/
appuser 2013-12-31T21:04:04Z Marge N. O’Vera <[email protected]> # Creates a an application user.
users [appuser] 2013-12-31T21:32:48Z Marge N. O’Vera <[email protected]> # Creates table to track our users.
insert_user [users appuser] 2013-12-31T21:37:29Z Marge N. O’Vera <[email protected]> # Creates a function to insert a user.
change_pass [users appuser] 2013-12-31T21:37:36Z Marge N. O’Vera <[email protected]> # Creates a function to change a user password.
@v1.0.0-dev1 2013-12-31T21:41:08Z Marge N. O’Vera <[email protected]> # Tag v1.0.0-dev1.
lists [appuser users] 2013-12-31T21:46:22Z Marge N. O’Vera <[email protected]> # Adds table for storing lists.
insert_list [lists appuser] 2013-12-31T21:48:14Z Marge N. O’Vera <[email protected]> # Creates a function to insert a list.
delete_list [lists appuser] 2013-12-31T21:49:41Z Marge N. O’Vera <[email protected]> # Creates a function to insert a list.
flips [appuser users] 2013-12-31T21:53:03Z Marge N. O’Vera <[email protected]> # Adds table for storing flips.
insert_flip [flips appuser] 2013-12-31T21:56:12Z Marge N. O’Vera <[email protected]> # Creates a function to insert a flip.
delete_flip [flips appuser] 2013-12-31T21:56:22Z Marge N. O’Vera <[email protected]> # Creates a function to delete a flip.
@v1.0.0-dev2 2013-12-31T22:05:41Z Marge N. O’Vera <[email protected]> # Tag v1.0.0-dev2.
insert_user [[email protected]] 2013-12-31T22:07:12Z Marge N. O’Vera <[email protected]># Change insert_user to use encyrpt().
change_pass [[email protected]] 2013-12-31T22:12:39Z Marge N. O’Vera <[email protected]># Change change_pass to use encyrpt().