11 Commits

Author SHA1 Message Date
richard-dds
dcb45c64e8 Alter old migrations so that they can downgrade
The Role -> User foreign key constraint was preventing roles from being
deleted once there were existing users referencing the role. I realized
it was best to just pass on the downgrade and allow the tables to be
deleted.
2018-08-08 13:43:52 -04:00
richard-dds
e99ddd491a Create Request.creator relationship
- Rename creator_id to user_id
2018-08-08 13:43:52 -04:00
richard-dds
5381e68a8d Add a migration to convert request statuses 2018-08-07 17:01:13 -04:00
richard-dds
0a754d72a3 Name unique constrains on User model 2018-08-06 13:27:42 -04:00
dandds
0f8e303afa import user model changes from authnid 2018-08-06 10:44:00 -04:00
dandds
45b47c41bf update tests for Flask 2018-08-02 16:03:54 -04:00
dandds
56690ed631 import fundz models 2018-07-31 11:50:33 -04:00
dandds
4baa5fdd8c add role and perms migrations for authorization 2018-07-31 11:50:33 -04:00
dandds
8c75a5239d import authz models 2018-07-31 11:50:33 -04:00
richard-dds
8d477003db Requests page working 2018-07-31 11:49:06 -04:00
richard-dds
024051ae07 Models and migrations for requests 2018-07-31 11:49:06 -04:00