status-go/appdatabase/migrations/sql
Pascal Precht f5dfa58602 refactor(communities): better archive download handling
This commit makes a few changes to the community history archive
download routine to make it more robust:

1. Prior to this commit, even when there were no archives to be
   downloaded, we were still trying to extract messages from archive
   data.
2. Logs have been improved as they were sometimes showing confusing
   information
3. We now handle interruption of ongoing download + data import much
   better in case of multiple magnetlinks being processed in roughly the
   same time.
4. We now keep track of which archive has been successfully imported
   into the database. Without this, Status would consider any downloaded
   archives as "done" even though they haven't actually been imported
   into the database yet. This way Status should be able to pick up its
   work were it left of the last time, in case a user closes the app, or
   another magnetlink interrupts the ongoing process.
2022-12-13 16:13:15 +01:00
..
1640111208_dummy.up.sql feat: extract node config from settings to individual tables (#2470) 2022-01-12 16:04:43 -04:00
1642666031_add_removed_clock_to_bookmarks.up.sql Sync bookmarks 2022-02-17 12:40:33 +00:00
1643644541_gif_api_key_setting.up.sql fix: rename the gif migration file as per current timestamp (#2513) 2022-01-31 17:46:59 +01:00
1644188994_recent_stickers.up.sql fix: invalid sql 2022-03-07 10:23:18 -04:00
1646659233_add_address_to_dapp_permisssion.up.sql feat: add address to permission (#2571) 2022-03-14 13:38:12 +01:00
1646841105_add_emoji_account.up.sql feat: Added emoji params for a wallet account (#2582) 2022-03-11 11:59:15 +01:00
1647278782_display_name.up.sql feat: display name 2022-03-14 13:48:34 -04:00
1647862838_reset_last_backup.up.sql Backup communities 2022-03-23 14:45:52 +00:00
1647871652_add_settings_sync_clock_table.up.sql Sync Settings (#2478) 2022-03-23 18:47:00 +00:00
1647880168_add_torrent_config.up.sql Updating migration indexes (#2608) 2022-03-25 12:45:23 +00:00
1647882837_add_communities_settings_table.up.sql Updating migration indexes (#2608) 2022-03-25 12:45:23 +00:00
1647956635_add_waku_messages_table.up.sql Make community owners store waku message payloads 2022-03-28 11:24:23 +02:00
1648554928_network_test.up.sql feat: link test and prod network (#2592) 2022-03-29 14:39:10 +02:00
1649174829_add_visitble_token.up.sql feat: visible token api (#2624) 2022-04-13 09:55:38 +02:00
1649882262_add_derived_from_accounts.up.sql fix: change add_derived_from_accounts migration timestamp 2022-04-13 17:02:56 -04:00
1650612625_add_community_message_archive_hashes_table.up.sql Handle history archive magnetlink messages 2022-05-10 11:27:31 +02:00
1650616788_add_communities_archives_info_table.up.sql Handle history archive magnetlink messages 2022-05-10 11:27:31 +02:00
1652715604_add_clock_accounts.up.sql Wallet sync 2022-05-18 15:25:20 +03:00
1653037334_add_notifications_settings_table.up.sql notifications settings end points added and `notification_settings` table 2022-05-26 11:49:08 +02:00
1654702119_add_mutual_contact_settings.up.sql Enable contact request settings 2022-06-13 13:46:45 +01:00
1655375270_add_clock_field_to_communities_settings_table.up.sql feat: sync `CommunitySettings` across paired devices 2022-06-16 12:45:05 +02:00
1655385721_drop_networks_config.up.sql feat: Added new params for shortName and color for the networks (#2681) 2022-06-17 00:12:21 +05:30
1655385724_networks_chainColor_shortName.up.sql feat: Added new params for shortName and color for the networks (#2681) 2022-06-17 00:12:21 +05:30
1655456688_add_deleted_at_field_to_bookmarks_table.up.sql feat: introduce `AddBookmark` and `RemoveBookmark` APIs to messenger 2022-06-17 12:29:03 +02:00
1655462032_create_bookmarks_deleted_at_index.up.sql feat: add garbage collection for soft deleted bookmarks 2022-06-17 14:21:21 +02:00
1657617291_add_multi_transactions_table.up.sql feat: multi transaction (#2751) 2022-07-15 10:53:56 +02:00
1660134042_add_social_links_settings_table.up.sql feat: add social links 2022-08-16 14:29:00 +02:00
1660134060_settings_bio.up.sql feat: add bio 2022-08-16 14:29:00 +02:00
1660134070_add_wakuv2_store.up.sql feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
1660134072_waku2_store_messages.up.sql feat: wakuv2 store (#2780) 2022-08-19 12:34:07 -04:00
1662365868_add_key_uid_accounts.up.sql feat: `key_uid` column added to the `accounts` table 2022-09-12 08:51:15 +02:00
1662447680_add_keypairs_table.up.sql fix: workaround for wrong renaming of migration file for keypairs table 2022-09-16 12:52:01 +02:00
1662460056_move_favourites_to_saved_addresses.up.sql feat: merge favourites with saved address 2022-09-12 13:46:04 +02:00
1662738097_add_base_fee_transaction.up.sql feat: Added new BaseFee param inside transactions (#2847) 2022-09-09 20:22:59 +02:00
1662972194_add_keypairs_table.up.sql fix: workaround for wrong renaming of migration file for keypairs table 2022-09-16 12:52:01 +02:00
1664392661_add_third_party_id_to_waku_messages.up.sql feat(common): add `ThirdPartyID` to `Message` and `protobuf.WakuMessage` 2022-09-29 11:15:47 +02:00
1664783660_add_sync_info_to_saved_addresses.up.sql feat: sync saved addresses 2022-10-10 11:26:35 +02:00
1668109917_wakunodes.up.sql fix: waku clusterconfig migration 2022-11-18 12:08:05 -04:00
1670836810_add_imported_flag_to_community_archive_hashes.up.sql refactor(communities): better archive download handling 2022-12-13 16:13:15 +01:00
doc.go Create single database appdatase 2019-08-21 10:44:50 +03:00