This website requires JavaScript.
Explore
Help
Sign in
zadam
/
trilium
Watch
1
Star
1
Fork
You've already forked trilium
0
mirror of
https://github.com/zadam/trilium.git
synced
2025-03-12 15:56:26 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c72e5ef93b
trilium
/
migrations
History
azivner
79a803ccc9
added content hash check
2017-11-21 22:11:27 -05:00
..
0001__cleanup_tables.sql
0002__cleanup_unused_columns_from_notes.sql
0003__add_is_deleted_to_note.sql
0004__add_date_modified_to_notes_tree.sql
0005__cleanup_options.sql
0006__date_modified_from_to_in_note_history.sql
0007__readd_encryption_to_note_history.sql
0008__fix_note_history.sql
0009__indexes.sql
0010__add_is_deleted_to_notes_tree.sql
0011__add_last_synced_option.sql
0012__create_index_on_notes_history.sql
0013__last_sync_pulled_pushed.sql
0014__change_audit_log_id.sql
0015__trim_note_ids.sql
0016__trim_note_ids2.sql
0017__document_id.sql
0018__document_secret.sql
0019__date_modified_for_options.sql
0020__sync.sql
0021__sync_add_source_id.sql
0022__add_note_history_id.sql
0023__remove_id_from_note_history.sql
0024__remove_id_from_options.sql
0025__create_event_log.sql
0026__recent_notes_table.sql
0027__is_deleted_in_recent_notes.sql
0028__rename_encryption_to_protected.sql
0029__rename_encryption_session_timeout_to_protected_session_timeout.sql
0030__hello_world.js
0031__change_encryption_to_CBC.js
cleaned up "CBC" from methods since we don't have CTR
2017-11-18 12:53:17 -05:00
0032__add_option_for_encrypted_data_key_iv.sql
0033__change_data_key_encryption_to_cbc.js
cleaned up "CBC" from methods since we don't have CTR
2017-11-18 12:53:17 -05:00
0034__source_ids.sql
0035__root_notes_will_have_note_id_root.sql
sync fixes
2017-11-16 22:18:25 -05:00
0036__clear_sync_table.sql
sync fixes
2017-11-16 22:18:25 -05:00
0037__add_note_tree_id.sql
notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees
2017-11-18 17:05:50 -05:00
0038__rename_start_node.sql
notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees
2017-11-18 17:05:50 -05:00
0039__recent_notes_should_point_to_note_tree_id.sql
notes_tree now has note_tree_id so we stricly distinguish between working on notes or note trees
2017-11-18 17:05:50 -05:00
0040__fix_note_pid.sql
removed notes_parent, instead using notes_tree
2017-11-19 11:28:46 -05:00
0041__recent_notes_with_note_path.sql
fixed recent notes
2017-11-19 12:06:48 -05:00
0042__remove_unique_index_on_note_id.sql
adding clone from recent notes dialog
2017-11-19 16:35:35 -05:00
0043__clear_sync_table.sql
added content hash check
2017-11-21 22:11:27 -05:00