witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/model
Dan Helfman 82bf5bca29 Schema and model changes to support invitations and multiple user collaboration:
* added new database table of invited email addresses
 * altered user_notebook table to have a new owner boolean column, indicating whether the user has owner access to the notebook
 * altered notebook and note tables/views to have an additional user_id field to indicate the user that created that revision
 * updated model.Notebook and model.Note to support new user_id field
2007-12-01 01:08:16 +00:00
..
delta Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00
test Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00
Note.py Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00
Notebook.py Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00
Password_reset.py Password reset now stores and uses a revision timestamp, which helps when testing for expiry. 2007-10-11 20:18:20 +00:00
Persistent.py Renaming new_model to model, now that the old bsddb model is out of the way. 2007-10-11 19:49:00 +00:00
User.py Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00
__init__.py Renaming new_model to model, now that the old bsddb model is out of the way. 2007-10-11 19:49:00 +00:00
drop.sql Renaming new_model to model, now that the old bsddb model is out of the way. 2007-10-11 19:49:00 +00:00
schema.sql Schema and model changes to support invitations and multiple user collaboration: 2007-12-01 01:08:16 +00:00