trilium/db/migrations
2021-05-22 12:26:45 +02:00
..
0113__left_pane_size_options.sql
0114__fix_root_note_cycle.sql
0115__images_in_notes.sql
0116__add_indexes.sql
0117__fix_attributes_of_deleted_notes.sql
0118__fix_broken_relations.sql
0119__rename_mirror_to_inverse.sql
0120__migrate_hideInAutocomplete_to_archived.sql
0121__add_hoisting_option.sql
0122__add_iv_to_columns.js
0123__add_options_for_font_sizes.sql
0124__readd_font_sizes.sql
0125__create_note_content_table.sql
0126__fill_sync_for_note_contents.sql
0127__fix_inconsistent_isProtected.sql
0128__add_note_fulltext.sql
0129__fill_note_fulltext.js
0130__rename_dates_to_utc.sql
0131__cleanup_note_contents.sql
0132__fill_sync.js refactored "sync" table to "entity_changes" 2020-08-02 23:27:48 +02:00
0133__drop_note_fulltext.sql
0134__create_openTabs_option.sql refactored TabContext => NoteContext 2021-05-22 12:26:45 +02:00
0135__add_hideTabRowForOneTab_option.sql
0136__update_recent_notes.sql
0137__links_to_attributes.sql
0138__sidebar_sizing.sql
0139__show_sidebar_in_new_tab.sql
0140__widget_config.sql
0141__add_code_note_mime_types.sql
0142__similar_notes_widget.sql
0143__drop_event_log.sql
0144__edited_notes_widget.sql
0145__calendar_widget.sql
0146__add_spell_check_options.sql
0147__add_hideTabRowForOneTab_if_missing.sql
0148__make_isExpanded_not_null.sql
0149__space_out_positions.sql
0150__note_revision_contents.sql
0151__add_isErased_to_note.sql
0152__add_contentLength_to_note.sql
0153__add_isErased_to_note_revision.sql
0154__system_links_should_follow_camelCase.sql
0155__indexes.sql
0156__add_deleteId.sql
0157__fix_contentLength.sql
0158__add_isSynced_to_sync.sql
0159__fix_isSynced_in_sync_rows.sql import of initial demo document sets sync.isSynced incorrectly to always 0, #1163 2020-07-31 00:07:38 +02:00
0160__migrate_attr_definitions.sql fixed db migrations after merge from stable 2020-08-02 20:44:46 +02:00
0161__attr_def_short.js make migration more robust for cases where attribute definitions don't contain valid values, closes #1207 2020-08-27 12:44:49 +02:00
0162__drop_source_ids.sql fixed db migrations after merge from stable 2020-08-02 20:44:46 +02:00
0163__rename_sync_to_entity_changes.sql refactored "sync" table to "entity_changes" 2020-08-02 23:27:48 +02:00
0164__rename_utcSyncDate.sql updated schema for entity_changes table 2020-08-09 22:44:53 +02:00
0165__move_contentLength.sql many changes related to #1192: 2020-08-16 22:57:48 +02:00
0166__add_dateModified_to_note_content.sql make migration more robust, fixes #1271 2020-09-26 23:25:35 +02:00
0167__remove_activateParentNote.sql fix note cache for out of order synced entities 2020-08-27 22:37:57 +02:00
0168__rename_hideInAutocomplete_to_archived.sql refactoring for archived notes handling in note cache 2020-09-07 00:05:01 +02:00
0169__convert_h1_to_h2.js fix migration so that only really changed notes are updated, #1254 2020-10-03 20:51:14 +02:00
0170__fix_branch_ordering.js added migration to fix notePosition to always step in 10 increments 2020-09-23 23:08:58 +02:00
0171__cleanup_options.sql WIP per-tab hoisting 2020-11-23 22:52:48 +01:00
0173__isErased_in_entity_changes.sql fallback value for isErased for 0173 migration, #1937 2021-05-14 21:52:14 +02:00
0174__move_hash_to_entity_changes.sql sync fixes 2021-02-12 23:30:11 +01:00
0175__rename_eraseNotesAfterTimeInSeconds.sql VACUUM for migration 2021-01-30 22:12:38 +01:00
0176__remove_utcDateCreated_in_attributes.sql fixes of recent entity changes 2020-12-14 14:17:51 +01:00
0177__cleanup_keyboard_shortcuts.sql fixes and optimizations 2020-12-14 22:12:26 +01:00
0178__drop_isDeleted_index.sql drop isDeleted index 2020-12-15 15:30:46 +01:00
0179__VACUUM.sql VACUUM for migration 2021-01-30 22:12:38 +01:00
0180__rename_quickSearch_shortcut.sql quick search impl finished 2021-02-01 23:51:04 +01:00
0181__fix_entityChanges_isSynced.sql db migration fix 2021-02-12 23:52:16 +01:00
0182__remove_recentChanges_from_entityChanges.sql don't sync recent_notes 2021-02-12 22:39:38 +01:00
0183__migrate_saved_search_notes.js fixed saved note migration - need to be migrated as last, #1647 2021-02-16 21:40:17 +01:00