.. |
0001__cleanup_tables.sql
|
more fixes to migration
|
2017-10-22 20:29:31 -04:00 |
0002__cleanup_unused_columns_from_notes.sql
|
cleanup columns from notes table
|
2017-10-22 21:05:01 -04:00 |
0003__add_is_deleted_to_note.sql
|
notes are now soft-deleted
|
2017-10-22 22:13:24 -04:00 |
0004__add_date_modified_to_notes_tree.sql
|
added date_modified to notes_tree
|
2017-10-22 22:56:42 -04:00 |
0005__cleanup_options.sql
|
cleanup of options
|
2017-10-23 23:41:43 -04:00 |
0006__date_modified_from_to_in_note_history.sql
|
note history snapshots now have date from and date to
|
2017-10-24 19:36:37 -04:00 |
0007__readd_encryption_to_note_history.sql
|
note history snapshots now have date from and date to
|
2017-10-24 19:36:37 -04:00 |
0008__fix_note_history.sql
|
fixed primary keys, added indexes
|
2017-10-24 20:00:54 -04:00 |
0009__indexes.sql
|
fixed primary keys, added indexes
|
2017-10-24 20:00:54 -04:00 |
0010__add_is_deleted_to_notes_tree.sql
|
notes_tree is now soft deleted as well
|
2017-10-24 22:58:59 -04:00 |
0011__add_last_synced_option.sql
|
sync WIP
|
2017-10-25 22:39:21 -04:00 |
0012__create_index_on_notes_history.sql
|
separate sync for pull (implemented) and push (not yet)
|
2017-10-26 20:31:31 -04:00 |
0013__last_sync_pulled_pushed.sql
|
separate sync for pull (implemented) and push (not yet)
|
2017-10-26 20:31:31 -04:00 |
0014__change_audit_log_id.sql
|
fix sync of audit log
|
2017-10-26 21:53:26 -04:00 |
0015__trim_note_ids.sql
|
trim note_ids to 22 characters (there was a bug in nodejs backend which generated 32 character noteids)
|
2017-10-28 10:21:55 -04:00 |
0016__trim_note_ids2.sql
|
shortening of noteIds to 12 characters
|
2017-10-28 12:12:20 -04:00 |