From 9d8b55e3d98d1cb61cc798486f9e7bec82a168e2 Mon Sep 17 00:00:00 2001 From: Godfrain Jacques Date: Mon, 8 Jan 2024 10:18:57 -0800 Subject: [PATCH] This PR (status-go) fixes #12821 (#4516) - Add album_images column to the user_messages table - Migrate the database --- .codeclimate.yml | 1 + appdatabase/migrations/bindata.go | 804 +++++++++--------- appdatabase/migrationsprevnodecfg/bindata.go | 132 +-- mailserver/migrations/bindata.go | 6 +- multiaccounts/migrations/bindata.go | 26 +- protocol/anonmetrics/migrations/migrations.go | 6 +- protocol/common/message.go | 1 + protocol/encryption/migrations/migrations.go | 40 +- protocol/message_persistence.go | 11 + protocol/messenger.go | 75 +- protocol/messenger_activity_center.go | 12 +- protocol/messenger_contact_verification.go | 5 +- protocol/messenger_contacts.go | 15 +- protocol/messenger_handler.go | 15 +- protocol/messenger_messages.go | 15 +- protocol/messenger_pin_messages.go | 10 +- protocol/migrations/migrations.go | 262 +++--- .../sqlite/1704489636_add_album_images.up.sql | 1 + protocol/persistence_quoted_message_test.go | 172 ++++ protocol/protobuf/anon_metrics.pb.go | 12 +- .../migrations/migrations.go | 14 +- .../migrations/migrations.go | 10 +- protocol/transport/migrations/migrations.go | 12 +- static/bindata.go | 42 +- t/bindata.go | 6 +- walletdatabase/migrations/bindata.go | 36 +- 26 files changed, 1050 insertions(+), 691 deletions(-) create mode 100644 protocol/migrations/sqlite/1704489636_add_album_images.up.sql create mode 100644 protocol/persistence_quoted_message_test.go diff --git a/.codeclimate.yml b/.codeclimate.yml index 9426399c4..395f3d864 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -51,4 +51,5 @@ exclude_patterns: - "protocol/pushnotificationclient/migrations/migrations.go" - "protocol/pushnotificationserver/migrations/migrations.go" - "protocol/transport/migrations/migrations.go" + - "protocol/encryption/protocol_message.pb.go" - "images/qr-assets.go" diff --git a/appdatabase/migrations/bindata.go b/appdatabase/migrations/bindata.go index 37993f408..b3ff5d8bd 100644 --- a/appdatabase/migrations/bindata.go +++ b/appdatabase/migrations/bindata.go @@ -1,109 +1,110 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// 1640111208_dummy.up.sql (263B) -// 1642666031_add_removed_clock_to_bookmarks.up.sql (118B) -// 1643644541_gif_api_key_setting.up.sql (110B) -// 1644188994_recent_stickers.up.sql (80B) -// 1646659233_add_address_to_dapp_permisssion.up.sql (721B) -// 1646841105_add_emoji_account.up.sql (98B) -// 1647278782_display_name.up.sql (112B) -// 1647862838_reset_last_backup.up.sql (38B) -// 1647871652_add_settings_sync_clock_table.up.sql (1.059kB) -// 1647880168_add_torrent_config.up.sql (219B) -// 1647882837_add_communities_settings_table.up.sql (212B) -// 1647956635_add_waku_messages_table.up.sql (276B) -// 1648554928_network_test.up.sql (133B) -// 1649174829_add_visitble_token.up.sql (87B) -// 1649882262_add_derived_from_accounts.up.sql (112B) -// 1650612625_add_community_message_archive_hashes_table.up.sql (136B) -// 1650616788_add_communities_archives_info_table.up.sql (214B) -// 1652715604_add_clock_accounts.up.sql (63B) -// 1653037334_add_notifications_settings_table.up.sql (1.31kB) -// 1654702119_add_mutual_contact_settings.up.sql (79B) -// 1655375270_add_clock_field_to_communities_settings_table.up.sql (75B) -// 1655385721_drop_networks_config.up.sql (28B) -// 1655385724_networks_chainColor_shortName.up.sql (224B) -// 1655456688_add_deleted_at_field_to_bookmarks_table.up.sql (71B) -// 1655462032_create_bookmarks_deleted_at_index.up.sql (83B) -// 1657617291_add_multi_transactions_table.up.sql (423B) -// 1660134042_add_social_links_settings_table.up.sql (350B) -// 1660134060_settings_bio.up.sql (92B) -// 1660134070_add_wakuv2_store.up.sql (274B) -// 1660134072_waku2_store_messages.up.sql (509B) +// 1640111208_dummy.up.sql (258B) +// 1642666031_add_removed_clock_to_bookmarks.up.sql (117B) +// 1643644541_gif_api_key_setting.up.sql (108B) +// 1644188994_recent_stickers.up.sql (79B) +// 1646659233_add_address_to_dapp_permisssion.up.sql (700B) +// 1646841105_add_emoji_account.up.sql (96B) +// 1647278782_display_name.up.sql (110B) +// 1647862838_reset_last_backup.up.sql (37B) +// 1647871652_add_settings_sync_clock_table.up.sql (1.044kB) +// 1647880168_add_torrent_config.up.sql (211B) +// 1647882837_add_communities_settings_table.up.sql (206B) +// 1647956635_add_waku_messages_table.up.sql (266B) +// 1648554928_network_test.up.sql (132B) +// 1649174829_add_visitble_token.up.sql (84B) +// 1649882262_add_derived_from_accounts.up.sql (110B) +// 1650612625_add_community_message_archive_hashes_table.up.sql (130B) +// 1650616788_add_communities_archives_info_table.up.sql (208B) +// 1652715604_add_clock_accounts.up.sql (62B) +// 1653037334_add_notifications_settings_table.up.sql (1.276kB) +// 1654702119_add_mutual_contact_settings.up.sql (78B) +// 1655375270_add_clock_field_to_communities_settings_table.up.sql (74B) +// 1655385721_drop_networks_config.up.sql (27B) +// 1655385724_networks_chainColor_shortName.up.sql (220B) +// 1655456688_add_deleted_at_field_to_bookmarks_table.up.sql (69B) +// 1655462032_create_bookmarks_deleted_at_index.up.sql (81B) +// 1657617291_add_multi_transactions_table.up.sql (412B) +// 1660134042_add_social_links_settings_table.up.sql (334B) +// 1660134060_settings_bio.up.sql (91B) +// 1660134070_add_wakuv2_store.up.sql (269B) +// 1660134072_waku2_store_messages.up.sql (497B) // 1662365868_add_key_uid_accounts.up.sql (68B) -// 1662447680_add_keypairs_table.up.sql (224B) -// 1662460056_move_favourites_to_saved_addresses.up.sql (237B) -// 1662738097_add_base_fee_transaction.up.sql (114B) -// 1662972194_add_keypairs_table.up.sql (352B) -// 1664392661_add_third_party_id_to_waku_messages.up.sql (72B) -// 1664783660_add_sync_info_to_saved_addresses.up.sql (392B) -// 1668109917_wakunodes.up.sql (103B) +// 1662447680_add_keypairs_table.up.sql (218B) +// 1662460056_move_favourites_to_saved_addresses.up.sql (233B) +// 1662738097_add_base_fee_transaction.up.sql (112B) +// 1662972194_add_keypairs_table.up.sql (345B) +// 1664392661_add_third_party_id_to_waku_messages.up.sql (70B) +// 1664783660_add_sync_info_to_saved_addresses.up.sql (388B) +// 1668109917_wakunodes.up.sql (99B) // 1670249678_display_name_to_settings_sync_clock_table.up.sql (83B) -// 1670836810_add_imported_flag_to_community_archive_hashes.up.sql (147B) -// 1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql (88B) -// 1672933930_switcher_card.up.sql (168B) -// 1674056187_add_price_cache.up.sql (262B) -// 1674136690_ens_usernames.up.sql (100B) -// 1674232431_add_balance_history.up.sql (712B) -// 1676368933_keypairs_to_keycards.up.sql (658B) -// 1676951398_add_currency_format_cache.up.sql (298B) +// 1670836810_add_imported_flag_to_community_archive_hashes.up.sql (144B) +// 1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql (86B) +// 1672933930_switcher_card.up.sql (162B) +// 1674056187_add_price_cache.up.sql (255B) +// 1674136690_ens_usernames.up.sql (98B) +// 1674232431_add_balance_history.up.sql (698B) +// 1676368933_keypairs_to_keycards.up.sql (639B) +// 1676951398_add_currency_format_cache.up.sql (291B) // 1676968196_keycards_add_clock_column.up.sql (73B) -// 1676968197_add_fallback_rpc_to_networks.up.sql (113B) -// 1677674090_add_chains_ens_istest_to_saved_addresses.up.sql (654B) +// 1676968197_add_fallback_rpc_to_networks.up.sql (112B) +// 1677674090_add_chains_ens_istest_to_saved_addresses.up.sql (638B) // 1677681143_accounts_table_type_column_update.up.sql (135B) -// 1678264207_accounts_table_new_columns_added.up.sql (131B) -// 1680770368_add_bio_to_settings_sync_clock_table.up.sql (76B) -// 1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql (314B) -// 1681392602_9d_sync_period.up.sql (61B) -// 1681762078_default_sync_period_9d.up.sql (3.084kB) -// 1681780680_add_clock_to_social_links_settings.up.sql (139B) -// 1682073779_settings_table_remove_latest_derived_path_column.up.sql (4.622kB) -// 1682146075_add_created_at_to_saved_addresses.up.sql (108B) -// 1682393575_sync_ens_name.up.sql (725B) -// 1683457503_add_blocks_ranges_sequential_table.up.sql (271B) -// 1683627613_accounts_and_keycards_improvements.up.sql (3.733kB) -// 1685041348_settings_table_add_latest_derived_path_column.up.sql (117B) -// 1685440989_update_color_id_accounts.up.sql (931B) -// 1685463947_add_to_asset_to_multitransaction.up.sql (62B) -// 1685880973_add_profile_links_settings_table.up.sql (1.701kB) +// 1678264207_accounts_table_new_columns_added.up.sql (130B) +// 1680770368_add_bio_to_settings_sync_clock_table.up.sql (75B) +// 1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql (311B) +// 1681392602_9d_sync_period.up.sql (60B) +// 1681762078_default_sync_period_9d.up.sql (3.002kB) +// 1681780680_add_clock_to_social_links_settings.up.sql (137B) +// 1682073779_settings_table_remove_latest_derived_path_column.up.sql (4.47kB) +// 1682146075_add_created_at_to_saved_addresses.up.sql (107B) +// 1682393575_sync_ens_name.up.sql (713B) +// 1683457503_add_blocks_ranges_sequential_table.up.sql (263B) +// 1683627613_accounts_and_keycards_improvements.up.sql (3.64kB) +// 1685041348_settings_table_add_latest_derived_path_column.up.sql (115B) +// 1685440989_update_color_id_accounts.up.sql (918B) +// 1685463947_add_to_asset_to_multitransaction.up.sql (61B) +// 1685880973_add_profile_links_settings_table.up.sql (1.656kB) // 1686041510_add_idx_transfers_blkno_loaded.up.sql (71B) // 1686048341_transfers_receipt_json_blob_out.up.sql.down.sql (104B) -// 1686048341_transfers_receipt_json_blob_out.up.sql.up.sql (1.53kB) -// 1686825075_cleanup_token_address.up.sql (276B) +// 1686048341_transfers_receipt_json_blob_out.up.sql.up.sql (1.5kB) +// 1686825075_cleanup_token_address.up.sql (273B) // 1687193315_transfers_extract_from_to_address.down.sql (104B) -// 1687193315_transfers_extract_from_to_address.up.sql (509B) -// 1687249080_add_position_accounts.up..sql (2.129kB) -// 1687269871_add_device_name.up.sql (110B) -// 1687506642_include_watch_only_account_setting.up.sql (82B) -// 1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql (99B) -// 1688054680_add_columns_to_multitransaction.up.sql (347B) -// 1688636552_keycards_table_columns_update.up.sql (1.085kB) -// 1689248269_add_related_chain_id_networks.up.sql (67B) -// 1689340211_index_filter_columns.up.sql (645B) -// 1689498471_make_wallet_accounts_positions_non_negative.up.sql (1.669kB) -// 1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql (292B) -// 1690225863_add_collectibles_ownership_cache.up.sql (335B) -// 1690734354_add_preferred_chain_ids.up.sql (190B) -// 1691173699_add_collectibles_and_collections_data_cache.up.sql (1.861kB) -// 1691753758_move_wallet_tables_to_wallet_db.up.sql (621B) -// 1691753800_pubsubtopic_key.up.sql (790B) +// 1687193315_transfers_extract_from_to_address.up.sql (499B) +// 1687249080_add_position_accounts.up..sql (2.053kB) +// 1687269871_add_device_name.up.sql (108B) +// 1687506642_include_watch_only_account_setting.up.sql (81B) +// 1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql (98B) +// 1688054680_add_columns_to_multitransaction.up.sql (342B) +// 1688636552_keycards_table_columns_update.up.sql (1.051kB) +// 1689248269_add_related_chain_id_networks.up.sql (66B) +// 1689340211_index_filter_columns.up.sql (633B) +// 1689498471_make_wallet_accounts_positions_non_negative.up.sql (1.617kB) +// 1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql (284B) +// 1690225863_add_collectibles_ownership_cache.up.sql (327B) +// 1690734354_add_preferred_chain_ids.up.sql (189B) +// 1691173699_add_collectibles_and_collections_data_cache.up.sql (1.811kB) +// 1691753758_move_wallet_tables_to_wallet_db.up.sql (603B) +// 1691753800_pubsubtopic_key.up.sql (767B) // 1693900971_add_profile_migration_needed_column_to_settings_table.up.sql (88B) -// 1694764094_add_original_to_networks.up.sql (121B) +// 1694764094_add_original_to_networks.up.sql (120B) // 1695974515_add_is_sepolia_enabled_to_settings.up.sql (82B) -// 1696259336_settings_add_url_unfurling_mode.up.sql (161B) -// 1697123140_drop_include_watch_only_accounts.up.sql (62B) -// 1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql (73B) -// 1697623289_add_omit_transfers_history_scan_to_settings.up.sql (93B) -// 1699577175_use_shards.up.sql (85B) -// 1700741911_clusterID.up.sql (76B) -// 1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql (96B) -// 1701084317_add_mnemonic_was_not_shown_to_settings.up.sql (88B) -// 1701444172_token_preferences.up.sql (522B) -// 1701961850_shards_test.up.sql (1.302kB) -// 1702395750_fix_enr_shards_test.up.sql (1.245kB) -// 1702999401_add_dns_discovery_url.up.sql (288B) -// 1704281285_tokens_advanced_settings.up.sql (750B) -// doc.go (77B) +// 1696259336_settings_add_url_unfurling_mode.up.sql (160B) +// 1697123140_drop_include_watch_only_accounts.up.sql (61B) +// 1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql (72B) +// 1697623289_add_omit_transfers_history_scan_to_settings.up.sql (92B) +// 1699577175_use_shards.up.sql (84B) +// 1700741911_clusterID.up.sql (75B) +// 1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql (95B) +// 1701084317_add_mnemonic_was_not_shown_to_settings.up.sql (87B) +// 1701444172_token_preferences.up.sql (511B) +// 1701961850_shards_test.up.sql (1.276kB) +// 1702395750_fix_enr_shards_test.up.sql (1.234kB) +// 1702999401_add_dns_discovery_url.up.sql (284B) +// 1704281285_tokens_advanced_settings.up.sql (743B) +// doc.go (74B) +// test.log (79B) package migrations @@ -172,7 +173,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var __1640111208_dummyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\xc4\x30\x10\x44\x7b\x24\xfe\x61\x3a\x40\xc2\x7f\x71\x57\x50\x40\x24\x74\xa2\xf7\xd9\xe3\x78\x45\xb2\x0b\xde\x45\xe1\xf3\x51\x42\x45\xc3\xb6\x3b\xef\xcd\xa4\x84\xd3\x84\x97\xe9\x82\xd7\xf3\xf3\xf4\x76\xbe\xbd\x49\x09\xe9\xbf\x3b\x12\x97\x2e\x8e\x26\x0b\x51\x8d\x0e\xb5\xe8\xa2\xf3\xf1\x7a\x8a\x3b\x47\x19\xcc\xc1\x0a\x37\x44\x27\x56\x99\x47\x0e\x31\xc5\xbb\xda\xe6\x68\xc3\x56\x6c\x5d\x4a\x87\x7f\x2e\xbf\xa2\x30\x14\xd3\x10\xfd\x22\x5c\xb4\x10\x87\xee\x2f\xde\xb3\xe3\x4a\x2a\xfc\x63\x91\xd8\x1b\x44\x11\x9b\xe1\xfe\xca\x66\x83\x8f\xc8\x5a\x91\x5b\x70\x40\xad\xb2\xb4\x19\xfc\x8e\x91\xcb\x8e\x3f\x1c\xc6\x93\xed\x7b\x91\x6b\x45\xb1\x4a\x74\x0e\xfe\x04\x00\x00\xff\xff\xe6\xbd\xc2\x56\x07\x01\x00\x00") +var __1640111208_dummyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\x04\x31\x0c\x44\x7b\xbe\x62\x3a\x40\x22\x7f\x71\x57\x50\xc0\x4a\xe8\x44\x9f\x4b\x26\x1b\x8b\x5d\x1b\x62\xa3\xe5\xf3\x51\x44\x45\x73\x6e\x3d\xef\xcd\xa4\x84\xd3\x82\xd7\xe5\x82\xb7\xf3\xcb\xf2\x7e\xbe\x4b\x09\xe9\xd6\xcd\xc0\xa5\x8b\xa3\xc9\x46\x54\xa3\x43\x2d\xba\xe8\x3a\x3f\xcf\x71\xef\x28\x83\x39\x58\xe1\x86\xe8\xc4\x2e\xeb\xc8\x21\xa6\xf8\x50\x3b\x1c\x6d\xd8\x8e\xa3\x4b\xe9\xf0\xaf\xed\xcf\x13\x86\x62\x1a\xa2\xdf\x84\x8b\x16\x62\xda\xfe\xd3\x3d\x3b\xae\xa4\xc2\x3f\x37\x89\x59\x20\x8a\x38\x0c\x0f\x57\x36\x1b\x7c\x42\xd6\x8a\xdc\x82\x03\x6a\x95\xa5\xad\xe0\x4f\x8c\x5c\x26\xfe\x38\x85\x27\x9b\x63\x91\x6b\x45\xb1\x4a\x74\x0e\xfe\x06\x00\x00\xff\xff\x9b\xc1\xf3\x13\x02\x01\x00\x00") func _1640111208_dummyUpSqlBytes() ([]byte, error) { return bindataRead( @@ -187,12 +188,12 @@ func _1640111208_dummyUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1640111208_dummy.up.sql", size: 263, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x51, 0x1, 0x9d, 0x71, 0xe3, 0xdc, 0x4, 0x3a, 0x1c, 0x68, 0x7f, 0xa4, 0x63, 0xd4, 0x47, 0x56, 0x2e, 0xb, 0x6, 0x9f, 0x63, 0x22, 0x7e, 0xed, 0x46, 0x75, 0x51, 0xbd, 0x47, 0xe4, 0x82}} + info := bindataFileInfo{name: "1640111208_dummy.up.sql", size: 258, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xf0, 0xae, 0x20, 0x6e, 0x75, 0xd1, 0x36, 0x14, 0xf2, 0x40, 0xe5, 0xd6, 0x7a, 0xc4, 0xa5, 0x72, 0xaa, 0xb5, 0x4d, 0x71, 0x97, 0xb8, 0xe8, 0x95, 0x22, 0x95, 0xa2, 0xac, 0xaf, 0x48, 0x58}} return a, nil } -var __1642666031_add_removed_clock_to_bookmarksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\xcd\x2f\x4b\x4d\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\xe5\x22\x68\x40\x72\x4e\x7e\x72\xb6\x82\xa7\x5f\x08\x5c\xab\x81\x35\x20\x00\x00\xff\xff\xcf\x24\xad\x07\x76\x00\x00\x00") +var __1642666031_add_removed_clock_to_bookmarksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\xcd\x2f\x4b\x4d\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x22\xa8\x3f\x39\x27\x3f\x39\x5b\xc1\xd3\x2f\x04\xae\xd3\xc0\x1a\x10\x00\x00\xff\xff\xe6\xf6\xbf\x66\x75\x00\x00\x00") func _1642666031_add_removed_clock_to_bookmarksUpSqlBytes() ([]byte, error) { return bindataRead( @@ -207,12 +208,12 @@ func _1642666031_add_removed_clock_to_bookmarksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1642666031_add_removed_clock_to_bookmarks.up.sql", size: 118, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0x56, 0xb8, 0xb4, 0xd2, 0x3, 0x6c, 0x4e, 0x3e, 0x65, 0xd9, 0x70, 0xfb, 0xee, 0xf, 0x5f, 0x2f, 0x50, 0xd9, 0x6d, 0x43, 0xc5, 0x4a, 0x3f, 0xd6, 0x14, 0x8b, 0x81, 0x6f, 0xc9, 0x2, 0x18}} + info := bindataFileInfo{name: "1642666031_add_removed_clock_to_bookmarks.up.sql", size: 117, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x4e, 0x38, 0x99, 0x7a, 0xc, 0x90, 0x13, 0xec, 0xfe, 0x2f, 0x55, 0xff, 0xb7, 0xb6, 0xaa, 0x96, 0xc6, 0x92, 0x79, 0xcc, 0xee, 0x4e, 0x99, 0x53, 0xfe, 0x1c, 0xbb, 0x32, 0x2, 0xa4, 0x27}} return a, nil } -var __1643644541_gif_api_key_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcf\x4c\x8b\x4f\x2c\xc8\x8c\xcf\x4e\xad\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x45\xab\x2d\x44\x19\x20\x00\x00\xff\xff\x48\x6f\xcc\x55\x6e\x00\x00\x00") +var __1643644541_gif_api_key_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcf\x4c\x8b\x4f\x2c\xc8\x8c\xcf\x4e\xad\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x20\xd8\x35\x04\x45\xa7\x2d\x58\x15\x20\x00\x00\xff\xff\x59\x5f\x0d\x48\x6c\x00\x00\x00") func _1643644541_gif_api_key_settingUpSqlBytes() ([]byte, error) { return bindataRead( @@ -227,12 +228,12 @@ func _1643644541_gif_api_key_settingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1643644541_gif_api_key_setting.up.sql", size: 110, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0xf2, 0x69, 0x8d, 0x26, 0x9a, 0x5, 0xc2, 0x86, 0x6e, 0xaa, 0x46, 0x2f, 0x1a, 0x4, 0xb1, 0x60, 0x24, 0xc5, 0xbc, 0x72, 0x5d, 0xb1, 0x3d, 0xf4, 0x56, 0x23, 0xdd, 0xff, 0x7d, 0x2f, 0x3c}} + info := bindataFileInfo{name: "1643644541_gif_api_key_setting.up.sql", size: 108, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x94, 0x28, 0xfb, 0x66, 0xd1, 0x7c, 0xb8, 0x89, 0xe2, 0xb4, 0x71, 0x65, 0x24, 0x57, 0x22, 0x95, 0x38, 0x97, 0x3, 0x9b, 0xc6, 0xa4, 0x41, 0x7b, 0xba, 0xf7, 0xdb, 0x70, 0xf7, 0x20, 0x3a}} return a, nil } -var __1644188994_recent_stickersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x2e\xc9\x4c\xce\x4e\x2d\x2a\x8e\x2f\x4a\x4d\x4e\xcd\x2b\x89\x87\xf1\x15\x6c\x15\xfc\x42\x7d\x7c\x14\xc2\x3d\x5c\x83\x5c\x15\x8a\x2b\xf3\x4a\x32\x52\x4b\x32\x93\xe3\x33\x53\x14\x6c\x15\xd4\x33\x53\xd4\xad\x79\xb9\x00\x01\x00\x00\xff\xff\x0e\xe7\x5a\x1e\x50\x00\x00\x00") +var __1644188994_recent_stickersUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x28\x2e\xc9\x4c\xce\x4e\x2d\x2a\x8e\x2f\x4a\x4d\x4e\xcd\x2b\x89\x87\xf1\x15\x6c\x15\xfc\x42\x7d\x7c\x14\xc2\x3d\x5c\x83\x5c\x15\x8a\x2b\xf3\x4a\x32\x52\x4b\x32\x93\xe3\x33\x53\x14\x6c\x15\xd4\x33\x53\xd4\xad\xb9\x00\x01\x00\x00\xff\xff\x1d\x83\x1b\xca\x4f\x00\x00\x00") func _1644188994_recent_stickersUpSqlBytes() ([]byte, error) { return bindataRead( @@ -247,12 +248,12 @@ func _1644188994_recent_stickersUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1644188994_recent_stickers.up.sql", size: 80, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4f, 0xa0, 0xa2, 0x40, 0xfc, 0xfa, 0x28, 0x28, 0x1e, 0xdb, 0xaa, 0x1b, 0xee, 0x9, 0x43, 0x71, 0x2, 0xaf, 0x71, 0xb8, 0x57, 0x69, 0xf1, 0x73, 0xc1, 0xdc, 0xc5, 0x48, 0x4e, 0x23, 0x92, 0x37}} + info := bindataFileInfo{name: "1644188994_recent_stickers.up.sql", size: 79, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0xad, 0xaa, 0x30, 0xbf, 0x4, 0x7, 0xf8, 0xc3, 0x3, 0xb8, 0x97, 0x23, 0x2b, 0xbd, 0x1c, 0x60, 0x69, 0xb0, 0x42, 0x5e, 0x6b, 0xd, 0xa7, 0xa3, 0x6b, 0x2e, 0xdc, 0x70, 0x13, 0x72, 0x7}} return a, nil } -var __1646659233_add_address_to_dapp_permisssionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x51\x41\x8b\xab\x30\x18\xbc\x0b\xfe\x87\xc1\x93\x05\xe9\xa1\xd7\xf2\x0e\x79\xf6\xb3\x84\xa7\x49\x5f\x8c\xd0\x9e\x44\x56\x0b\x59\x5a\xed\xd6\xf6\xff\x2f\x6a\xb4\xba\x85\xbd\xe9\x7c\x33\xe3\xcc\x18\x2a\x62\x9a\xa0\xd9\xdf\x98\xc0\x23\x08\xa9\x41\x47\x9e\xea\x14\x65\x71\xbb\xb5\xf9\x06\xbe\xeb\x00\x80\x29\xc1\x85\xa6\x3d\x29\x1c\x14\x4f\x98\x3a\xe1\x1f\x9d\xc0\x32\x2d\xb9\x08\x15\x25\x24\x74\x2f\x17\x59\x1c\x07\x83\xa6\x2e\xae\x15\x34\x1d\xb5\x7d\x2f\xca\xf2\x5e\xb5\x6d\x0f\x4d\x5c\x94\xd5\xb9\x78\x5e\x1e\xf0\x3c\x4b\x0b\xa5\x48\xb5\x62\x5c\x68\x3c\x6b\xf3\xf5\xac\xf2\x21\x4b\x67\x97\x8f\x1e\x99\xe0\xff\x33\x82\xdf\x81\x81\x05\x57\xae\xb3\xda\xba\x8e\xeb\xfc\x52\xeb\x56\xdd\xaf\xa6\x6d\x4d\x53\xcf\xca\x75\xfe\xb9\x29\x61\xea\xc7\xcf\x0e\x2f\xfe\x32\xb6\x3d\x47\x52\x11\xdf\x8b\x6e\x0b\xdf\xba\xac\xa0\x28\x22\x45\x22\xa4\x69\x45\xbf\x83\xa5\xc0\x8e\x62\xd2\x84\x90\xa5\x21\xdb\xd1\x18\x97\x8b\x94\x94\xee\xf6\x95\xd3\xec\x29\xc5\x14\xda\x4f\xf5\x43\x06\xf0\x3c\x44\x4a\x26\x03\xe5\x4d\xb8\x2c\xd6\x56\x97\xea\xe3\x31\xba\xad\x4d\x19\xcc\x09\xeb\x59\xab\xf3\xbd\xb9\xce\x6f\xf8\x6c\x4c\x3d\xc5\x68\xa6\xc7\x75\xff\x37\xff\x2c\x6c\xfa\xc6\x1d\xde\xa7\xd9\x29\x79\xb0\x9b\xcf\x48\xdb\xc5\xe1\x95\x9d\xc5\x9a\xd4\x3b\x3d\xdf\x40\x91\x60\x09\x61\xd9\x69\xbb\x54\x8c\xf9\x5e\xdc\xc1\xf9\x3b\x00\x00\xff\xff\x17\xd8\xf5\x08\xd1\x02\x00\x00") +var __1646659233_add_address_to_dapp_permisssionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x51\xcd\x6e\x82\x40\x18\xbc\xf3\x14\x13\x4e\x98\x10\x0f\x5e\x49\x0f\x5b\xfc\x30\x9b\xc2\xae\x5d\x96\x44\x4f\x84\x14\x4c\xb6\x51\xb0\xa2\xef\xdf\xb0\xfc\x08\x36\xe9\x0d\xe6\x9b\x19\x66\x86\x50\x11\xd3\x04\xcd\xde\x63\x02\x8f\x20\xa4\x06\x1d\x78\xaa\x53\x94\xc5\xf5\xda\xe6\x1b\x78\x0e\x00\x98\x12\x5c\x68\xda\x91\xc2\x5e\xf1\x84\xa9\x23\x3e\xe8\x08\x96\x69\xc9\x45\xa8\x28\x21\xa1\xad\x5a\x64\x71\xec\x5b\x49\x5d\x5c\x2a\x68\x3a\xe8\xfe\xb5\x28\xcb\x5b\xd5\xb6\x16\x99\x98\x28\xab\x53\xf1\x38\xdf\xe1\xba\x3d\x2b\x94\x22\xd5\x8a\x71\xa1\xf1\xa8\xcd\xcf\xa3\xca\xfb\x1c\x9d\x59\x3e\x5a\x64\x82\x7f\x66\x04\xaf\x03\xfd\x01\x5c\x39\xab\xc0\x71\xfe\xe9\x73\xad\x6e\x17\xd3\xb6\xa6\xa9\x9f\xad\x3a\xef\xdc\x94\x30\xf5\xfd\x25\xfc\x93\xbd\x0c\xdc\x5f\x23\xa9\x88\xef\x44\x37\x81\x37\x78\xac\xa0\x28\x22\x45\x22\xa4\x69\x3b\xaf\x83\xa5\xc0\x96\x62\xd2\x84\x90\xa5\x21\xdb\x92\x0d\xca\x45\x4a\x4a\x77\x9b\xca\x69\xe9\x94\x62\x0a\x87\xcf\xd8\xf5\x7c\xb8\x2e\x22\x25\x93\x9e\xf2\x22\x5b\x16\x6a\xab\x73\xf5\x75\x1f\xbd\xd6\xa6\xf4\xe7\x84\xf5\xac\xcf\xe9\xd6\x5c\xe6\x37\x7c\x37\xa6\x9e\x42\x34\xd3\xe3\xda\xfe\xc0\xb7\x85\x8d\x2d\xdb\xe1\x81\xe3\x6c\x95\xdc\x0f\x4b\xcf\x28\xc1\x1c\x1f\x63\xb3\x58\x93\xfa\xcb\xcd\x37\x50\x24\x58\x42\x58\xd6\x09\x16\x82\x31\xd9\x93\xda\xdb\xfe\x06\x00\x00\xff\xff\xb0\x41\x9a\x48\xbc\x02\x00\x00") func _1646659233_add_address_to_dapp_permisssionUpSqlBytes() ([]byte, error) { return bindataRead( @@ -267,12 +268,12 @@ func _1646659233_add_address_to_dapp_permisssionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1646659233_add_address_to_dapp_permisssion.up.sql", size: 721, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xa4, 0x81, 0x5d, 0x32, 0xcd, 0x51, 0xac, 0x85, 0xb, 0x98, 0xb0, 0x3, 0x38, 0x73, 0xe4, 0xb9, 0xee, 0xaa, 0x87, 0x19, 0xee, 0x73, 0x3d, 0xd6, 0x98, 0x9, 0x1, 0xb5, 0x93, 0x24, 0xc3}} + info := bindataFileInfo{name: "1646659233_add_address_to_dapp_permisssion.up.sql", size: 700, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0xb0, 0x35, 0xcc, 0x2e, 0x16, 0xe6, 0x15, 0x86, 0x2c, 0x37, 0x80, 0xae, 0xa3, 0xc5, 0x31, 0x78, 0x5, 0x9d, 0xcd, 0x7b, 0xeb, 0x5f, 0xf2, 0xb3, 0x74, 0x72, 0xdf, 0xcf, 0x88, 0xb, 0x40}} return a, nil } -var __1646841105_add_emoji_accountUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\xcd\xcf\xca\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\xd2\x1b\xec\x1a\x02\xd5\x64\x0b\x51\x00\x08\x00\x00\xff\xff\xce\x2f\xcc\x2f\x62\x00\x00\x00") +var __1646841105_add_emoji_accountUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\xcd\xcf\xca\x54\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\xd2\x1a\xec\x1a\x02\xd5\x63\x0b\x96\x07\x04\x00\x00\xff\xff\x2b\x1c\x4e\xaa\x60\x00\x00\x00") func _1646841105_add_emoji_accountUpSqlBytes() ([]byte, error) { return bindataRead( @@ -287,12 +288,12 @@ func _1646841105_add_emoji_accountUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1646841105_add_emoji_account.up.sql", size: 98, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0xe6, 0x32, 0xb8, 0x59, 0xcc, 0x79, 0xda, 0x89, 0x69, 0x1, 0xdb, 0x2a, 0x26, 0xb9, 0x6a, 0x16, 0x83, 0x15, 0xdf, 0x2b, 0xbc, 0xd1, 0xb9, 0x9e, 0x4b, 0x6f, 0xe1, 0x27, 0xbc, 0xf6, 0x6b}} + info := bindataFileInfo{name: "1646841105_add_emoji_account.up.sql", size: 96, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe6, 0x77, 0x29, 0x95, 0x18, 0x64, 0x82, 0x63, 0xe7, 0xaf, 0x6c, 0xa9, 0x15, 0x7d, 0x46, 0xa6, 0xbc, 0xdf, 0xa7, 0xd, 0x2b, 0xd2, 0x2d, 0x97, 0x4d, 0xa, 0x6b, 0xd, 0x6e, 0x90, 0x42, 0x5c}} return a, nil } -var __1647278782_display_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xc9\x2c\x2e\xc8\x49\xac\x8c\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x22\xd8\x35\x04\x55\xaf\x2d\x44\x1d\x20\x00\x00\xff\xff\x07\xf0\x1d\xc7\x70\x00\x00\x00") +var __1647278782_display_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xc9\x2c\x2e\xc8\x49\xac\x8c\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x55\xab\x2d\x58\x19\x20\x00\x00\xff\xff\xc7\x11\xdd\x01\x6e\x00\x00\x00") func _1647278782_display_nameUpSqlBytes() ([]byte, error) { return bindataRead( @@ -307,12 +308,12 @@ func _1647278782_display_nameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647278782_display_name.up.sql", size: 112, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0xb0, 0x87, 0x86, 0x46, 0x58, 0xb3, 0x2b, 0x46, 0xc5, 0xbd, 0x7a, 0xee, 0xec, 0x4c, 0x5b, 0xc3, 0xe8, 0xc1, 0xc4, 0x70, 0xe2, 0x66, 0x1e, 0x40, 0x74, 0x83, 0x82, 0x39, 0xa6, 0xa8, 0x36}} + info := bindataFileInfo{name: "1647278782_display_name.up.sql", size: 110, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xa1, 0x1f, 0x3e, 0x61, 0x65, 0x8d, 0xff, 0xee, 0xde, 0xc5, 0x91, 0xd9, 0x5c, 0xb5, 0xe2, 0xf0, 0xb7, 0xe7, 0x5c, 0x5c, 0x16, 0x25, 0x89, 0xee, 0x78, 0x12, 0xea, 0x3e, 0x48, 0x41, 0xa6}} return a, nil } -var __1647862838_reset_last_backupUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\xc8\x49\x2c\x2e\x89\x4f\x4a\x4c\xce\x2e\x2d\x50\xb0\x55\x30\xb0\xe6\xe5\x02\x04\x00\x00\xff\xff\x8f\xb2\x38\xa1\x26\x00\x00\x00") +var __1647862838_reset_last_backupUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\xc8\x49\x2c\x2e\x89\x4f\x4a\x4c\xce\x2e\x2d\x50\xb0\x55\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x2e\x14\x2f\x78\x25\x00\x00\x00") func _1647862838_reset_last_backupUpSqlBytes() ([]byte, error) { return bindataRead( @@ -327,12 +328,12 @@ func _1647862838_reset_last_backupUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647862838_reset_last_backup.up.sql", size: 38, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x65, 0xe8, 0x46, 0xc4, 0x4c, 0x8a, 0x8d, 0xb2, 0x2e, 0x3f, 0xf5, 0x6, 0xf5, 0x42, 0x8c, 0x29, 0xb7, 0x59, 0xe9, 0x75, 0x1d, 0xc6, 0xa, 0x63, 0x18, 0x24, 0xd, 0xc9, 0x51, 0x8b, 0x84, 0x8a}} + info := bindataFileInfo{name: "1647862838_reset_last_backup.up.sql", size: 37, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xe3, 0xd5, 0xf6, 0x5f, 0xfe, 0x65, 0xfa, 0x1d, 0x88, 0xf8, 0x5f, 0x24, 0x71, 0x34, 0x68, 0x96, 0x2a, 0x60, 0x87, 0x15, 0x82, 0x4d, 0x8a, 0x59, 0x3d, 0x1f, 0xd8, 0x56, 0xd4, 0xfb, 0xda}} return a, nil } -var __1647871652_add_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x4f\x4f\x1b\x31\x10\xc5\xef\x91\xf2\x1d\xe6\x06\x91\x7c\xe0\xce\x69\x0b\x6e\x59\x75\x9b\x54\xc6\x01\x71\x1a\xb9\xde\xd9\x30\xca\xc6\x5e\x79\xbc\x8b\xf2\xed\xab\x8a\xd2\x3f\x74\x53\x19\xe4\x93\x35\xef\x69\xec\xf7\x7e\x57\x46\x57\x56\x83\xad\x3e\x34\x1a\x84\x72\xe6\xb0\x13\x94\x63\xf0\xe8\xfb\xe8\xf7\x70\xbe\x5c\x00\x00\xf8\x31\x25\x0a\xfe\x08\xf5\xda\xea\x4f\xda\xc0\x7a\x63\x61\xbd\x6d\x1a\xb8\xd6\x1f\xab\x6d\x63\xe1\x42\x3d\x2b\x77\xdc\x61\x22\x4f\x21\x4b\x99\xb8\x73\x53\x4c\x9c\xa9\x40\x7e\x20\x11\xb7\x23\xc1\x2e\xc5\x03\xfa\x18\xb2\xf3\x59\x30\x86\xbe\xe0\x61\x43\xa2\x8e\x52\xa2\x16\x83\x3b\x50\x91\x7e\x62\x7a\xc2\x21\xf1\xe4\x4a\x7e\x3e\xa4\xd8\x71\x4f\x38\xb0\xcf\x63\x22\x41\x79\x8c\x4f\x98\xe3\x3b\x9c\x13\x0b\x7f\xe3\x9e\x73\xc1\x5a\xa1\xd0\xa2\x64\x97\x47\xc1\x71\x68\x5d\x51\x92\x92\xd9\xef\x29\x09\x0e\xce\xef\x05\x39\x48\x76\x7d\x4f\xed\x9b\x9d\x03\x85\x96\xc3\xee\x0d\xbe\x67\x38\xf0\xe5\x5e\xe0\x3c\x86\xfc\x48\x99\x3d\x72\x0b\x77\x95\xb9\xba\xa9\xcc\x2f\xd1\x19\xb7\x67\xf0\xd5\xd4\x5f\x2a\xf3\x00\x9f\xf5\xc3\x72\xb1\x82\xfb\xda\xde\x6c\xb6\x16\xcc\xe6\xbe\xbe\xbe\x5c\x2e\xea\xf5\xad\x36\xf6\xc7\xa2\xcd\x3c\xe3\x2f\x74\xab\x3f\xe9\x55\x7f\xd3\xa9\xfe\x47\x9f\x7a\x45\x97\x7a\x4d\x8f\x3a\x49\xc7\xcc\xe4\x77\xfb\x6a\xae\x5d\x75\xb2\xbd\x7f\x26\x3f\xdb\x51\x27\xd3\x5f\xc1\x5d\xd5\x6c\xf5\x2d\x9c\x5f\xa8\xd9\xb3\xba\xfc\x1e\x00\x00\xff\xff\x8d\x19\x32\xc0\x23\x04\x00\x00") +var __1647871652_add_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xcd\x6e\xdb\x30\x10\x84\xef\x7e\x8a\xbd\x25\x06\x78\xc8\x3d\x27\x35\x61\x1b\xa1\xaa\x5d\x30\x74\x82\x9c\x16\x2c\xb5\x52\x16\x96\x49\x81\x4b\x29\xf0\xdb\x17\xfd\x49\x7f\x52\xb9\x92\xc1\x13\xb1\x33\x58\x72\xe6\xbb\x31\xba\xb0\x1a\x6c\xf1\xae\xd2\x20\x94\x33\x87\x56\x50\x8e\xc1\xa3\xef\xa2\xdf\xc3\xe5\x0a\x00\xc0\x0f\x29\x51\xf0\x47\x28\x37\x56\x7f\xd0\x06\x36\x5b\x0b\x9b\x5d\x55\xc1\xad\x7e\x5f\xec\x2a\x0b\x57\xea\xbb\xb0\xe5\x06\x13\x79\x0a\x59\x16\x69\x1b\x37\xc6\xc4\x99\xe6\xd5\x07\x12\x71\x2d\x09\x36\x29\x1e\xd0\xc7\x90\x9d\xcf\x82\x31\x74\xf3\xaf\xea\x13\x35\x94\x12\xd5\x18\xdc\x81\x96\xc8\x47\xa6\x17\xec\x13\x8f\x6e\xc1\xa7\xfb\x14\x1b\xee\x08\x7b\xf6\x79\x48\x24\x28\xcf\xf1\x05\x73\x3c\xdf\x38\xb2\xf0\x17\xee\x38\xcf\x2f\x15\x0a\x35\x4a\x76\x79\x10\x1c\xfa\xda\x2d\xc9\x50\x32\xfb\x3d\x25\xc1\xde\xf9\xbd\x20\x07\xc9\xae\xeb\xa8\x3e\xd7\xd8\x53\xa8\x39\xb4\xcb\x6d\x3f\x90\xc0\xd7\xfb\xbc\xf1\x18\xf2\x33\x65\xf6\xc8\x35\x3c\x14\xe6\xe6\xae\x30\xbf\x34\x17\x5c\x5f\xc0\x67\x53\x7e\x2a\xcc\x13\x7c\xd4\x4f\xab\x35\x3c\x96\xf6\x6e\xbb\xb3\x60\xb6\x8f\xe5\xed\xf5\xaa\xdc\xdc\x6b\x63\xbf\x6d\xd9\x4e\x43\xfd\xca\xb3\xfa\x13\x58\xf5\x37\x91\xea\x7f\xc8\xa9\x37\x4c\xa9\xb7\xd0\xa8\x93\x54\x4c\x4c\x7e\xd7\xae\xa6\x7a\x55\x27\x8b\xfb\x67\xf2\xb3\x19\x75\x32\xfa\x35\x3c\x14\xd5\x4e\xdf\xc3\xe5\x95\x9a\x3c\xeb\xeb\xaf\x01\x00\x00\xff\xff\xf3\x53\x0f\x1c\x14\x04\x00\x00") func _1647871652_add_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -347,12 +348,12 @@ func _1647871652_add_settings_sync_clock_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647871652_add_settings_sync_clock_table.up.sql", size: 1059, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5d, 0x44, 0xac, 0x66, 0xb4, 0x74, 0xa2, 0x14, 0xd0, 0x7e, 0x67, 0x55, 0x82, 0x42, 0x83, 0xb7, 0x95, 0xce, 0x70, 0xe2, 0x7c, 0x97, 0x11, 0xaa, 0x74, 0x1f, 0xa0, 0xee, 0xfc, 0x72, 0x94, 0xd3}} + info := bindataFileInfo{name: "1647871652_add_settings_sync_clock_table.up.sql", size: 1044, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x58, 0xec, 0x85, 0x90, 0xfa, 0x30, 0x98, 0x98, 0x9a, 0xa6, 0xa8, 0x96, 0x2b, 0x38, 0x93, 0xf3, 0xae, 0x46, 0x74, 0xa4, 0x41, 0x62, 0x9b, 0x2, 0x86, 0xbf, 0xe5, 0x2a, 0xce, 0xe2, 0xc0}} return a, nil } -var __1647880168_add_torrent_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\xc1\x4a\xc0\x20\x00\xc6\xf1\xbb\xe0\x3b\x7c\xb7\x15\xf4\x06\x9d\xdc\x66\x4d\x32\x0d\xd3\xc6\x4e\xc3\xa6\x2b\x61\xb8\x70\x5e\x7a\xfb\x68\xb0\x6e\x5d\xbf\xef\x07\xff\xce\x70\x66\x39\x2c\x6b\x25\x47\xdd\x4b\x89\xb9\xce\xcb\x9e\xd7\xf4\x81\x1b\x4a\x80\x98\xfd\xfb\x16\x03\x5a\xad\x25\x67\x0a\x3d\x7f\x60\x4e\x5a\xac\x7e\x3b\xe2\xdd\xaf\xf8\xda\x4b\x85\x53\xaf\xe2\x51\xf1\x1e\x42\xd9\x73\x0d\xbe\xfa\x39\xa4\x82\x37\x66\xba\x81\x19\x28\x6d\xa1\x9c\x94\xe7\x7b\x95\xfe\x05\xc7\x77\xae\x9f\xb1\xa6\x65\x4e\xe1\x4f\x5c\xed\x26\x85\x06\x2f\x46\x3c\x33\x33\xe1\x89\x4f\x94\xdc\x62\x14\x76\xd0\xce\xc2\xe8\x51\xf4\xf7\x94\x50\xf2\x13\x00\x00\xff\xff\xc7\xe8\x4f\xa5\xdb\x00\x00\x00") +var __1647880168_add_torrent_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\x31\x6e\xc3\x20\x00\x85\xe1\x9d\x53\xbc\xcd\xad\xd4\x1b\x74\xc2\x36\xad\x51\x29\x54\x14\x62\x79\xb2\x88\xc1\x09\x92\x85\x23\xcc\x92\xdb\x47\x1e\x9c\x2d\xeb\xfb\x9f\xf4\x35\x9a\x51\xc3\x60\x68\x2d\x18\xca\x9a\x73\x48\x65\x9c\xd6\x34\xc7\x0b\xde\x08\x10\x92\x3b\x2f\xc1\xa3\x56\x4a\x30\x2a\xd1\xb2\x2f\x6a\x85\xc1\xec\x96\x2d\x7c\x10\xe0\xb6\xe6\x02\x2b\xff\xf9\xb7\x64\x2d\xb8\x34\xfb\xe8\x5d\x71\xa3\x8f\x19\x27\xaa\x9b\x8e\x6a\x48\x65\x20\xad\x10\x7b\x3c\x94\x57\x7d\xbb\xa7\x72\x0d\x25\x4e\x63\xf4\xcf\xc3\xe1\x56\xd1\x57\xf8\xd3\xfc\x97\xea\x01\x3f\x6c\x20\xef\xe8\xb9\xe9\x94\x35\xd0\xaa\xe7\xed\x27\x21\x8f\x00\x00\x00\xff\xff\x9f\xe4\xb4\x2e\xd3\x00\x00\x00") func _1647880168_add_torrent_configUpSqlBytes() ([]byte, error) { return bindataRead( @@ -367,12 +368,12 @@ func _1647880168_add_torrent_configUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647880168_add_torrent_config.up.sql", size: 219, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0x6e, 0x23, 0x52, 0x3a, 0xf0, 0xf3, 0x9e, 0xeb, 0x2e, 0xbe, 0x3b, 0x3e, 0x97, 0xec, 0x88, 0xa4, 0x4d, 0x83, 0xd, 0x8c, 0x4a, 0xf9, 0x80, 0x90, 0xbc, 0xb1, 0x7b, 0xd8, 0x81, 0x27, 0x58}} + info := bindataFileInfo{name: "1647880168_add_torrent_config.up.sql", size: 211, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0x92, 0x22, 0x37, 0x96, 0xf3, 0xb5, 0x5b, 0x27, 0xd0, 0x7d, 0x43, 0x5, 0x4e, 0x9d, 0xe2, 0x49, 0xbe, 0x86, 0x31, 0xa1, 0x89, 0xff, 0xd6, 0x51, 0xe0, 0x9c, 0xb, 0xda, 0xfc, 0xf2, 0x93}} return a, nil } -var __1647882837_add_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcb\xb1\x0a\xc2\x30\x10\x00\xd0\x3d\x90\x7f\xb8\x51\xc1\x9f\xb8\xc6\x2b\x14\x63\x53\x62\x04\x3b\x85\xda\x9e\x6d\xc0\x44\x30\x51\xf0\xef\xc5\xc5\x49\x70\x7e\x3c\x65\x09\x1d\x81\xc3\x4a\x13\x8c\xb7\x18\x1f\x29\x94\xc0\xd9\x67\x2e\x25\xa4\x39\xc3\x4a\x0a\xf8\xca\xcb\x87\x09\x1c\x9d\x1c\x74\xb6\xd9\xa3\xed\x61\x47\x3d\x98\x16\x94\x69\x6b\xdd\x28\x07\x96\x3a\x8d\x8a\x36\x9f\x15\x39\xe7\x61\x66\x3f\xdc\xc7\x25\x3c\xd9\x67\xe6\x29\xa4\xd9\x73\x1a\xce\x57\x9e\xa0\x32\x46\x13\xb6\xb0\xa5\x1a\x8f\xda\x41\x8d\xfa\xf0\x7b\x5e\xb8\x8c\xcb\xdf\x2a\xc5\x5a\x0a\x29\xde\x01\x00\x00\xff\xff\x43\x0d\xa7\x5f\xd4\x00\x00\x00") +var __1647882837_add_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcb\xb1\xaa\xc2\x30\x14\x06\xe0\x3d\x4f\xf1\x8f\xf7\x82\x2f\x71\x1a\x4f\xa1\x18\x9b\x12\x23\xd8\x29\xd4\xf6\xd8\x06\x6c\x04\x13\x05\xdf\xde\xcd\x49\x70\xfe\xf8\xb4\x63\xf2\x0c\x4f\x95\x61\x8c\xb7\x75\x7d\xa4\x58\xa2\xe4\x90\xa5\x94\x98\xe6\x8c\x3f\x85\x0f\xbc\x42\x9c\xe0\xf9\xe4\xd1\xb9\x66\x4f\xae\xc7\x8e\x7b\xd8\x16\xda\xb6\xb5\x69\xb4\x87\xe3\xce\x90\xe6\x8d\x02\x56\xc9\x79\x98\x25\x0c\xf7\x71\x89\x4f\x09\x59\x64\x8a\x69\x0e\x92\x86\xf3\x55\x26\x54\xd6\x1a\xa6\x16\x5b\xae\xe9\x68\x3c\x6a\x32\x87\xaf\xf1\x22\x65\x5c\x7e\x4e\xf5\xaf\xd4\x3b\x00\x00\xff\xff\x01\x6b\xfa\x19\xce\x00\x00\x00") func _1647882837_add_communities_settings_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -387,12 +388,12 @@ func _1647882837_add_communities_settings_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647882837_add_communities_settings_table.up.sql", size: 212, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x20, 0xbf, 0x63, 0xe5, 0x84, 0x22, 0xc5, 0x1f, 0x3d, 0x61, 0x5, 0x35, 0x51, 0xe7, 0x40, 0xa0, 0xe8, 0x77, 0x72, 0xbc, 0xa4, 0x52, 0xce, 0x1e, 0x7a, 0x99, 0xd6, 0x8f, 0x7b, 0xa7, 0xfb, 0x2}} + info := bindataFileInfo{name: "1647882837_add_communities_settings_table.up.sql", size: 206, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x87, 0x78, 0x99, 0xd9, 0x5d, 0xbd, 0xf7, 0x57, 0x9c, 0xca, 0x97, 0xbd, 0xb3, 0xe9, 0xb5, 0x89, 0x31, 0x3f, 0xf6, 0x5c, 0x13, 0xb, 0xc3, 0x54, 0x93, 0x18, 0x40, 0x7, 0x82, 0xfe, 0x7e}} return a, nil } -var __1647956635_add_waku_messages_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x8d\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\xd0\xe0\xe5\x52\x50\x28\xce\x4c\x57\x70\xf2\xf1\x77\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\xd1\x01\x89\x96\x64\xe6\xa6\x16\x97\x24\xe6\x16\x28\x78\xfa\x85\xa0\x49\xe5\x17\x64\x26\x2b\x84\xb8\x46\xa0\x89\x17\x24\x56\xe6\xe4\x27\xa6\x60\x31\xac\x20\x31\x25\x25\x33\x0f\x9b\x35\x19\x89\xc5\x19\x10\xa3\x02\x82\x3c\x7d\x1d\x83\x22\x15\xbc\x5d\x23\xe1\x4a\x78\xb9\x34\xad\x79\xb9\x78\xb9\xa0\x5e\xf0\xf4\x73\x71\x8d\x40\xf5\x42\x3c\xdc\x9d\xf1\x10\x67\xf9\xfb\xa1\xfb\x11\xae\x42\x07\xe2\x72\x90\x91\x80\x00\x00\x00\xff\xff\x83\x51\xb4\x29\x14\x01\x00\x00") +var __1647956635_add_waku_messages_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\xc1\xca\x82\x50\x10\x05\xe0\xfd\x3c\xc5\x59\xfe\x82\x6f\xe0\x4a\xff\x66\x21\xdd\xae\x21\x37\xd0\x95\x0c\x29\x7a\x29\xf3\xc2\x18\xd1\xdb\xb7\x30\x04\xab\xed\xcc\xe1\xcc\x37\xff\x25\xa7\x8e\xe1\xd2\xcc\x30\x1e\x72\xb9\x37\x63\xa7\x2a\x7d\xa7\xf8\x23\x40\x7d\x8f\xcc\x14\x19\x6c\xe1\x60\x4f\xc6\xc4\x04\xcc\x7e\xec\x74\x96\x31\x20\xb7\x6e\xbb\x99\x82\x3f\xc3\x71\xb5\x1d\x07\x79\x5e\x27\x69\xbf\x9b\x82\xb4\xad\xbf\xfd\x38\x31\x88\x0e\x4b\xcf\xb1\xcc\x0f\x69\x59\x63\xcf\xf5\x9a\xa0\x28\x21\x7a\xcb\x73\xbb\xe3\x6a\x2b\x6f\x56\x60\xb3\x80\x0a\xfb\xf9\xda\x9a\x88\x17\x73\x94\xd0\x2b\x00\x00\xff\xff\xde\xa7\x3f\x4b\x0a\x01\x00\x00") func _1647956635_add_waku_messages_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -407,12 +408,12 @@ func _1647956635_add_waku_messages_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1647956635_add_waku_messages_table.up.sql", size: 276, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0x25, 0x6c, 0x4d, 0x3d, 0x8, 0xbb, 0xc2, 0xa9, 0x88, 0x75, 0xe6, 0x5a, 0xeb, 0xd2, 0x80, 0xc9, 0xe4, 0x12, 0x4e, 0xc6, 0xb6, 0xe5, 0x7b, 0xa, 0xc2, 0x1c, 0x10, 0x46, 0x53, 0xd6, 0x3d}} + info := bindataFileInfo{name: "1647956635_add_waku_messages_table.up.sql", size: 266, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0xe, 0xe1, 0xdc, 0xda, 0x2e, 0x89, 0x8d, 0xdc, 0x2a, 0x1c, 0x13, 0xa1, 0xfc, 0xfe, 0xf, 0xb2, 0xb9, 0x85, 0xc8, 0x45, 0xd6, 0xd1, 0x7, 0x5c, 0xa3, 0x8, 0x47, 0x44, 0x6d, 0x96, 0xe0}} return a, nil } -var __1648554928_network_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x31\x0a\xc2\x40\x10\x05\xd0\x5e\xf0\x0e\xff\x08\xf6\xc1\x62\xe2\x4e\xaa\xef\xae\x98\xd9\x3a\x28\x0e\x22\xca\x0a\xee\x80\xd7\xb7\xb5\xc9\x05\x9e\xd0\xf4\x0c\x93\x91\x8a\xee\x11\x8f\x76\xef\x90\x94\x70\x28\xac\xc7\x8c\xf0\x1e\x4b\xf3\xf8\xbe\x3f\xcf\xbe\x78\xbb\x5c\x5f\x7e\xc3\x58\x0a\x55\x32\x72\x31\xe4\x4a\x22\xe9\x24\x95\x86\x49\x38\xeb\xb0\xdd\xd4\x53\x12\xfb\x13\x67\xb5\x15\x6a\x8f\xdd\xf0\x0b\x00\x00\xff\xff\x82\x33\xf2\x52\x85\x00\x00\x00") +var __1648554928_network_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x31\x0a\x02\x31\x10\x05\xd0\xde\x53\xfc\x23\xd8\x2f\x16\xb3\x66\xb6\xfa\x26\xe2\x4e\xea\xa0\x38\x88\x28\x11\xcc\x80\xd7\xb7\xb5\xf1\x02\x4f\x68\x7a\x82\xc9\x4c\xc5\xf0\x88\x7b\xbf\x0d\x48\x4a\xd8\x17\xd6\x43\x46\xf8\x88\xd6\x3d\x3e\xaf\xf7\x63\x34\xef\xe7\xcb\xd3\xaf\x98\x4b\xa1\x4a\x46\x2e\x86\x5c\x49\x24\x5d\xa4\xd2\xb0\x08\x57\x9d\x36\xf5\x98\xc4\x7e\xc0\x55\xed\x8f\xb4\xc3\x76\xfa\x06\x00\x00\xff\xff\x36\x2f\x0a\x06\x84\x00\x00\x00") func _1648554928_network_testUpSqlBytes() ([]byte, error) { return bindataRead( @@ -427,12 +428,12 @@ func _1648554928_network_testUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1648554928_network_test.up.sql", size: 133, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x6b, 0x28, 0xd8, 0xb, 0x9d, 0xbe, 0x2c, 0x57, 0x9a, 0x16, 0xa4, 0x48, 0x7, 0x71, 0xe4, 0xde, 0xf0, 0xb4, 0xbd, 0x7, 0xd1, 0xc4, 0x30, 0xf, 0xf5, 0xe, 0xea, 0x4d, 0xe1, 0x9b, 0xba}} + info := bindataFileInfo{name: "1648554928_network_test.up.sql", size: 132, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0xc5, 0x7f, 0x87, 0xf3, 0x2c, 0xf7, 0xbb, 0xd3, 0x3a, 0x4e, 0x76, 0x88, 0xca, 0xaf, 0x73, 0xce, 0x8f, 0xa1, 0xf6, 0x3d, 0x4d, 0xed, 0x6f, 0x49, 0xf2, 0xfe, 0x56, 0x2a, 0x60, 0x68, 0xca}} return a, nil } -var __1649174829_add_visitble_tokenUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x28\xcb\x2c\xce\x4c\xca\x49\x8d\x2f\xc9\xcf\x4e\xcd\x2b\x56\xd0\xe0\xe5\x52\x50\x48\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\xf0\xf4\x0b\xd1\x01\xc9\x24\xa6\xa4\x14\xa5\x16\x17\x2b\x84\x39\x06\x39\x7b\x38\x06\x29\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\xf0\x72\x69\x5a\x03\x02\x00\x00\xff\xff\x31\xd5\x5c\xae\x57\x00\x00\x00") +var __1649174829_add_visitble_tokenUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x28\xcb\x2c\xce\x4c\xca\x49\x8d\x2f\xc9\xcf\x4e\xcd\x2b\x56\xd0\xe0\x52\x50\x48\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\xf0\xf4\x0b\xd1\xe1\x52\x50\x48\x4c\x49\x29\x4a\x2d\x2e\x56\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\xe1\xd2\xb4\x06\x04\x00\x00\xff\xff\xa0\x5f\x37\x13\x54\x00\x00\x00") func _1649174829_add_visitble_tokenUpSqlBytes() ([]byte, error) { return bindataRead( @@ -447,12 +448,12 @@ func _1649174829_add_visitble_tokenUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1649174829_add_visitble_token.up.sql", size: 87, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0x8f, 0x1c, 0x78, 0x2a, 0x9b, 0xca, 0xd4, 0x97, 0x82, 0xe5, 0x49, 0xa9, 0xa7, 0x3c, 0xb6, 0x4, 0xc, 0xed, 0x99, 0xd2, 0xf0, 0x25, 0x36, 0x92, 0x2e, 0x22, 0xf9, 0x6b, 0x7d, 0xba, 0x1d}} + info := bindataFileInfo{name: "1649174829_add_visitble_token.up.sql", size: 84, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x22, 0xc0, 0x2b, 0x3f, 0x4f, 0x3d, 0x5e, 0x4c, 0x68, 0x7c, 0xd0, 0x15, 0x36, 0x9f, 0xec, 0xa1, 0x2a, 0x7b, 0xb4, 0xe3, 0xc6, 0xc9, 0xb4, 0x81, 0x50, 0x4a, 0x11, 0x3b, 0x35, 0x7, 0xcf}} return a, nil } -var __1649882262_add_derived_from_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xca\x2c\x4b\x4d\x89\x4f\x2b\xca\xcf\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x22\xd8\x35\x04\x55\xaf\x2d\x44\x1d\x20\x00\x00\xff\xff\xeb\x5c\xfe\xaf\x70\x00\x00\x00") +var __1649882262_add_derived_from_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xca\x2c\x4b\x4d\x89\x4f\x2b\xca\xcf\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x55\xab\x2d\x58\x19\x20\x00\x00\xff\xff\x3e\x48\xa7\x03\x6e\x00\x00\x00") func _1649882262_add_derived_from_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -467,12 +468,12 @@ func _1649882262_add_derived_from_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1649882262_add_derived_from_accounts.up.sql", size: 112, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x8, 0x7f, 0x4e, 0xa3, 0x6c, 0xa9, 0x54, 0x75, 0xd7, 0x10, 0xfc, 0x66, 0x87, 0x7e, 0xb3, 0xa, 0x96, 0xbc, 0xc2, 0x48, 0x7e, 0x75, 0x7e, 0x1a, 0xa3, 0xca, 0x21, 0x96, 0x62, 0x8a, 0x40}} + info := bindataFileInfo{name: "1649882262_add_derived_from_accounts.up.sql", size: 110, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xb9, 0x44, 0x4d, 0x85, 0x8d, 0x7f, 0xb4, 0xae, 0x4f, 0x5c, 0x66, 0x64, 0xb6, 0xe2, 0xe, 0x3d, 0xad, 0x9d, 0x8, 0x4f, 0xab, 0x6e, 0xa8, 0x7d, 0x76, 0x3, 0xad, 0x96, 0x1, 0xee, 0x5c}} return a, nil } -var __1650612625_add_community_message_archive_hashes_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\x48\x2c\xce\x48\x2d\x56\xd0\xe0\xe5\x52\x40\x52\x95\x99\xa2\x10\xe2\x1a\x11\x02\x36\xc2\x2f\xd4\xc7\x47\x07\x24\x0d\x52\x0a\x11\x0e\x08\xf2\xf4\x75\x0c\x8a\x54\xf0\x76\x8d\x84\x2b\xe1\xe5\xd2\xb4\xe6\xe5\x02\x41\x40\x00\x00\x00\xff\xff\x54\x20\x63\xd9\x88\x00\x00\x00") +var __1650612625_add_community_message_archive_hashes_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\x48\x2c\xce\x48\x2d\x56\xd0\xe0\x52\x40\x52\x94\x99\xa2\x10\xe2\x1a\x11\x02\x36\xc1\x2f\xd4\xc7\x47\x87\x4b\x41\x01\xa4\x10\x22\x1a\x10\xe4\xe9\xeb\x18\x14\xa9\xe0\xed\x1a\x09\x57\xc1\xa5\x69\xcd\xc5\xc5\x05\x08\x00\x00\xff\xff\xc1\xb0\x9f\xaa\x82\x00\x00\x00") func _1650612625_add_community_message_archive_hashes_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -487,12 +488,12 @@ func _1650612625_add_community_message_archive_hashes_tableUpSql() (*asset, erro return nil, err } - info := bindataFileInfo{name: "1650612625_add_community_message_archive_hashes_table.up.sql", size: 136, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0xc1, 0x54, 0xcb, 0xda, 0x50, 0x10, 0x11, 0x43, 0xb7, 0xbf, 0x61, 0x37, 0x58, 0x71, 0x81, 0x86, 0xe6, 0x6a, 0x33, 0x24, 0xbd, 0x8, 0x64, 0xd, 0x45, 0x44, 0x61, 0x4c, 0x5d, 0xec, 0xb6}} + info := bindataFileInfo{name: "1650612625_add_community_message_archive_hashes_table.up.sql", size: 130, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0x31, 0xb3, 0x75, 0x23, 0xe2, 0x45, 0xe, 0x47, 0x1b, 0x35, 0xa5, 0x6e, 0x83, 0x4e, 0x64, 0x7d, 0xd7, 0xa2, 0xda, 0xe9, 0x53, 0xf1, 0x16, 0x86, 0x2c, 0x57, 0xad, 0xfa, 0xca, 0x39, 0xde}} return a, nil } -var __1650616788_add_communities_archives_info_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xce\xc1\x6a\x03\x21\x18\x04\xe0\xbb\xe0\x3b\xcc\xb1\x85\x1e\xfa\x0a\xd6\xfe\x0b\x52\xeb\x06\xf3\x07\x92\x93\x88\x6b\x53\xc9\xea\x42\xb5\x85\xbe\x7d\x69\x0e\xb9\xe5\x3c\xf3\x31\xa3\x3d\x29\x26\xb0\x7a\xb1\x04\x33\xc1\xcd\x0c\x3a\x9a\x3d\xef\x91\xb6\x5a\xbf\x5b\x19\x25\xf7\x10\xbf\xd2\x67\xf9\xc9\xa1\xb4\x8f\x0d\x0f\x52\xe0\x96\xfe\x86\xb2\x80\xe9\xc8\xd8\x79\xf3\xae\xfc\x09\x6f\x74\xc2\xec\xa0\x67\x37\x59\xa3\x19\x9e\x76\x56\x69\x7a\xfa\x57\x35\x9e\x5b\x1e\x6b\x69\x97\x90\xd6\x2d\x5d\x60\x1c\x5f\x37\xdd\xc1\x5a\xbc\xd2\xa4\x0e\x96\xf1\x7c\xed\xae\xb1\x8f\x50\x73\xef\xf1\x9c\x6f\x07\x72\x5b\xc2\x12\x47\xbe\x03\xa5\x78\x94\x42\x8a\xbf\x00\x00\x00\xff\xff\xef\x7c\xc8\x6c\xd6\x00\x00\x00") +var __1650616788_add_communities_archives_info_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcd\xb1\x4a\xc5\x30\x18\xc5\xf1\x3d\x4f\x71\x46\x05\x07\x5f\x21\xc6\xaf\x10\x8c\xe9\x25\xf7\xbb\xd0\x4e\x21\xa4\xb1\x86\x36\x29\x98\x28\xf8\xf6\xa2\x43\x37\xe7\x73\xfe\xfc\x94\x23\xc9\x04\x96\x4f\x86\xa0\x07\xd8\x91\x41\x93\xbe\xf2\x15\xf1\x28\xe5\xb3\xe6\x9e\x53\xf3\xe1\x23\xbe\xe7\xaf\xe4\x73\x7d\x3b\x70\x27\x70\x8e\xdf\x3e\x2f\x60\x9a\x18\x17\xa7\x5f\xa5\x9b\xf1\x42\x33\x46\x0b\x35\xda\xc1\x68\xc5\x70\x74\x31\x52\xd1\x83\x00\x4a\x58\x6b\xea\x7b\xae\x9b\x8f\xfb\x11\x37\x68\xcb\x7f\xa2\xbd\x19\x83\x67\x1a\xe4\xcd\x30\x1e\x7f\xaf\x7b\x68\xdd\x97\xd4\x5a\x58\xd3\xa9\xa7\xba\xf8\x25\xf4\xf4\x4f\x27\xee\x85\xf8\x09\x00\x00\xff\xff\x74\x80\x98\x81\xd0\x00\x00\x00") func _1650616788_add_communities_archives_info_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -507,12 +508,12 @@ func _1650616788_add_communities_archives_info_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1650616788_add_communities_archives_info_table.up.sql", size: 214, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0xb4, 0x4b, 0x16, 0x20, 0x90, 0x8a, 0x50, 0x2a, 0x57, 0x9c, 0x7f, 0xff, 0xdf, 0x50, 0x89, 0x34, 0xe9, 0x7, 0xe0, 0x1d, 0x2d, 0x1f, 0x33, 0xfe, 0xef, 0x91, 0x89, 0x3d, 0x61, 0x28, 0x5c}} + info := bindataFileInfo{name: "1650616788_add_communities_archives_info_table.up.sql", size: 208, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x4f, 0x80, 0x45, 0xb9, 0xd9, 0x15, 0xe2, 0x78, 0xd0, 0xcb, 0x71, 0xc1, 0x1b, 0xb7, 0x1b, 0x1b, 0x97, 0xfe, 0x47, 0x53, 0x3c, 0x62, 0xbc, 0xdd, 0x3a, 0x94, 0x1a, 0xc, 0x48, 0x76, 0xe}} return a, nil } -var __1652715604_add_clock_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe5\x02\x04\x00\x00\xff\xff\x30\x6b\xcd\xc2\x3f\x00\x00\x00") +var __1652715604_add_clock_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\x33\x72\x9a\x8b\x3e\x00\x00\x00") func _1652715604_add_clock_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -527,12 +528,12 @@ func _1652715604_add_clock_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1652715604_add_clock_accounts.up.sql", size: 63, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x23, 0x10, 0x69, 0x71, 0xa6, 0xe2, 0x78, 0xf0, 0x7d, 0xdc, 0x28, 0x5e, 0x3e, 0xe6, 0xa4, 0x66, 0x30, 0x3c, 0x98, 0xfa, 0xc9, 0x6, 0xb0, 0x32, 0x9f, 0x20, 0xfc, 0x2d, 0x91, 0xbf, 0x14}} + info := bindataFileInfo{name: "1652715604_add_clock_accounts.up.sql", size: 62, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xd9, 0x8d, 0x73, 0xc9, 0xef, 0xfa, 0xb1, 0x4b, 0xa5, 0xf3, 0x5, 0x19, 0x26, 0x46, 0xf8, 0x47, 0x93, 0xdb, 0xac, 0x2, 0xef, 0xf9, 0x71, 0x56, 0x83, 0xe6, 0x2d, 0xb0, 0xd7, 0x83, 0x5c}} return a, nil } -var __1653037334_add_notifications_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x4f\x6f\xa3\x30\x10\xc5\xef\x48\x7c\x87\x51\x4e\x8d\xc4\xa1\xbb\xd2\x9e\x7a\x72\x91\xbb\x42\x4b\x6c\x04\x6e\xd4\x9e\x90\x53\x26\x29\x92\xb1\xb3\xd8\xb4\xec\xb7\x5f\xf1\x27\x81\x6e\x53\x75\x77\x93\x0b\xd2\xbc\x99\xf9\xd9\xef\xe1\x30\xa5\x44\x50\x10\xe4\x36\xa6\x10\xdd\x01\xe3\x02\xe8\x43\x94\x89\x0c\xb4\x71\xe5\xb6\x7c\x92\xae\x34\xda\xe6\x16\x9d\x2b\xf5\xce\xc2\x95\xef\x01\x94\x05\x08\xfa\x20\x20\x49\xa3\x15\x49\x1f\xe1\x07\x7d\x04\xce\x20\xe4\xec\x2e\x8e\x42\x01\x29\x4d\x62\x12\xd2\xa0\x9b\xc5\x16\xab\x7d\x07\x81\x5b\xce\x63\x4a\x58\xaf\x3a\x6c\x5d\xfe\x22\x55\x83\x3d\xa9\xd7\x4a\x7d\x90\x22\x36\x28\x1b\x63\xd4\x28\xcd\x97\xb1\xcd\xab\xc6\x61\x2e\x95\xca\x2b\xb4\x56\xee\xd0\xfe\x39\xb0\xc7\xda\x1a\x2d\xbb\x01\xdd\x5b\x98\xce\xc1\x36\xdf\x29\xb3\xf9\xa8\x67\xdc\x33\xd6\x13\xb7\x6b\xf9\xde\xf2\xc6\xf7\x7c\x2f\x62\x19\x4d\x45\x77\x3d\xfe\x49\x3e\x01\xbc\xf1\x3e\x94\x93\xe9\xa1\x3e\x1a\x1e\xca\xc9\xed\x61\xfb\xbd\xcd\x63\xe7\x9d\xbf\x0f\xac\x9d\x76\xe5\x7b\x4b\xf0\xbd\x35\x89\xef\x69\xd6\x13\xaf\x16\x44\x29\xf3\xca\xe6\xa6\x16\x01\x5c\x07\xc0\xee\xe3\xf8\xf0\xfd\xf2\xb6\x9c\xbe\xcb\x60\x80\x70\x8d\xc2\x70\x8d\xe1\xb3\x74\xe3\xfe\x22\x43\x5d\x10\x85\x75\x2f\x9c\x5e\x3f\x85\xfa\x5e\x9b\x66\x7f\x01\x4e\x32\x06\xb5\x1a\x03\x39\xf3\x56\x7d\xba\x97\x61\x11\xa5\x56\xe3\xff\x18\x41\xa2\xa9\x35\xdf\x6e\xff\x89\x12\x1a\xed\xe4\x93\x4b\xf1\x67\x83\xf6\xdc\xb0\xa2\xa2\x73\xe6\x7e\xad\xb1\x3e\xbe\x83\xcb\x90\x33\xd3\xe8\x82\x6a\xb9\x51\x58\xfc\xc7\xc3\x5a\x1b\xd5\x54\x38\x5f\xfc\x76\xfd\x77\x07\x8f\x11\x27\x35\xbe\x94\xf8\x3a\x27\x7c\xfd\x04\x70\xf3\x3b\x00\x00\xff\xff\x36\xec\x3f\x8a\x1e\x05\x00\x00") +var __1653037334_add_notifications_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x5f\x6b\xdb\x30\x14\xc5\xdf\xfd\x29\x2e\x79\x6a\xc0\x0f\xdd\x60\x4f\x7d\x52\x8d\x3a\xcc\x1c\x29\xd8\x6a\x68\x9f\x8c\x52\xdf\xa4\x06\x45\xca\x2c\xb9\xf5\xbe\xfd\x90\x50\x62\x6f\xf5\xfe\x94\xf4\xc5\x70\xcf\xe5\xfc\xa4\x73\xac\xac\xa4\x44\x50\x10\xe4\xb6\xa0\x90\xdf\x01\xe3\x02\xe8\x43\x5e\x89\x0a\xb4\x71\xed\xae\x7d\x92\xae\x35\xda\xd6\x16\x9d\x6b\xf5\xde\xc2\x55\x02\xd0\x36\x20\xe8\x83\x80\x75\x99\xaf\x48\xf9\x08\xdf\xe8\x23\x70\x06\x19\x67\x77\x45\x9e\x09\x28\xe9\xba\x20\x19\x4d\x13\x00\x1c\xf0\x70\xf4\x08\xb8\xe5\xbc\xa0\x84\x79\xd1\xe1\xe0\xea\x17\xa9\x7a\x0c\x1c\x2f\xb5\xfa\xa4\xe4\x2c\x08\x5b\x63\x54\x54\x26\x4e\x1c\xea\x43\xef\xb0\x96\x4a\xd5\x07\xb4\x56\xee\xd1\xfe\xb6\x3f\x62\x67\x8d\x96\x7e\xaf\xc3\xdd\xcf\x67\xe0\x50\xef\x95\xd9\xfe\x61\x65\xdc\x33\x76\x23\xd4\x6f\x92\xe5\x4d\x92\xe4\xac\xa2\xa5\xf0\xd7\xe2\x7f\xef\x24\x85\x69\xde\x30\x8d\x41\xc3\x78\x0e\x19\xa6\x31\x61\x74\xbe\x8d\x76\x5a\xbc\xc9\x34\x1f\x67\x36\x49\xb2\x84\x64\x43\x8a\x7b\x5a\x79\xd8\xd5\x82\x28\x65\x5e\xd9\x34\xc8\x22\x85\xeb\x14\xd8\x7d\x51\x9c\xbe\x9f\x7e\x1d\xc7\xef\x32\x0d\x0c\xae\x51\x18\xae\x31\x7b\x96\x2e\xda\x17\x15\xea\x86\x28\xec\x82\x30\xef\x9e\x21\x7d\xed\x4c\x7f\xbc\x1c\xb3\x8e\x05\xad\x62\x13\x97\xdd\x29\xb4\xfa\x21\x28\xa2\xd4\x2a\xfe\x87\xc8\x11\x7d\xa7\xf9\x6e\xf7\x1e\x48\x66\xb4\x93\x4f\xae\xc4\xef\x3d\xda\x0b\x8b\xca\x1b\x1f\xcb\xfd\xd8\x60\x77\x7e\x00\x1f\x02\xae\x4c\xaf\x1b\xaa\xe5\x56\x61\xf3\xfe\x07\xb5\x31\xaa\x3f\xe0\xd4\xf7\xe5\xfa\xbf\x8e\x8d\xed\xae\x3b\x7c\x69\xf1\x75\x0a\xf8\xfc\x0f\xff\xcd\xcf\x00\x00\x00\xff\xff\x0f\xea\x2f\x15\xfc\x04\x00\x00") func _1653037334_add_notifications_settings_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -547,12 +548,12 @@ func _1653037334_add_notifications_settings_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1653037334_add_notifications_settings_table.up.sql", size: 1310, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xe7, 0xc6, 0xc4, 0xf4, 0xbb, 0xb0, 0x7b, 0xe3, 0x74, 0x98, 0xf, 0x70, 0x77, 0xd, 0x5e, 0x70, 0x9d, 0xeb, 0x98, 0xf5, 0x1b, 0x27, 0xdb, 0x43, 0x3, 0x33, 0x12, 0x68, 0x75, 0x10, 0xe3}} + info := bindataFileInfo{name: "1653037334_add_notifications_settings_table.up.sql", size: 1276, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0xc4, 0x65, 0xac, 0xa, 0xf2, 0xef, 0xb6, 0x39, 0x3c, 0xc5, 0xb1, 0xb2, 0x9c, 0x86, 0x58, 0xe0, 0x38, 0xcb, 0x57, 0x3c, 0x76, 0x73, 0x87, 0x79, 0x4e, 0xf6, 0xed, 0xb0, 0x8e, 0x9e, 0xa}} return a, nil } -var __1654702119_add_mutual_contact_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x0a\xc3\x20\x10\x06\xe0\xbd\xd0\x77\xf8\xdf\xa3\xd3\x59\xcf\xe9\xaa\xd0\xea\x2c\xd6\x48\x08\x18\x33\x78\xbe\x7f\x3e\x92\xc8\x5f\x44\x32\xc2\x98\x4d\xf5\x18\xfb\x04\x59\x8b\x77\x90\xf4\xf1\x38\x97\xae\xd2\x73\xbd\x86\x96\xaa\xb9\x8d\xf2\xef\x6d\x83\x09\x41\x98\x3c\x2c\x3b\x4a\x12\xe1\x48\x7e\xfc\x7a\x3e\xee\x00\x00\x00\xff\xff\x4c\xfe\x58\xb6\x4f\x00\x00\x00") +var __1654702119_add_mutual_contact_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc3\x20\x0c\x05\xd0\xbd\xa7\xf8\xf7\xe8\x64\x8a\x99\x5c\x90\x5a\x98\x11\x21\x28\x8a\x44\xc8\x80\xb9\x7f\x1e\x49\xe4\x1f\x22\x19\x61\xcc\xa6\x7a\x8e\x63\x82\xac\xc5\x27\x48\xfa\x7a\x5c\x4b\x57\xe9\xb9\xde\x43\x4b\xd5\xdc\x46\xd9\x7a\xdb\x61\x42\x10\x26\x0f\xcb\x8e\x92\x44\x38\x92\x3f\xbf\x5f\x4f\x00\x00\x00\xff\xff\xb0\x94\xdd\xaf\x4e\x00\x00\x00") func _1654702119_add_mutual_contact_settingsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -567,12 +568,12 @@ func _1654702119_add_mutual_contact_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1654702119_add_mutual_contact_settings.up.sql", size: 79, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x62, 0xc5, 0xfa, 0x4f, 0xf4, 0xd8, 0x9a, 0xcc, 0x9f, 0x4d, 0xfd, 0xd3, 0xa4, 0x9c, 0x0, 0x21, 0xb0, 0x1f, 0xf6, 0x1d, 0x27, 0xf3, 0xca, 0x3f, 0xd9, 0x1a, 0x5, 0x97, 0xe, 0x52, 0x16}} + info := bindataFileInfo{name: "1654702119_add_mutual_contact_settings.up.sql", size: 78, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x26, 0x66, 0x67, 0x50, 0xfe, 0xd7, 0xe3, 0x29, 0x8b, 0xff, 0x9d, 0x5a, 0x87, 0xa7, 0x99, 0x6e, 0xd6, 0xcd, 0x2e, 0xbb, 0x17, 0xdf, 0x7f, 0xf7, 0xa3, 0xfa, 0x32, 0x7c, 0x2d, 0x92, 0xc8, 0x74}} return a, nil } -var __1655375270_add_clock_field_to_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x0a\x80\x20\x10\x06\xe0\x3d\xe8\x1d\xfe\x47\x68\x6f\xba\xd2\x20\xb8\x4e\x88\x73\x6e\x10\x09\x29\x75\xd0\xde\xbf\x8f\x58\xed\x09\xa5\x85\x2d\x42\xcd\xf9\x2b\xa9\xa7\xd8\xae\x16\x7b\x4f\xe5\x6e\x20\x63\xb0\x3a\xf6\x87\x20\xbc\x35\x3c\xd8\x45\x21\x4e\x21\x9e\x19\xc6\x6e\xe4\x59\x31\xcd\xe3\xf0\x07\x00\x00\xff\xff\x18\xf9\x25\x4d\x4b\x00\x00\x00") +var __1655375270_add_clock_field_to_communities_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x2f\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\xc9\x4f\xce\x56\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\xef\xa5\x96\x06\x4a\x00\x00\x00") func _1655375270_add_clock_field_to_communities_settings_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -587,12 +588,12 @@ func _1655375270_add_clock_field_to_communities_settings_tableUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1655375270_add_clock_field_to_communities_settings_table.up.sql", size: 75, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x43, 0x0, 0x7a, 0x97, 0x5b, 0xf, 0x6d, 0x33, 0xd6, 0xb8, 0xfc, 0x81, 0xca, 0xc1, 0xda, 0xc5, 0x60, 0x74, 0x73, 0x1c, 0x75, 0xdc, 0xfe, 0x1f, 0xc5, 0xca, 0xbd, 0xf1, 0xc9, 0x58, 0x80, 0x73}} + info := bindataFileInfo{name: "1655375270_add_clock_field_to_communities_settings_table.up.sql", size: 74, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x19, 0xc5, 0xc0, 0xf9, 0x84, 0x53, 0xdf, 0x83, 0xcf, 0xb6, 0x40, 0x6d, 0xf5, 0xdc, 0x77, 0x37, 0xb7, 0xe3, 0xa, 0x75, 0xe7, 0x6, 0x11, 0xca, 0x2b, 0x51, 0x92, 0xdd, 0x7d, 0xdb, 0xc3, 0xf5}} return a, nil } -var __1655385721_drop_networks_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x8e\x4f\xce\xcf\x4b\xcb\x4c\xb7\xe6\xe5\x02\x04\x00\x00\xff\xff\xa7\xe6\xb2\x11\x1c\x00\x00\x00") +var __1655385721_drop_networks_configUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x09\xf2\x0f\x50\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x8e\x4f\xce\xcf\x4b\xcb\x4c\xb7\xe6\x02\x04\x00\x00\xff\xff\x54\x1e\xe3\x22\x1b\x00\x00\x00") func _1655385721_drop_networks_configUpSqlBytes() ([]byte, error) { return bindataRead( @@ -607,12 +608,12 @@ func _1655385721_drop_networks_configUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1655385721_drop_networks_config.up.sql", size: 28, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0xf2, 0x96, 0x31, 0x62, 0x6c, 0xb5, 0x94, 0xac, 0x32, 0x82, 0xea, 0x4e, 0x6d, 0x4f, 0xa8, 0x8, 0x36, 0x17, 0x58, 0x74, 0xf, 0x77, 0xf3, 0x6f, 0xf2, 0xc8, 0x64, 0xec, 0xa2, 0xe8, 0xbc}} + info := bindataFileInfo{name: "1655385721_drop_networks_config.up.sql", size: 27, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfc, 0xa7, 0x20, 0xbb, 0x67, 0x21, 0xe, 0xc6, 0xc8, 0x21, 0x74, 0xe0, 0xce, 0xc8, 0xe2, 0x2, 0xb4, 0xea, 0xf0, 0xe5, 0xc4, 0x4d, 0xdd, 0xd4, 0x52, 0x31, 0xa9, 0x3d, 0xcd, 0xd8, 0x9b, 0xab}} return a, nil } -var __1655385724_networks_chaincolor_shortnameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\x48\xcc\xcc\x8b\x4f\xce\xcf\xc9\x2f\x52\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x24\xd8\x35\x04\x45\xb7\x2d\x44\x19\x21\x0b\x8b\x33\xf2\x8b\x4a\xe2\xf3\x12\x73\x53\xc9\xb0\x0f\x49\x33\xd4\x3a\x40\x00\x00\x00\xff\xff\x2e\xa8\xdc\xdf\xe0\x00\x00\x00") +var __1655385724_networks_chaincolor_shortnameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xce\x48\xcc\xcc\x8b\x4f\xce\xcf\xc9\x2f\x52\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x23\xd8\x35\x04\x45\xb3\x2d\x58\x15\x21\xeb\x8a\x33\xf2\x8b\x4a\xe2\xf3\x12\x73\x53\x49\xb7\x0d\x49\x2f\xc4\x32\x40\x00\x00\x00\xff\xff\xc0\x40\xb8\xeb\xdc\x00\x00\x00") func _1655385724_networks_chaincolor_shortnameUpSqlBytes() ([]byte, error) { return bindataRead( @@ -627,12 +628,12 @@ func _1655385724_networks_chaincolor_shortnameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1655385724_networks_chainColor_shortName.up.sql", size: 224, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0x62, 0x7, 0x7e, 0x1f, 0x25, 0xb1, 0x64, 0xb8, 0x7b, 0xcd, 0xf7, 0x8d, 0xa1, 0x45, 0x28, 0x7a, 0xf, 0x40, 0xf2, 0x0, 0xa7, 0x65, 0x2c, 0x8c, 0xbe, 0x7c, 0xba, 0x14, 0x52, 0x30, 0xb}} + info := bindataFileInfo{name: "1655385724_networks_chainColor_shortName.up.sql", size: 220, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0xe7, 0x84, 0xbb, 0x5f, 0xd2, 0x2c, 0x42, 0x88, 0x62, 0x52, 0xb6, 0x58, 0x31, 0xac, 0xc, 0x96, 0x2b, 0x1b, 0xe5, 0x4e, 0x9a, 0x3a, 0xf6, 0xf6, 0xfc, 0xa9, 0x1a, 0x35, 0x62, 0x28, 0x88}} return a, nil } -var __1655456688_add_deleted_at_field_to_bookmarks_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x51\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe5\xe2\xe5\x02\x04\x00\x00\xff\xff\x17\x20\xee\xf9\x47\x00\x00\x00") +var __1655456688_add_deleted_at_field_to_bookmarks_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x51\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe2\x02\x04\x00\x00\xff\xff\xd1\x47\x6f\xbd\x45\x00\x00\x00") func _1655456688_add_deleted_at_field_to_bookmarks_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -647,12 +648,12 @@ func _1655456688_add_deleted_at_field_to_bookmarks_tableUpSql() (*asset, error) return nil, err } - info := bindataFileInfo{name: "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql", size: 71, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0x0, 0xbc, 0x87, 0xeb, 0xd6, 0xcc, 0xe1, 0xc6, 0xf6, 0x2c, 0xe, 0x35, 0x39, 0x5a, 0xd6, 0x2b, 0xb1, 0xa3, 0x4, 0x75, 0xf, 0xbf, 0x4d, 0xa8, 0xe3, 0x3, 0x5c, 0xb8, 0xa7, 0xe6, 0xf6}} + info := bindataFileInfo{name: "1655456688_add_deleted_at_field_to_bookmarks_table.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe7, 0x9a, 0xbd, 0x9a, 0xc9, 0xf, 0xdf, 0x90, 0x0, 0x5d, 0xea, 0x6e, 0x7d, 0x51, 0x95, 0xcd, 0x90, 0xd3, 0x1a, 0x36, 0x6c, 0xf4, 0xbd, 0xa7, 0x6b, 0xbf, 0xe5, 0xdb, 0xa3, 0x88, 0xe3, 0x50}} return a, nil } -var __1655462032_create_bookmarks_deleted_at_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x89\x4f\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\xf0\xf7\x53\x40\x70\x34\x10\x4a\x34\x15\xc2\x3d\x5c\x83\x5c\x51\x84\xac\x79\xb9\x78\xb9\x00\x01\x00\x00\xff\xff\xd2\xfa\xa9\xb2\x53\x00\x00\x00") +var __1655462032_create_bookmarks_deleted_at_indexUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\xf0\xf4\x73\x71\x8d\x50\x48\x49\xcd\x49\x2d\x49\x4d\x89\x4f\x2c\x89\x4f\xca\xcf\xcf\xce\x4d\x2c\xca\x2e\x56\xf0\xf7\x53\x40\x70\x34\x10\x4a\x34\x15\xc2\x3d\x5c\x83\x5c\x51\x84\xac\xb9\xb8\x00\x01\x00\x00\xff\xff\xb9\x08\x04\xda\x51\x00\x00\x00") func _1655462032_create_bookmarks_deleted_at_indexUpSqlBytes() ([]byte, error) { return bindataRead( @@ -667,12 +668,12 @@ func _1655462032_create_bookmarks_deleted_at_indexUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1655462032_create_bookmarks_deleted_at_index.up.sql", size: 83, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x51, 0x5b, 0x9a, 0xdf, 0xd4, 0xf8, 0x9b, 0x85, 0x24, 0x23, 0x89, 0x63, 0x49, 0xf8, 0xd4, 0x64, 0x38, 0x5, 0x9f, 0xfb, 0x74, 0xe3, 0x1f, 0x4f, 0x2d, 0xa5, 0xe5, 0x79, 0xb9, 0xf0, 0xee, 0x5e}} + info := bindataFileInfo{name: "1655462032_create_bookmarks_deleted_at_index.up.sql", size: 81, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x8e, 0x20, 0x6b, 0x14, 0x9e, 0xcd, 0x97, 0xd3, 0xfe, 0x62, 0x3, 0x26, 0x59, 0x1, 0x6c, 0x99, 0xef, 0x6d, 0x21, 0xd4, 0xb5, 0xa3, 0xf4, 0x39, 0x40, 0x54, 0x6, 0xd, 0x60, 0x13, 0x38}} return a, nil } -var __1657617291_add_multi_transactions_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xd0\xc1\x6a\xc4\x20\x14\x05\xd0\xbd\xe0\x3f\xbc\x65\x0b\xfd\x83\xac\x4c\x62\x53\xc1\x1a\x30\xa6\x74\x17\xa4\x9a\x22\x54\x0d\x6a\x16\xfd\xfb\xd2\x50\xca\x84\x21\x99\x59\xbf\x73\xdf\x85\xdb\x48\x4a\x14\x05\x45\x6a\x4e\x81\x3d\x83\xe8\x15\xd0\x77\x36\xa8\x01\xfc\xfa\x55\xdc\x54\x92\x0e\x59\x7f\x14\x17\x43\x86\x07\x8c\x00\x00\xe6\x14\xfd\xa4\x8d\x49\x36\x67\x78\x23\xb2\x79\x21\x72\x4b\x8a\x91\xf3\xa7\x4b\x93\xb3\x2d\xe7\xc2\xc7\x35\x1c\x92\x12\x6f\xd5\xfc\x8a\xb3\x92\xf2\xbd\xd8\xc3\x9b\xf3\x36\x17\xed\x17\x18\xc5\xc0\x3a\x41\x5b\xa8\x59\xc7\x84\xfa\x87\x18\x3d\x56\x18\x61\x44\xb8\xa2\xf2\x6f\xa4\xc5\x06\xe3\xc2\xe7\x7e\x18\xd2\xb6\xd0\xf4\x7c\x7c\x15\xd7\xb3\x4d\xce\x00\x13\xaa\xda\xbf\xd9\xc0\x6c\xd3\x7d\xd9\x9f\x00\x00\x00\xff\xff\x2a\xdf\xb2\xe0\xa7\x01\x00\x00") +var __1657617291_add_multi_transactions_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x8a\xc3\x20\x18\x84\xef\x3e\xc5\x7f\xdc\x85\x7d\x83\x9c\x4c\xe2\x66\x05\xd7\x80\x31\xcb\xde\x82\x54\x53\x84\xaa\x41\xcd\xa1\x6f\x5f\x1a\x4a\x69\x28\x49\x7b\x9e\x6f\x66\xe0\xab\x04\xc1\x92\x80\xc4\x25\x23\x40\xbf\x81\xb7\x12\xc8\x3f\xed\x64\x07\x6e\x3e\x65\x3b\xe4\xa8\x7c\x52\x87\x6c\x83\x4f\xf0\x81\x00\x00\xc6\x18\xdc\xa0\xb4\x8e\x26\x25\xf8\xc3\xa2\xfa\xc1\x62\x29\xf2\x9e\xb1\xaf\x07\x24\x25\x93\x77\x01\x17\x66\xbf\x45\xe4\xf0\xe2\xe3\x0a\xec\x3c\xe4\xf3\x64\xb6\x22\xeb\x4c\xca\xca\x4d\xd0\xf3\x8e\x36\x9c\xd4\x50\xd2\x86\x72\x79\xe7\xd0\x67\x81\x10\x66\x92\x88\x9b\x9a\xc9\x78\x6d\xfd\x71\xad\x03\xd7\x35\x54\x2d\xeb\x7f\xf9\xb3\xac\xc1\x6a\xa0\x5c\x16\xab\x95\x25\x1f\x4d\x7c\xaf\x7a\x09\x00\x00\xff\xff\x77\x37\x07\x31\x9c\x01\x00\x00") func _1657617291_add_multi_transactions_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -687,12 +688,12 @@ func _1657617291_add_multi_transactions_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1657617291_add_multi_transactions_table.up.sql", size: 423, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x33, 0x11, 0x69, 0x83, 0xff, 0x43, 0xb4, 0xfd, 0x9e, 0x25, 0xd3, 0x48, 0x69, 0x81, 0x71, 0x59, 0x97, 0xc5, 0x6e, 0x8f, 0xd2, 0xf8, 0xb0, 0x78, 0xcc, 0x6e, 0x46, 0x22, 0x91, 0xe2, 0x7}} + info := bindataFileInfo{name: "1657617291_add_multi_transactions_table.up.sql", size: 412, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x86, 0xb0, 0x4e, 0x8c, 0x4, 0x82, 0xb4, 0x43, 0xaa, 0xd0, 0x16, 0xdd, 0xcb, 0x88, 0x81, 0xac, 0x4, 0x34, 0x1a, 0x8f, 0x2e, 0xc5, 0x69, 0xb, 0xf0, 0x17, 0xf7, 0xe3, 0x9, 0xe, 0x54, 0xe0}} return a, nil } -var __1660134042_add_social_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\x41\x6a\xc3\x30\x10\x05\xd0\xbd\x40\x77\x18\xb2\x8a\xc1\x37\xc8\x4a\x35\x13\x10\x55\xe5\x20\x4f\x4a\xb2\x12\x4e\x22\x5c\x51\xd5\x2e\xd2\x98\xb6\xb7\x2f\x29\xb8\x50\xbc\xe9\xf6\xfd\xf9\xf3\x1b\x87\x8a\x10\x48\x3d\x18\x04\xbd\x07\xdb\x12\xe0\x49\x77\xd4\x41\x99\xae\xb1\x4f\x3e\xc5\xf1\xb5\xf8\x12\x98\xe3\x38\x14\xd8\x4a\x01\x70\x37\xcf\xe1\x93\x81\xf0\x44\x70\x70\xfa\x49\xb9\x33\x3c\xe2\x19\x5a\x0b\x4d\x6b\xf7\x46\x37\x04\x0e\x0f\x46\x35\x58\xff\x56\xe6\x9c\x7e\x1a\x52\x54\x3b\x29\xa4\xd0\xb6\x43\x47\xa0\x2d\xb5\xff\x9a\xfb\xf3\x49\x8a\x4a\x8a\x67\x65\x8e\xd8\xdd\x79\xbb\xf1\x9e\x3f\x22\x73\xc8\x9b\x1a\xec\xd1\x98\xaa\x5e\xfc\x3d\xe4\x32\x8d\x7d\xf2\x25\x72\x58\xa5\x43\xe4\x97\xf9\xb2\xe2\xaf\x69\xe6\xf9\xb2\x3e\xbf\xc5\x72\x9d\xf2\x6d\xe5\x1c\x52\x18\x72\xff\xb6\x04\x3b\x29\xbe\x03\x00\x00\xff\xff\x47\xd4\x46\x98\x5e\x01\x00\x00") +var __1660134042_add_social_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\xc1\x4a\xc4\x30\x10\xc6\xf1\x7b\x9e\xe2\x63\x4f\x5b\xe8\x1b\xec\x29\x96\x59\x08\xc6\x74\x49\xb3\xb2\x7b\x0a\xdd\xdd\x50\x83\xb1\x95\x64\x8a\xfa\xf6\xa2\x58\x90\x7a\xf1\xfa\x9b\xf9\xcf\x34\x96\xa4\x23\x38\x79\xa7\x09\x6a\x0f\xd3\x3a\xd0\x49\x75\xae\x43\x99\xae\xb1\x4f\x3e\xc5\xf1\xb9\xf8\x12\x98\xe3\x38\x14\x6c\x05\xf0\x45\x9e\xc3\x3b\xc3\xd1\xc9\xe1\x60\xd5\x83\xb4\x67\xdc\xd3\x19\xad\x41\xd3\x9a\xbd\x56\x8d\x83\xa5\x83\x96\x0d\xd5\x4b\x31\xe7\xf4\x1d\x88\x6a\x27\x84\x32\x1d\x59\x07\x65\x5c\xfb\x9f\x4f\xbf\x8f\x88\x4a\x3c\x4a\x7d\xa4\x4e\x00\xdb\x8d\xf7\xfc\x16\x99\x43\xde\xd4\x30\x47\xad\xab\xfa\x87\x5f\x43\x2e\xd3\xd8\x27\x5f\x22\x87\xf5\x70\x88\xfc\x34\x5f\xd6\xfa\x31\xcd\x3c\x5f\xfe\x2c\xdf\x62\xb9\x4e\xf9\xb6\x66\x0e\x29\x0c\xb9\x7f\x59\x7c\x27\x3e\x03\x00\x00\xff\xff\x49\x31\x89\xf6\x4e\x01\x00\x00") func _1660134042_add_social_links_settings_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -707,12 +708,12 @@ func _1660134042_add_social_links_settings_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660134042_add_social_links_settings_table.up.sql", size: 350, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x2b, 0x1f, 0xf8, 0x70, 0x68, 0x28, 0x69, 0x70, 0x7, 0x55, 0xb1, 0x40, 0xbe, 0x74, 0x7b, 0xe6, 0xa1, 0x50, 0xf8, 0x43, 0xa4, 0xa3, 0x2c, 0xb4, 0x3f, 0x80, 0xed, 0x7d, 0x4c, 0x70, 0x42}} + info := bindataFileInfo{name: "1660134042_add_social_links_settings_table.up.sql", size: 334, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x73, 0xb6, 0xe7, 0x3f, 0xaa, 0x39, 0x9a, 0x56, 0x56, 0x31, 0xf1, 0x8e, 0x26, 0x23, 0x1, 0xe4, 0xfa, 0x98, 0xfe, 0x78, 0x87, 0x20, 0xcb, 0x52, 0xf4, 0x38, 0x7f, 0xc4, 0x1c, 0x4, 0x22}} return a, nil } -var __1660134060_settings_bioUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\xd2\x19\xec\x1a\x02\xd6\x62\x0b\x92\x06\x04\x00\x00\xff\xff\x91\x2c\x88\x39\x5c\x00\x00\x00") +var __1660134060_settings_bioUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\xd2\x18\xec\x1a\x02\xd6\x61\x0b\x92\x05\x04\x00\x00\xff\xff\xe2\x7f\x74\xc2\x5b\x00\x00\x00") func _1660134060_settings_bioUpSqlBytes() ([]byte, error) { return bindataRead( @@ -727,12 +728,12 @@ func _1660134060_settings_bioUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660134060_settings_bio.up.sql", size: 92, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0xe2, 0xab, 0x82, 0xc3, 0x42, 0x9c, 0xd8, 0x9b, 0x80, 0xbe, 0xa6, 0x8f, 0x46, 0xed, 0x33, 0x74, 0x40, 0xcb, 0x58, 0x71, 0x6e, 0xa4, 0xcb, 0xda, 0x14, 0xdc, 0x4b, 0x5f, 0x72, 0x94, 0x6d}} + info := bindataFileInfo{name: "1660134060_settings_bio.up.sql", size: 91, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x25, 0xa0, 0xa6, 0x47, 0xff, 0xbc, 0x2a, 0x0, 0xff, 0x59, 0x4b, 0xb0, 0xc9, 0x4e, 0x15, 0xe4, 0xd9, 0xda, 0xeb, 0xfe, 0x55, 0x98, 0xc3, 0x9d, 0x96, 0xe7, 0xf, 0xd1, 0x5c, 0x93, 0x73}} return a, nil } -var __1660134070_add_wakuv2_storeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\x4b\x4c\xca\x49\x8d\x2f\x2e\xc9\x2f\x4a\x55\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\xe5\x22\xca\x24\xb0\x11\xf1\xc9\x89\x05\x89\xc9\x99\x25\x95\x0a\x9e\x7e\x21\xa4\xe9\x2c\x4e\x4d\xce\xcf\x4b\x29\x86\x6a\xe4\xe5\x0a\x0d\x70\x71\x0c\x41\xd7\x15\xec\x1a\x82\xea\x64\x5b\x05\x03\x1d\x74\xab\x91\xc4\x60\x86\xda\x2a\x18\x58\xf3\x72\x01\x02\x00\x00\xff\xff\x42\x16\xc4\x42\x12\x01\x00\x00") +var __1660134070_add_wakuv2_storeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcd\x4b\x4c\xca\x49\x8d\x2f\x2e\xc9\x2f\x4a\x55\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\x22\xca\x20\xb0\x09\xf1\xc9\x89\x05\x89\xc9\x99\x25\x95\x0a\x9e\x7e\x21\x24\x69\x2c\x4e\x4d\xce\xcf\x4b\x29\x86\xe8\xe3\x0a\x0d\x70\x71\x0c\x41\xd7\x13\xec\x1a\x82\xea\x5c\x5b\x05\x03\x1d\x74\x7b\x91\xc4\x60\x46\xda\x2a\x18\x58\x73\x01\x02\x00\x00\xff\xff\xfc\xb0\x43\xcf\x0d\x01\x00\x00") func _1660134070_add_wakuv2_storeUpSqlBytes() ([]byte, error) { return bindataRead( @@ -747,12 +748,12 @@ func _1660134070_add_wakuv2_storeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660134070_add_wakuv2_store.up.sql", size: 274, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0xb5, 0x4a, 0x78, 0x8e, 0xec, 0x84, 0x27, 0xa, 0x2f, 0x72, 0x8, 0x78, 0xd2, 0xf2, 0x9a, 0x86, 0xeb, 0x37, 0x30, 0x2f, 0x1a, 0xd2, 0x2, 0x7f, 0x36, 0x99, 0x41, 0xd0, 0x15, 0x39, 0x1a}} + info := bindataFileInfo{name: "1660134070_add_wakuv2_store.up.sql", size: 269, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xe6, 0xc3, 0x9, 0xef, 0xdc, 0xae, 0x49, 0x30, 0x78, 0x54, 0xd6, 0xdb, 0xbf, 0xc0, 0x8e, 0x25, 0x8f, 0xfc, 0x67, 0x80, 0x39, 0x37, 0xd4, 0x86, 0xc1, 0x85, 0xc8, 0x99, 0xc4, 0x59, 0xd4}} return a, nil } -var __1660134072_waku2_store_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x41\x4b\xc3\x30\x14\x80\xcf\x2b\xe4\x3f\xbc\xe3\x0a\x3b\x78\xef\x29\x5d\x33\x0d\xc6\x44\xd2\x57\xb6\x9d\x46\xd7\x3e\x24\x60\x93\xd2\x74\x43\xff\xbd\x6c\x0c\xd4\x16\x15\xcf\xef\xe3\x7b\xc9\xf7\xd6\x56\x70\x14\x80\x3c\x57\x02\xe4\x06\xb4\x41\x10\x3b\x59\x62\x09\x71\x0c\x03\x1d\x3a\x8a\xb1\x7e\xa1\x08\x4b\x96\x2c\x5c\x0b\xb9\x32\xf9\x8a\x25\x8b\x81\x1a\x72\x67\x1a\xd0\x75\x14\xc7\xba\xeb\x41\x6a\x14\xf7\xc2\x5e\x15\xba\x52\xea\x42\x45\xf2\xed\x5f\x4c\x13\xfc\x48\x7e\xc4\xd0\xbb\xe6\xaa\xff\x36\xed\x4f\xc7\x78\x3a\xfe\x34\xac\xdf\x5f\x43\xfd\xf9\xa8\x33\x0d\xd1\x05\x3f\x5b\x03\x85\xd8\xf0\x4a\x21\xdc\x5d\xa8\xb5\xd1\x25\x5a\x2e\x35\xc2\xed\x77\xd2\xb7\xf4\x06\xcf\x56\x3e\x71\xbb\x87\x47\xb1\x87\xa5\x6b\x57\xf0\x65\x77\xca\x92\x14\xb6\x12\x1f\x4c\x85\x60\xcd\x56\x16\x19\x4b\x58\x72\xcb\x27\x75\x21\x76\xbf\xe5\x3b\x4c\x43\x18\x3d\xe9\xbb\x9c\x10\x69\xf6\x0f\xfb\xfc\x18\x73\xff\x8c\x49\xb3\x8f\x00\x00\x00\xff\xff\x0c\xcd\xc6\x28\xfd\x01\x00\x00") +var __1660134072_waku2_store_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xbd\x6a\xc3\x30\x14\x85\x67\xeb\x29\xee\x68\x83\x87\xee\x9e\xe4\x58\x69\x45\x55\xa9\xc8\xd7\x24\x99\x82\x63\x5f\x8a\xa0\x96\x8c\xe5\x84\xf6\xed\x0b\x21\x94\x60\xd3\x9f\xf9\x1c\xbe\x23\x7d\x77\x63\x05\x47\x01\xc8\x4b\x25\x40\x6e\x41\x1b\x04\xb1\x97\x35\xd6\x10\xe7\x30\xd1\x71\xa0\x18\xdb\x37\x8a\x90\xb2\xc4\xf5\x50\x2a\x53\xe6\x2c\x99\xa8\x23\x77\xa1\x09\xdd\x40\x71\x6e\x87\x11\xa4\x46\xf1\x28\xec\x15\xa0\x1b\xa5\x72\x96\x44\xf2\xfd\x1f\x95\x2e\xf8\x99\xfc\x8c\x61\x74\xdd\x95\x7d\x1f\x8e\xe7\x53\x3c\x9f\x7e\xc8\xda\xcf\xf7\xd0\x7e\xbf\xe7\x42\x53\x74\xc1\xaf\x26\xa0\x12\x5b\xde\x28\x84\x87\x9c\x25\x1b\xa3\x6b\xb4\x5c\x6a\x84\xdb\xaf\xa4\xef\xe9\x03\x5e\xad\x7c\xe1\xf6\x00\xcf\xe2\x00\xa9\xeb\x73\xb8\x1b\xce\x58\x06\x3b\x89\x4f\xa6\x41\xb0\x66\x27\xab\x82\xb1\x9b\x33\xa9\x2b\xb1\xff\xcd\xd9\x71\x29\xc0\xe8\x85\xd4\x74\xd1\xc8\x8a\xff\xc3\xd7\x27\x58\xe3\x57\x9d\xac\xf8\x0a\x00\x00\xff\xff\x55\x11\x6d\x5f\xf1\x01\x00\x00") func _1660134072_waku2_store_messagesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -767,8 +768,8 @@ func _1660134072_waku2_store_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660134072_waku2_store_messages.up.sql", size: 509, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x66, 0x96, 0xb4, 0x1e, 0xc4, 0x9, 0x9, 0xee, 0xe, 0x29, 0x87, 0xf4, 0x89, 0xea, 0x3c, 0x75, 0xc5, 0xc3, 0xc8, 0x7, 0x30, 0x87, 0x73, 0x33, 0xe2, 0xfb, 0x7e, 0xe8, 0xc7, 0xbc, 0x25, 0x6e}} + info := bindataFileInfo{name: "1660134072_waku2_store_messages.up.sql", size: 497, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xeb, 0xb4, 0xa0, 0xa1, 0x2b, 0xcb, 0x4c, 0x3c, 0xc6, 0xd0, 0xe8, 0x96, 0xe3, 0x96, 0xf1, 0x4f, 0x1f, 0xe0, 0xe7, 0x1f, 0x85, 0xa3, 0xe, 0xf7, 0x52, 0x56, 0x63, 0x2b, 0xb0, 0x87, 0x7b}} return a, nil } @@ -787,12 +788,12 @@ func _1662365868_add_key_uid_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662365868_add_key_uid_accounts.up.sql", size: 68, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1662365868_add_key_uid_accounts.up.sql", size: 68, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0xd8, 0x2f, 0x2f, 0x3b, 0xa8, 0xbd, 0x6d, 0xf6, 0x87, 0x7e, 0xd2, 0xf1, 0xa2, 0xf7, 0x81, 0x6a, 0x23, 0x10, 0xbc, 0xbf, 0x5b, 0xe7, 0x2b, 0x9c, 0xa9, 0x8a, 0x18, 0xbb, 0xd0, 0x86, 0x91}} return a, nil } -var __1662447680_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x4e\xad\x2c\x48\xcc\x2c\x2a\x56\xd0\xe0\xe5\x52\x50\x50\x00\xf1\x93\x13\x8b\x52\xe2\x4b\x33\x53\x14\xc2\x1c\x83\x9c\x3d\x1c\x83\xc0\xca\xfd\x42\x7d\x7c\x74\x50\x95\xe4\x25\xe6\xa6\x12\x52\x93\x93\x9f\x9c\x9d\x9a\xa2\xe0\xe4\xef\xef\xe3\xea\xe8\xa7\xe0\xe2\xea\xe6\x18\xea\x13\xa2\xe0\xe6\xe8\x13\xec\x0a\x55\x9a\x98\x9c\x9c\x5f\x9a\x57\x12\x9f\x98\x92\x52\x94\x5a\x5c\x8c\xc7\x44\xac\x8e\xe2\xe5\xd2\xb4\x06\x04\x00\x00\xff\xff\xba\x2f\x64\xcb\xe0\x00\x00\x00") +var __1662447680_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\xf0\x74\x53\xf0\xf3\x0f\x51\x70\x8d\xf0\x0c\x0e\x09\x56\xc8\x4e\xad\x2c\x48\xcc\x2c\x2a\x56\xd0\xe0\x52\x50\x50\x00\x71\x93\x13\x8b\x52\xe2\x4b\x33\x53\x14\xc2\x1c\x83\x9c\x3d\x1c\x83\xc0\xaa\xfd\x42\x7d\x7c\x74\x50\x54\xe4\x25\xe6\xa6\x12\x50\x92\x93\x9f\x9c\x9d\x9a\xa2\xe0\xe4\xef\xef\xe3\xea\xe8\xa7\xe0\xe2\xea\xe6\x18\xea\x13\xa2\xe0\xe6\xe8\x13\xec\x0a\x51\x99\x98\x9c\x9c\x5f\x9a\x57\x12\x9f\x98\x92\x52\x94\x5a\x5c\x8c\xdb\x3c\xac\x0e\xe2\xd2\xb4\x06\x04\x00\x00\xff\xff\x6d\xd5\x43\xca\xda\x00\x00\x00") func _1662447680_add_keypairs_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -807,12 +808,12 @@ func _1662447680_add_keypairs_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662447680_add_keypairs_table.up.sql", size: 224, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0xec, 0x37, 0xe9, 0xbd, 0x0, 0xb0, 0x2c, 0x24, 0xee, 0x11, 0x8, 0x82, 0xa1, 0x3d, 0x1f, 0xb8, 0xa9, 0x72, 0x2b, 0xe8, 0xeb, 0x85, 0xa1, 0x89, 0xd7, 0x84, 0xb6, 0x4f, 0x3c, 0x63, 0x31}} + info := bindataFileInfo{name: "1662447680_add_keypairs_table.up.sql", size: 218, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x25, 0xa9, 0xc7, 0x63, 0x27, 0x97, 0x35, 0x5f, 0x6b, 0xab, 0x26, 0xcb, 0xf9, 0xbd, 0x5e, 0xac, 0x3, 0xa0, 0x5e, 0xb9, 0x71, 0xa3, 0x1f, 0xb3, 0x4f, 0x7f, 0x79, 0x28, 0x48, 0xbe, 0xc}} return a, nil } -var __1662460056_move_favourites_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x4f\x3d\x6b\xc3\x30\x10\xdd\x03\xf9\x0f\x0f\x4d\x2d\x68\xe9\xdc\x49\xb1\xce\x10\xb8\xe8\x82\x7c\x9a\x83\x40\x2a\x84\x52\x1b\x2c\xd7\xfd\xfb\x85\x62\x70\xf1\xf6\xe0\x7d\x3b\x56\x8a\x50\x77\x61\x42\xcb\x6b\x2d\x8f\x5c\xca\x5c\x5b\xab\x0d\xce\x7b\x74\xc2\xe9\x16\xf0\x91\xd7\xe9\x7b\x7e\x2e\x15\x17\x11\x26\x17\x10\x44\x11\x12\x33\x3c\xf5\x2e\xb1\xa2\x77\x3c\xd0\xfb\xf9\x74\x3e\x5d\xc3\x40\x51\x21\x11\x91\xee\xec\x3a\xc2\x35\xa8\x1c\xe3\x5f\x36\x64\x31\xe6\xaf\x6a\xf7\x0a\x8b\xb1\x2e\x3f\xd3\xfc\xf9\x78\x96\x57\x0c\xc4\xd4\x29\x0e\x62\xa3\x31\x91\xb1\x30\x6f\x06\x7d\x94\xdb\xee\x6e\x7f\x13\x7c\x94\xfb\xf6\xea\x1f\xf3\x1b\x00\x00\xff\xff\xe1\x63\x70\x83\xed\x00\x00\x00") +var __1662460056_move_favourites_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\x3f\x6b\xc3\x30\x10\xc5\x77\x7d\x8a\x87\xa6\x16\xb4\x74\xce\xa4\x58\x67\x08\x5c\x74\x41\x3e\xcd\x41\x20\x15\x42\x69\x02\x96\xeb\x7e\xfd\x2e\x06\x17\x6f\x8f\xc7\xfb\xc3\xcf\xb3\x52\x82\xfa\x33\x13\x7a\x59\x5b\xbd\x97\x5a\xe7\xd6\x7b\xeb\xf0\x21\x60\x10\xce\xd7\x88\xcf\xb2\xbe\x7e\xe6\xc7\xd2\x70\x16\x61\xf2\x11\x51\x14\x31\x33\x23\xd0\xe8\x33\x2b\x46\xcf\x13\x9d\x8c\xb9\xc4\x89\x92\x42\x12\x12\xdd\xd8\x0f\x84\x4b\x54\x39\x8e\xbf\x6d\xca\xe1\x59\xbe\x9b\xdb\x0f\x1c\x9e\x6d\xf9\x7d\xcd\x5f\xf7\x47\x7d\xc7\x44\x4c\x83\xe2\x10\xb6\x9a\x32\x59\x07\xfb\x61\x31\x26\xb9\xee\xed\x7e\x32\x26\x24\xb9\x6d\x44\xff\xfc\xbf\x00\x00\x00\xff\xff\x35\x5e\xc9\xa8\xe9\x00\x00\x00") func _1662460056_move_favourites_to_saved_addressesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -827,12 +828,12 @@ func _1662460056_move_favourites_to_saved_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662460056_move_favourites_to_saved_addresses.up.sql", size: 237, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0x88, 0xcd, 0x43, 0x34, 0xe, 0xe1, 0x21, 0x82, 0x41, 0x94, 0x55, 0x29, 0xda, 0x8c, 0x21, 0x6, 0xef, 0x22, 0x72, 0x2e, 0x78, 0xa2, 0x76, 0xc7, 0x20, 0x52, 0xf7, 0xb5, 0xe7, 0x13, 0xbb}} + info := bindataFileInfo{name: "1662460056_move_favourites_to_saved_addresses.up.sql", size: 233, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xa2, 0x8c, 0xa3, 0xec, 0xad, 0xdf, 0xc3, 0x48, 0x5, 0x9b, 0x50, 0x25, 0x59, 0xae, 0x7d, 0xee, 0x58, 0xd2, 0x41, 0x27, 0xf2, 0x22, 0x2e, 0x9a, 0xb9, 0x4a, 0xcc, 0x38, 0x6e, 0x3a, 0xb2}} return a, nil } -var __1662738097_add_base_fee_transactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x29\x4a\xcc\x2b\x4e\x4b\x2d\x2a\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4a\x2c\x4e\x8d\x4f\x4f\x2c\x8e\x4f\x4b\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x36\x23\xd8\x35\x04\x55\xb3\x2d\x44\x21\x20\x00\x00\xff\xff\xd2\xda\xc3\x09\x72\x00\x00\x00") +var __1662738097_add_base_fee_transactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x29\x4a\xcc\x2b\x4e\x4b\x2d\x2a\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4a\x2c\x4e\x8d\x4f\x4f\x2c\x8e\x4f\x4b\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x36\x22\xd8\x35\x04\x55\xaf\x2d\x58\x1d\x20\x00\x00\xff\xff\x3f\x07\xa7\xa2\x70\x00\x00\x00") func _1662738097_add_base_fee_transactionUpSqlBytes() ([]byte, error) { return bindataRead( @@ -847,12 +848,12 @@ func _1662738097_add_base_fee_transactionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662738097_add_base_fee_transaction.up.sql", size: 114, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x6d, 0xe5, 0xdc, 0x52, 0x3d, 0x95, 0x2a, 0x83, 0x89, 0x76, 0x3, 0xd1, 0xb, 0x5e, 0xe2, 0xfa, 0xed, 0xd4, 0x92, 0xd4, 0x70, 0x8a, 0x95, 0x64, 0xa8, 0x5c, 0x6a, 0x7c, 0x3b, 0x88, 0x3a}} + info := bindataFileInfo{name: "1662738097_add_base_fee_transaction.up.sql", size: 112, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xfb, 0x10, 0xae, 0xfc, 0x77, 0x70, 0x98, 0x6f, 0xec, 0xaa, 0xcd, 0x7, 0xc7, 0x74, 0x23, 0xc, 0xd5, 0x1e, 0x82, 0xdd, 0xfe, 0xff, 0x3b, 0xd2, 0x49, 0x10, 0x5b, 0x30, 0xc, 0x2d, 0xb0}} return a, nil } -var __1662972194_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xcf\x4a\xc4\x30\x10\xc7\xf1\xfb\xc2\xbe\xc3\xef\xa8\x60\x17\x95\xa5\x0a\x9e\xb2\x6b\x8a\x0b\xa1\x85\x36\x2b\xde\xca\x34\xc9\x6a\xe8\x9f\xd4\x24\x65\xe9\xdb\x4b\x45\x0f\x82\xe8\x71\xe0\xc3\xcc\x7c\x93\x04\xf2\xcd\x06\x9c\x29\xc0\x9b\x81\x7a\xa3\xd1\xcc\xe8\x6d\x88\xd4\x1a\x9c\xbc\xeb\x71\x93\xa6\xb7\xdb\xed\x5d\x7a\x7f\x5d\x93\xd6\x75\x6b\xe6\x91\xac\x0f\x75\xa4\xa6\x33\x9b\x69\xdc\x84\xf7\x0e\x34\x68\xd8\x80\xd6\x8c\x11\x27\xe7\xd1\x90\x6a\xcf\xe4\x75\x80\x72\xfd\x48\xd1\x36\xb6\xb3\x71\x46\x63\xec\xf0\x0a\xc2\xe0\x12\x37\xae\x57\xfb\x92\x33\xc9\x21\xd9\x4e\x70\x1c\x32\xe4\x85\x04\x7f\x39\x54\xb2\xc2\xf7\x1d\x5c\xac\x57\x00\x96\x59\x91\xd7\xf5\x64\x35\x9e\x59\xb9\x7f\x62\xe5\x27\xcf\x8f\x42\x5c\xfd\x24\x4b\xc7\x7f\xa6\x73\xaa\x35\x1a\xbb\xa2\x10\x9c\xe5\x78\xe4\x19\x3b\x0a\x89\x8c\x89\x8a\x7f\x51\x52\xca\x4d\x43\x5c\xaa\xbd\x09\xe1\x8f\x8d\xbf\x3e\xb5\x5e\x5d\x3e\x7c\x04\x00\x00\xff\xff\x38\x8e\x17\xb7\x60\x01\x00\x00") +var __1662972194_add_keypairs_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xcf\x4a\xc4\x30\x10\xc7\xf1\x7b\x9f\xe2\x77\x54\xb0\x8b\xca\x52\x05\x4f\xd9\x35\xc5\x85\xd0\x42\x9b\x15\x6f\x65\x9a\x64\x35\xf4\x4f\x6a\x92\xb2\xf4\xed\xa5\x8a\x07\x41\xf1\x38\xf0\x61\x66\xbe\x69\x0a\xf9\x66\x03\xce\x14\xe0\xcd\x48\x83\xd1\x68\x17\x0c\x36\x44\xea\x0c\x4e\xde\x0d\xb8\xc9\xb2\xdb\xed\xf6\x2e\xbb\xbf\x6e\x48\xeb\xa6\x33\xcb\x44\xd6\x87\x26\x52\xdb\x9b\xcd\x3c\x6d\xc2\x7b\x0f\x1a\x35\x6c\x40\x67\xa6\x88\x93\xf3\x68\x49\x75\x67\xf2\x3a\x40\xb9\x61\xa2\x68\x5b\xdb\xdb\xb8\xa0\x35\x76\x7c\x05\x61\x74\xa9\x9b\x92\x7d\xc5\x99\xe4\x90\x6c\x27\x38\x0e\x39\x8a\x52\x82\xbf\x1c\x6a\x59\xe3\xfb\x0c\x2e\x12\x00\xeb\xa8\xc8\xeb\x66\xb6\x1a\xcf\xac\xda\x3f\xb1\xea\x53\x17\x47\x21\xae\x7e\x88\x35\xe2\x1f\xd2\x3b\xd5\x19\x8d\x5d\x59\x0a\xce\x0a\x3c\xf2\x9c\x1d\x85\x44\xce\x44\xcd\xbf\x24\x29\xe5\xe6\x31\xae\xc1\xde\x84\xf0\xf7\xbe\x5f\x1f\x4a\x2e\x1f\x3e\x02\x00\x00\xff\xff\xb6\x22\x40\x34\x59\x01\x00\x00") func _1662972194_add_keypairs_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -867,12 +868,12 @@ func _1662972194_add_keypairs_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662972194_add_keypairs_table.up.sql", size: 352, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0xc, 0xe0, 0x44, 0x68, 0x61, 0x15, 0x6, 0xb0, 0xab, 0x66, 0xcd, 0x91, 0xf1, 0xbb, 0x61, 0xa0, 0xfa, 0xa0, 0x6f, 0xe1, 0xac, 0xd0, 0x47, 0x41, 0xb8, 0xd2, 0x27, 0xfd, 0x6d, 0x43, 0xb5}} + info := bindataFileInfo{name: "1662972194_add_keypairs_table.up.sql", size: 345, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0x76, 0xf2, 0x86, 0xe1, 0x7e, 0xe9, 0x47, 0x32, 0x48, 0xd5, 0x6b, 0xe5, 0xd, 0xab, 0xb7, 0xf1, 0xd4, 0xf1, 0xad, 0x38, 0xa6, 0x11, 0xe7, 0xce, 0x5c, 0x11, 0x11, 0xf, 0x47, 0xb2, 0x4}} return a, nil } -var __1664392661_add_third_party_id_to_waku_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x8d\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\xc8\x2c\x4a\x89\x2f\x48\x2c\x2a\xa9\x8c\xcf\x4c\x51\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\xe2\xe5\x02\x04\x00\x00\xff\xff\x2e\x47\xe4\xca\x48\x00\x00\x00") +var __1664392661_add_third_party_id_to_waku_messagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x8d\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\xc8\x2c\x4a\x89\x2f\x48\x2c\x2a\xa9\x8c\xcf\x4c\x51\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe2\x02\x04\x00\x00\xff\xff\xdd\x01\xff\x71\x46\x00\x00\x00") func _1664392661_add_third_party_id_to_waku_messagesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -887,12 +888,12 @@ func _1664392661_add_third_party_id_to_waku_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1664392661_add_third_party_id_to_waku_messages.up.sql", size: 72, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0xee, 0xe1, 0x9f, 0x25, 0x4c, 0xba, 0x9a, 0x29, 0xef, 0x30, 0xe1, 0xb1, 0xce, 0x48, 0xe7, 0x44, 0x78, 0xf8, 0x5f, 0x7c, 0x6, 0x27, 0x75, 0x6b, 0xdc, 0x31, 0x74, 0x2b, 0x69, 0xe1, 0x7d}} + info := bindataFileInfo{name: "1664392661_add_third_party_id_to_waku_messages.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x67, 0x66, 0x9e, 0x66, 0x74, 0xce, 0x1c, 0xb, 0x1b, 0x9d, 0xd5, 0xfc, 0x65, 0xe, 0x83, 0x90, 0x4c, 0x61, 0x4e, 0x6b, 0xe7, 0x86, 0xbe, 0x36, 0x4f, 0x91, 0x36, 0x4, 0x47, 0x7b, 0x82}} return a, nil } -var __1664783660_add_sync_info_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\xc1\x6a\xf3\x30\x10\x04\xe0\x7b\x20\xef\x30\x97\x1f\x27\xf0\xa7\xf4\x1e\x7a\x50\x62\x17\x0a\xaa\x5d\x12\x99\x1e\x83\x90\x36\x8d\xa8\x22\x19\xad\xec\x34\x6f\x5f\xec\x1c\x4a\x29\x85\x5e\x97\xdd\xd9\x6f\x84\x54\xd5\x0e\x4a\x6c\x64\x05\xd6\x03\xd9\x83\xb6\x36\x11\x33\x31\x44\x59\x62\xdb\xc8\xf6\xb9\x46\xa2\x73\x1c\xc8\x62\xd3\x34\xb2\x12\x35\xea\x46\xa1\x6e\xa5\x44\x59\x3d\x8a\x56\x2a\xdc\xaf\xe7\xb3\xd5\x0a\x3b\xea\x12\x31\x85\xcc\xb8\x68\xef\x61\x7c\x34\xef\xc8\xee\x4c\xd0\x8c\x3e\xb8\x0f\xea\xa2\x39\x4d\x13\xce\xfa\xdc\xcd\x67\x7f\x14\xf4\x9d\xd5\x99\x0e\xb7\xc0\xa7\x5a\xfd\x4a\x68\xa7\x45\xf4\xec\xc2\x1b\xf2\x89\x60\xfa\x94\x28\xe4\xaf\x9f\xc8\x11\x96\x4c\x0c\x47\xef\x4c\x86\xa5\xc1\x19\x62\x68\x9f\x48\xdb\x2b\x5c\x00\x5f\x83\xb9\xc3\xab\x0b\x3c\x25\x78\xcd\x19\x31\xd0\x78\x78\x73\xcc\x67\xed\x4b\x29\xd4\x4f\xf1\xbe\x52\xdf\xa9\x0f\x58\x6c\xc5\x5e\x2d\x38\xa7\xe3\x28\x58\x14\xff\xb8\xf8\x8f\x22\xc4\x4b\xb1\x84\xd8\x8f\x5d\x96\xcb\xf5\x67\x00\x00\x00\xff\xff\x0c\xaf\x48\x66\x88\x01\x00\x00") +var __1664783660_add_sync_info_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\xc1\x6a\xf3\x30\x10\x04\xe0\x7b\x9e\x62\x2e\x3f\x4e\xe0\x4f\xe9\x3d\xf4\xa0\xc4\x2e\x14\x54\xbb\x24\x32\x3d\x06\x21\x6d\x1a\x51\x59\x32\x5a\xd9\x69\xde\xbe\xd8\x39\x94\x52\x0a\xbd\x2e\xbb\x33\xdf\x0a\xa9\xaa\x3d\x94\xd8\xca\x0a\xac\x47\xb2\x47\x6d\x6d\x22\x66\x62\x88\xb2\xc4\xae\x91\xed\x73\x8d\x44\x5d\x1c\xc9\x62\xdb\x34\xb2\x12\x35\xea\x46\xa1\x6e\xa5\x44\x59\x3d\x8a\x56\x2a\xdc\x6f\x16\xeb\x35\xf6\xd4\x27\x62\x0a\x99\x71\xd1\xde\xc3\xf8\x68\xde\x91\x5d\x47\xd0\x8c\x21\xb8\x0f\xea\xa3\x39\xcf\x13\xce\xba\xeb\x17\x7f\xec\x1f\x7a\xab\x33\x1d\x6f\x79\x4f\xb5\xfa\x0d\xd0\xce\x7b\x18\xd8\x85\x37\xe4\x33\xc1\x0c\x29\x51\xc8\x5f\x8d\xc8\x11\x96\x4c\x0c\x27\xef\x4c\x86\xa5\xd1\x19\x62\x68\x9f\x48\xdb\x2b\x5c\x00\x5f\x83\xb9\xc3\xab\x0b\x3c\x27\x78\xcd\x19\x31\xd0\x74\x78\x63\x2c\xda\x97\x52\xa8\x9f\xde\x43\xa5\xbe\x43\x1f\xb0\xdc\x89\x83\x5a\x72\x4e\xa7\x09\xb0\x2c\xfe\x71\xf1\x1f\x45\x88\x97\x62\x05\x71\x98\x3e\x59\xad\x36\x9f\x01\x00\x00\xff\xff\xe1\x0f\x8e\x46\x84\x01\x00\x00") func _1664783660_add_sync_info_to_saved_addressesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -907,12 +908,12 @@ func _1664783660_add_sync_info_to_saved_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1664783660_add_sync_info_to_saved_addresses.up.sql", size: 392, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x91, 0x2e, 0x50, 0x43, 0xa7, 0x34, 0x93, 0xfb, 0x19, 0xbb, 0x87, 0x40, 0xf0, 0xd, 0x34, 0xe, 0x36, 0x0, 0x8b, 0xb8, 0xae, 0xe0, 0x8c, 0x13, 0x4f, 0x1c, 0x69, 0x2f, 0xf1, 0xf4, 0x3, 0xf3}} + info := bindataFileInfo{name: "1664783660_add_sync_info_to_saved_addresses.up.sql", size: 388, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x7c, 0x3a, 0x95, 0x4e, 0x55, 0xb2, 0xbd, 0xb4, 0x18, 0x93, 0xc1, 0xcf, 0x9f, 0x12, 0xbb, 0x49, 0x8a, 0x2a, 0x6a, 0x2a, 0x7f, 0xad, 0x44, 0xc3, 0xf, 0x3a, 0x79, 0x18, 0xb9, 0x4c, 0x64}} return a, nil } -var __1668109917_wakunodesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xf2\xf4\x0b\x76\x0d\x0a\x51\xf0\xf4\x0b\xf1\x57\x48\xce\x29\x2d\x2e\x49\x2d\x8a\xcf\xcb\x4f\x49\x2d\xd6\x00\x91\x3a\x0a\x25\x95\x05\xa9\x9a\xbc\x5c\xc1\xae\x3e\xae\xce\x21\x0a\x10\x31\xf5\xf2\xc4\xec\x52\x75\x05\x5e\x2e\xb7\x20\x7f\x5f\x54\x5d\xbc\x5c\xe1\x1e\xae\x41\xae\x60\x6d\x0a\xb6\x0a\x4a\x45\xa9\x39\x89\x95\x4a\xbc\x5c\x80\x00\x00\x00\xff\xff\x8b\xed\x85\xaa\x67\x00\x00\x00") +var __1668109917_wakunodesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xf2\xf4\x0b\x76\x0d\x0a\x51\xf0\xf4\x0b\xf1\x57\x48\xce\x29\x2d\x2e\x49\x2d\x8a\xcf\xcb\x4f\x49\x2d\xd6\x00\x91\x3a\x0a\x25\x95\x05\xa9\x9a\x5c\xc1\xae\x3e\xae\xce\x21\x0a\x10\x21\xf5\xf2\xc4\xec\x52\x75\x05\x2e\xb7\x20\x7f\x5f\x54\x3d\x5c\xe1\x1e\xae\x41\xae\x60\x3d\x0a\xb6\x0a\x4a\x45\xa9\x39\x89\x95\x4a\x5c\x80\x00\x00\x00\xff\xff\x19\x97\xc3\x57\x63\x00\x00\x00") func _1668109917_wakunodesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -927,8 +928,8 @@ func _1668109917_wakunodesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1668109917_wakunodes.up.sql", size: 103, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xb4, 0xa4, 0x11, 0xee, 0x22, 0xff, 0xeb, 0x9a, 0xb0, 0xa7, 0xa7, 0x24, 0x57, 0x1f, 0x40, 0xff, 0x68, 0x77, 0xad, 0x3e, 0xcc, 0x5a, 0x75, 0xd9, 0xf3, 0x6a, 0xe3, 0x12, 0x37, 0xa4, 0x6}} + info := bindataFileInfo{name: "1668109917_wakunodes.up.sql", size: 99, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0xaa, 0x9e, 0x2, 0x66, 0x85, 0x69, 0xa8, 0xd9, 0xe2, 0x4b, 0x8d, 0x2a, 0x9c, 0xdf, 0xd2, 0xef, 0x64, 0x58, 0xe3, 0xa6, 0xe7, 0xc1, 0xd1, 0xc8, 0x9c, 0xc0, 0x2c, 0x1, 0xa8, 0x7b, 0x81}} return a, nil } @@ -947,12 +948,12 @@ func _1670249678_display_name_to_settings_sync_clock_tableUpSql() (*asset, error return nil, err } - info := bindataFileInfo{name: "1670249678_display_name_to_settings_sync_clock_table.up.sql", size: 83, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1670249678_display_name_to_settings_sync_clock_table.up.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0x18, 0xdc, 0xc4, 0x1f, 0x79, 0x22, 0x16, 0x4d, 0xdf, 0x6c, 0x66, 0xd5, 0xa4, 0x88, 0x5d, 0x5, 0x37, 0xa7, 0x41, 0x5, 0x50, 0xae, 0x12, 0xfa, 0x7e, 0x89, 0x24, 0x5c, 0xae, 0x30, 0xfc}} return a, nil } -var __1670836810_add_imported_flag_to_community_archive_hashesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\xb1\x0e\xc2\x20\x10\x00\xd0\x9d\x84\x7f\xb8\x4f\x70\x6f\x1c\xae\x72\x9d\x4e\x31\xf6\x98\x09\xa9\x17\x61\xc0\x9a\x82\x26\xfe\xbd\xa3\x6b\x7f\xe0\x21\x0b\xdd\x40\x70\x64\x82\x65\xad\xf5\xfd\x2c\xfd\x1b\xab\xb6\x96\x1e\x1a\xd3\xb6\xe4\xf2\xd1\x98\x53\xcb\xda\x00\x9d\x83\x93\xe7\x70\xbe\x40\xa9\xaf\x75\xeb\x7a\x87\xd1\x7b\x06\x47\x13\x06\x16\x98\x90\x67\x1a\xac\x09\x57\x87\xb2\x03\x9c\x49\xfe\xd2\x11\x0e\x83\x35\xd6\xfc\x02\x00\x00\xff\xff\x75\x10\xfb\xb7\x93\x00\x00\x00") +var __1670836810_add_imported_flag_to_community_archive_hashesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xa9\x8c\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\x48\x2c\xce\x48\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x2d\xc8\x2f\x2a\x49\x4d\x51\x70\xf2\xf7\xf7\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x70\x73\xf4\x09\x76\xb5\xe6\x0a\x0d\x70\x71\x0c\x21\xc2\xbc\x60\xd7\x10\x84\x41\xb6\x0a\x06\xd6\x5c\x5c\x80\x00\x00\x00\xff\xff\xf5\xc9\x5a\x6d\x90\x00\x00\x00") func _1670836810_add_imported_flag_to_community_archive_hashesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -967,12 +968,12 @@ func _1670836810_add_imported_flag_to_community_archive_hashesUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1670836810_add_imported_flag_to_community_archive_hashes.up.sql", size: 147, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa5, 0x8e, 0x37, 0xbf, 0xc9, 0xb8, 0x99, 0x5f, 0xd4, 0xb3, 0x98, 0x61, 0xbf, 0xbd, 0x11, 0x82, 0xea, 0x6, 0xb5, 0xbe, 0xa6, 0x73, 0x1c, 0xbd, 0x48, 0xd5, 0xc, 0x13, 0x74, 0xcc, 0xc2, 0xf2}} + info := bindataFileInfo{name: "1670836810_add_imported_flag_to_community_archive_hashes.up.sql", size: 144, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0xf, 0xf0, 0xbd, 0xfe, 0x63, 0x25, 0x8f, 0x5e, 0x46, 0x4b, 0x45, 0x31, 0x8b, 0x3e, 0xd8, 0x6b, 0x5d, 0x9d, 0x6d, 0x10, 0x9a, 0x87, 0x4b, 0x18, 0xc6, 0x39, 0x81, 0x6e, 0xe4, 0x75, 0xfb}} return a, nil } -var __1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\xcf\xcd\x2d\xcd\xcb\x2c\xc9\x4c\x2d\x8e\x4f\x2c\x4a\xce\xc8\x2c\x4b\x8d\xcf\xcc\x4b\xcb\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x49\x2c\x2e\x89\xcf\x4d\x4c\xcf\x4b\x2d\xc9\xc9\xcc\xcb\x8e\x2f\x2d\xca\x54\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\xe2\xe5\x02\x04\x00\x00\xff\xff\x84\x40\x31\x8a\x58\x00\x00\x00") +var __1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xfb\x9e\xe2\x67\xaf\xe1\x29\xda\x78\x8a\x0a\x92\x81\xb7\x50\x46\xd5\xe0\x9a\xc1\xd6\xfa\xfc\xfb\x48\x94\x9f\x50\x3a\x0b\x63\x5e\x6b\xed\xe1\xcd\xcb\x6e\x79\x9b\xbf\xfe\x2f\xe6\xf1\x5e\x41\x29\xe1\xf2\x90\xe9\x76\xc7\x92\xf7\x66\x35\x7f\xa2\xb4\xc5\xe3\x67\x7d\x73\x28\xbf\x14\x89\xaf\x34\x89\x62\x1c\x4f\xc3\x70\x04\x00\x00\xff\xff\x53\xcc\x9d\x7d\x56\x00\x00\x00") func _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSqlBytes() ([]byte, error) { return bindataRead( @@ -987,12 +988,12 @@ func _1671438731_add_magnetlink_uri_to_communities_archive_infoUpSql() (*asset, return nil, err } - info := bindataFileInfo{name: "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql", size: 88, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0x9b, 0xb4, 0xd0, 0x6a, 0x4, 0xdb, 0xa4, 0x78, 0x29, 0x4c, 0xd4, 0x7c, 0x42, 0x41, 0x42, 0x5f, 0x7d, 0x55, 0xe8, 0xc5, 0xbb, 0x46, 0x33, 0x2f, 0xd9, 0x94, 0x67, 0x31, 0x57, 0x7c, 0x63}} + info := bindataFileInfo{name: "1671438731_add_magnetlink_uri_to_communities_archive_info.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0x8b, 0x4b, 0xd6, 0xd8, 0xe2, 0x3d, 0xf7, 0x6b, 0xcd, 0x1e, 0x70, 0x9, 0x2e, 0x35, 0x4, 0x61, 0xc3, 0xb5, 0x9d, 0xc5, 0x27, 0x21, 0xa, 0x5a, 0xd6, 0x3e, 0xa6, 0x24, 0xa2, 0x12, 0xdf}} return a, nil } -var __1672933930_switcher_cardUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8d\xc1\xaa\xc2\x30\x14\x44\xf7\x85\xfe\xc3\xd0\xd5\x7b\xe0\xc2\xbd\xab\x18\x6f\x21\x78\x4d\x4a\xb8\x05\xbb\x2a\x92\x06\x2c\x8a\x4a\x52\x10\xff\x5e\x5a\x50\x70\x37\xcc\xcc\xe1\x68\x4f\x4a\x08\xa2\xb6\x4c\xc8\xcf\x71\x0a\xe7\x98\xfa\x70\x4a\x43\xc6\x5f\x59\x00\x73\xec\xc7\x01\x42\x47\x41\xe3\xcd\x41\xf9\x0e\x7b\xea\xe0\x2c\xb4\xb3\x35\x1b\x2d\xf0\xd4\xb0\xd2\xb4\x9a\x81\xe9\xf5\x88\x30\x56\x60\x9d\xc0\xb6\xcc\xd8\x51\xad\x5a\x16\xac\x97\x3d\x5c\xef\xe1\xf2\x73\x58\xea\x1c\x52\x8c\xb7\xaf\xe9\xc3\x54\x55\x59\xfc\x6f\xca\xe2\x1d\x00\x00\xff\xff\xf5\x8d\x07\xd3\xa8\x00\x00\x00") +var __1672933930_switcher_cardUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcd\x31\xeb\xc2\x30\x14\x04\xf0\x3d\x9f\xe2\xe8\xf4\xff\x83\x83\xbb\x53\x8c\xaf\x10\x7c\x26\x25\xbc\x82\x9d\x8a\xa4\x01\x8b\xa2\x92\x14\xc4\x6f\x2f\x19\x14\xdc\x8e\xfb\x71\x9c\x09\xa4\x85\x20\x7a\xcb\x84\xf2\x9c\x97\x78\x4e\x79\x8c\xa7\x3c\x15\xfc\x29\xa0\xa6\x71\x9e\x20\x74\x14\x74\xc1\x1e\x74\x18\xb0\xa7\x01\xde\xc1\x78\xd7\xb2\x35\x82\x40\x1d\x6b\x43\x2b\x05\x2c\xaf\x47\x82\x75\x02\xe7\x05\xae\x67\xc6\x8e\x5a\xdd\xb3\x60\x5d\x39\x5e\xef\xf1\xf2\xe3\xb5\x2d\x31\xa7\x74\xfb\xde\x7c\x16\x4d\xa3\xfe\x37\xea\x1d\x00\x00\xff\xff\x3d\x5f\x5e\xbd\xa2\x00\x00\x00") func _1672933930_switcher_cardUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1007,12 +1008,12 @@ func _1672933930_switcher_cardUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1672933930_switcher_card.up.sql", size: 168, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb9, 0x9a, 0x84, 0xfc, 0xf, 0x43, 0xce, 0xd2, 0x79, 0xb6, 0x20, 0x39, 0x21, 0xd1, 0xe3, 0x48, 0xc4, 0xa, 0x1e, 0x8c, 0x7a, 0x42, 0x5d, 0xf3, 0xbe, 0x78, 0xe2, 0x1e, 0xb4, 0x22, 0x3b, 0xc7}} + info := bindataFileInfo{name: "1672933930_switcher_card.up.sql", size: 162, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0xba, 0xdc, 0xbb, 0x40, 0x4, 0xf2, 0x10, 0xdf, 0xb4, 0xd2, 0x80, 0x8a, 0x74, 0x4d, 0xf6, 0xbc, 0x50, 0x7, 0xd, 0x22, 0x7f, 0xc4, 0xaf, 0xaa, 0xde, 0xdc, 0x71, 0xe9, 0x42, 0x98, 0x36}} return a, nil } -var __1674056187_add_price_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xc1\x8a\x83\x30\x14\x45\xf7\x81\xfc\xc3\x5d\x8e\xa0\x5f\xe0\x2a\xe3\xbc\xa1\x81\x10\x69\x8c\xc5\x9d\x94\xf4\x95\x4a\x21\x95\x60\x17\xfe\x7d\x41\xa9\xd0\x82\xeb\xf3\xde\xe5\x9c\xa2\x40\x1d\x19\x1c\xa7\x34\x63\xe4\x84\xe9\x71\xe7\x98\x23\x3c\x53\xe2\x18\x66\x29\x2a\x47\xca\x13\xbc\xfa\x35\x04\xfd\x0f\x5b\x7b\x50\xa7\x1b\xdf\x60\x4c\x43\xe0\x3e\x9c\xc3\x8d\xf1\x23\x05\x80\xf5\x1d\x27\xe5\xaa\x83\x72\xcb\xad\x6d\x8d\xc9\x57\xf8\x1e\xdd\xe3\xcb\x1e\x1c\x29\xb3\x11\x29\xb2\x52\x8a\xcd\xa2\xb5\xfa\xd8\x12\xb4\xfd\xa3\x6e\x5f\xa6\x1f\x2e\x1c\xa7\xe1\x3a\xf7\x6b\x57\x6d\x3f\x55\xbf\x1a\xb3\xf2\x15\x00\x00\xff\xff\xbb\x05\xb4\x97\x06\x01\x00\x00") +var __1674056187_add_price_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xc1\x0a\xc2\x30\x10\x44\xef\xf9\x8a\x39\x5a\x68\xbf\xa0\xa7\x58\x57\x0c\x84\x14\xd3\x54\x7a\x2b\x12\x57\x2c\x42\x2c\xa1\x1e\xfa\xf7\x42\x4a\x05\x85\x9e\xdf\xee\xcc\xbc\xa2\x40\x1d\x18\x1c\xa6\x38\x63\xe4\x88\xe9\xf5\xe4\x90\xc3\xbf\x63\xe4\xe0\x67\x51\x59\x92\x8e\xe0\xe4\x5e\x13\xd4\x11\xa6\x76\xa0\x4e\x35\xae\xc1\x18\x07\xcf\xbd\xbf\xfa\x07\x63\x27\x00\x2c\xcf\xb8\x48\x5b\x9d\xa4\x4d\xa7\xa6\xd5\x3a\x4f\x6c\x4d\xdc\xc0\x29\x0c\x96\xa4\xfe\x02\x91\x95\x62\xed\x6f\x8d\x3a\xb7\x04\x65\x0e\xd4\x6d\xcf\xe8\x87\x1b\x87\x69\xb8\xcf\xfd\x22\x54\x9b\xdf\x91\x7f\x72\x59\xf9\x09\x00\x00\xff\xff\xa1\xb2\x14\xdc\xff\x00\x00\x00") func _1674056187_add_price_cacheUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1027,12 +1028,12 @@ func _1674056187_add_price_cacheUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1674056187_add_price_cache.up.sql", size: 262, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6c, 0x6e, 0xfa, 0x5e, 0x6b, 0xe2, 0xf6, 0x97, 0x3c, 0x22, 0xda, 0x21, 0x5b, 0x37, 0x49, 0xa4, 0x74, 0x14, 0xb3, 0x7a, 0x21, 0xb6, 0x13, 0x77, 0x48, 0x96, 0xa1, 0xb3, 0x22, 0x12, 0x77, 0x7e}} + info := bindataFileInfo{name: "1674056187_add_price_cache.up.sql", size: 255, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x79, 0x6a, 0x9b, 0x28, 0xd1, 0x22, 0xf0, 0x84, 0x76, 0x40, 0x39, 0x49, 0x15, 0x5d, 0xaa, 0xfd, 0x11, 0xff, 0x13, 0x27, 0x42, 0x12, 0xfa, 0x82, 0xe6, 0x7a, 0xf0, 0x5e, 0x1f, 0xe3, 0xba}} return a, nil } -var __1674136690_ens_usernamesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x70\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x48\xcd\x2b\x8e\x2f\x2d\x4e\x2d\xca\x4b\xcc\x4d\x2d\x56\xd0\xe0\xe5\xe2\xe4\x54\x82\xf1\x95\x14\x42\x5c\x23\x42\x14\xfc\xfc\x43\x14\xfc\x42\x7d\x7c\x74\xc0\x92\xc9\x19\x89\x99\x79\xf1\x99\x29\x4a\x0a\xa1\x7e\xc1\x9e\xee\x7e\xae\x2e\x0a\x4e\x9e\xee\x9e\x7e\x21\x0a\x2e\xae\x6e\x8e\xa1\x3e\x21\x0a\x86\x9a\xd6\x80\x00\x00\x00\xff\xff\xa6\x19\xe0\x37\x64\x00\x00\x00") +var __1674136690_ens_usernamesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x70\x0e\x72\x75\x0c\x71\x55\x08\x71\x74\xf2\x71\x55\x48\xcd\x2b\x8e\x2f\x2d\x4e\x2d\xca\x4b\xcc\x4d\x2d\x56\xd0\xe0\xe2\xe4\x54\x82\x71\x95\x14\x42\x5c\x23\x42\x14\xfc\xfc\x43\x14\xfc\x42\x7d\x7c\x74\x40\x72\xc9\x19\x89\x99\x79\xf1\x99\x29\x4a\x0a\xa1\x7e\xc1\x9e\xee\x7e\xae\x2e\x0a\x4e\x9e\xee\x9e\x7e\x21\x0a\x2e\xae\x6e\x8e\xa1\x3e\x21\x0a\x86\x9a\xd6\x80\x00\x00\x00\xff\xff\xa9\xfe\x5b\xec\x62\x00\x00\x00") func _1674136690_ens_usernamesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1047,12 +1048,12 @@ func _1674136690_ens_usernamesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1674136690_ens_usernames.up.sql", size: 100, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5f, 0xc3, 0x6d, 0x9b, 0x2e, 0x89, 0x6a, 0x37, 0x2e, 0xed, 0x4c, 0x9b, 0x96, 0x8, 0xa6, 0x73, 0x6b, 0xac, 0x3, 0xae, 0x58, 0x8e, 0xd, 0x43, 0x40, 0xeb, 0x6a, 0x68, 0xe2, 0xe0, 0x0, 0x13}} + info := bindataFileInfo{name: "1674136690_ens_usernames.up.sql", size: 98, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x7a, 0xf3, 0xa8, 0x88, 0x99, 0xd6, 0x9c, 0x69, 0x48, 0x3c, 0x10, 0xda, 0x72, 0xdc, 0x14, 0xd, 0x6e, 0x8c, 0x82, 0x92, 0x2d, 0x2c, 0xee, 0x4c, 0x70, 0xa4, 0xdc, 0x5c, 0x5, 0x2, 0xc3}} return a, nil } -var __1674232431_add_balance_historyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xc1\x6e\x9b\x40\x10\x86\xef\x48\xbc\xc3\x7f\x6c\x24\xc8\x0b\xe4\x04\x09\x4d\x57\x42\x8b\x6a\x43\x95\x1b\x5a\x2f\x63\x33\xea\x66\x89\x76\xc7\x95\xe8\xd3\x57\xd8\x24\xad\x5a\xbb\xad\x72\xfe\xf7\x9f\x4f\xf3\xed\xe4\x39\x1a\x4f\x20\x2f\x61\xc6\x0b\x05\xd8\xd1\xb0\xef\x79\xc8\x60\x86\x21\x50\x8c\x19\xec\x31\x04\xf2\x76\xce\xb0\x73\x93\xfd\x9a\x26\x79\x8e\x1d\x4b\x24\x01\x47\x1c\x23\x0d\x90\x09\x91\x1c\x59\x81\xf0\x33\x81\xbd\x50\xf8\x66\x1c\x0e\xc1\xf8\xa3\x33\x81\x65\xbe\x45\x3b\x12\x1c\x99\x28\x88\x7c\xf0\xbc\x67\x6b\xbc\x2c\x93\x30\x9a\x08\x19\x09\x76\x32\x21\x52\x94\x5f\x7b\x67\x9c\x71\xc6\x5b\x5a\x78\x06\x91\x02\x1b\xc7\xdf\x69\xc0\x8e\x0f\xb7\xca\x4b\x9a\xdc\x6f\xaa\xa2\xad\xd0\x16\x65\x5d\x41\x7d\x84\x6e\x5a\x54\x4f\x6a\xdb\x6e\x5f\xbb\xfd\xc8\x51\xa6\x30\xe3\x43\x9a\x00\x78\x5b\x14\x9d\xde\xaa\x47\x5d\x3d\xa0\x54\x8f\x4a\xb7\xa7\xaa\xee\xea\x3a\x3b\xbf\x5b\x35\xe0\x4b\xb1\xb9\xff\x54\x6c\x7e\x8f\x5f\xe5\x5c\xcb\x4f\xca\xae\x8c\x5e\x5c\x45\x31\xcf\x2f\xb8\x10\xae\x86\x2f\x25\xab\x8c\xb2\x6e\xca\x34\xb9\xb9\x4b\x93\xb7\xfd\x3b\xad\x3e\x77\x15\x94\x7e\xa8\x9e\xfe\xae\xa1\xe7\x81\xbc\xf0\x7e\xee\xcf\x7f\xdf\xe8\x3f\x45\xfd\xfb\x16\x16\xf8\x8a\xfe\x1f\xe6\x9e\x9d\x50\x38\x11\x99\xe2\x3b\x99\xd9\x4f\x6f\xd9\x6a\xe9\xe6\xee\x47\x00\x00\x00\xff\xff\x2f\xfe\x9e\x83\xc8\x02\x00\x00") +var __1674232431_add_balance_historyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\xcd\x8e\x9b\x30\x14\x85\xf7\x3c\xc5\x59\x36\x12\xcc\x0b\x64\x05\x33\x74\x6a\x09\x19\x35\x81\x6a\x76\xc8\x31\x37\xe1\xaa\x1e\x13\xd9\x37\x95\xe8\xd3\x57\xa1\xd0\x56\x4d\xfa\xa3\x59\x1f\x1f\x7f\x3a\xdf\xcd\x32\xd4\x9e\x40\x5e\xc2\x84\x33\x05\xd8\xc1\xb0\xef\xb8\x4f\x61\xfa\x3e\x50\x8c\x29\xec\x25\x04\xf2\x76\x4a\x71\x70\xa3\xfd\x9c\x64\x19\x0e\x2c\x91\x04\x1c\x71\x89\xd4\x43\x46\x44\x72\x64\x05\xc2\xaf\x04\xf6\x42\xe1\x8b\x71\x38\x05\xe3\x2f\xce\x04\x96\xe9\x01\xcd\x40\x70\x64\xa2\x20\xf2\xc9\xf3\x91\xad\xf1\x72\xfd\x09\x83\x89\x90\x81\x60\x47\x13\x22\x45\xf9\xb5\x37\xd3\x8c\x33\xde\xd2\x15\x67\x10\x29\xb0\x71\xfc\x95\x7a\x1c\xf8\xf4\xa0\xbc\x24\x8f\xbb\x32\x6f\x4a\x34\x79\x51\x95\x50\xef\xa1\xeb\x06\xe5\x8b\xda\x37\xfb\xb5\xda\x0d\x1c\x65\x0c\x13\xde\x25\x00\x7e\x8c\x44\xab\xf7\xea\x59\x97\x4f\x28\xd4\xb3\xd2\xcd\xdc\xd4\x6d\x55\xa5\xf3\xb3\xc5\x00\x3e\xe5\xbb\xc7\x0f\xf9\xee\xb7\x74\xd5\xf2\x87\x78\x76\x75\xff\xdf\xab\xa4\x28\xe6\xf5\x8c\xdb\x6c\x31\x7b\x27\x58\x24\x14\x55\x5d\x24\x9b\x6d\xb2\xae\x6e\xb5\xfa\xd8\x96\x50\xfa\xa9\x7c\xf9\xfb\xf8\x8e\x7b\xf2\xc2\xc7\xa9\xfb\x7e\xee\x5a\xdf\xea\xf9\xf7\xf9\x37\xdb\x95\xfc\x3f\xc8\x23\x3b\xa1\x30\x03\x99\xe2\x1b\x91\xe9\x4f\x63\xe9\x22\x68\xb3\xfd\x16\x00\x00\xff\xff\xca\xc4\x54\x21\xba\x02\x00\x00") func _1674232431_add_balance_historyUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1067,12 +1068,12 @@ func _1674232431_add_balance_historyUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1674232431_add_balance_history.up.sql", size: 712, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0x85, 0xac, 0x4c, 0xc4, 0x33, 0xb6, 0xc5, 0xd2, 0xcb, 0x35, 0x3, 0x72, 0xbc, 0x64, 0x7, 0x72, 0x5e, 0xe7, 0xfd, 0x85, 0x45, 0xed, 0x7d, 0x42, 0x18, 0x2, 0xe0, 0xfe, 0x80, 0xed, 0x55}} + info := bindataFileInfo{name: "1674232431_add_balance_history.up.sql", size: 698, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0xb5, 0x18, 0xca, 0x4a, 0x93, 0xbb, 0x6f, 0xa4, 0xee, 0xe4, 0x3e, 0xff, 0x6a, 0x4b, 0xe2, 0xe1, 0x61, 0x28, 0xee, 0xc5, 0x26, 0x57, 0x61, 0x5e, 0x6d, 0x44, 0x1e, 0x85, 0x43, 0x70, 0xa2}} return a, nil } -var __1676368933_keypairs_to_keycardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcd\x6a\xc3\x30\x10\x84\xef\x06\xbf\xc3\x1c\x13\xf0\x1b\xf4\xa4\xd8\xeb\x56\x54\x95\x82\xac\x94\xe6\x14\x8c\xa4\x82\xc9\x8f\x8b\xe5\x1c\xfa\xf6\xc5\xad\x13\xff\xa4\x81\x1c\x57\xfb\xed\x8e\x66\x27\xd5\xc4\x0c\xc1\xb0\x95\x20\xf0\x1c\x52\x19\xd0\x07\x2f\x4c\x81\xbd\xff\xb6\x65\xe3\x02\x16\x71\x04\xe0\x52\xef\xce\x95\xc3\x3b\xd3\xe9\x0b\xd3\xbf\xb8\xdc\x08\x81\xb5\xe6\x6f\x4c\x6f\xf1\x4a\xdb\x64\x8a\x9f\xca\xa3\xbf\xe1\x67\xcc\xa1\xb6\x7b\xef\xb0\x52\x4a\x10\x93\xc8\x28\x67\x1b\x61\x90\x33\x51\xd0\x80\xfe\xab\x1c\x47\xcb\xa7\x38\x8a\xa3\x07\x8c\xec\x4a\x6b\xeb\xf3\xa9\x7d\xc8\x51\x2f\xdb\x8f\xec\x4a\xe7\x1a\x1f\xc2\x3d\x2c\x57\x9a\xf8\xb3\xec\xec\x2f\x46\x5b\x97\xd0\x94\x93\x26\x99\xd2\xf0\x8d\x29\xf0\x37\x0f\x28\x89\xcd\x3a\xeb\x2c\xa4\xac\x48\x59\x46\xe3\x4e\x46\x82\x46\x1d\x00\x17\xdb\x5c\x16\xa4\x0d\xb8\x34\x6a\x08\x2c\xf8\x83\xb7\x2d\x5c\x15\xda\xea\x64\xdb\xb1\xcf\x64\x92\x4b\x32\x4b\x20\xb9\x9e\xf9\xb3\xa9\x8f\x5d\xf1\x55\x56\x4d\xb8\xab\x34\x5c\xb4\x97\x9c\x28\xcd\x6f\x77\xbb\x33\xd3\x6a\xdd\x47\x76\x7d\xff\x09\x00\x00\xff\xff\x1b\x5e\x01\x4a\x92\x02\x00\x00") +var __1676368933_keypairs_to_keycardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcf\x6e\xb3\x30\x10\xc4\xef\x3c\xc5\x1c\x13\x89\x37\xf8\x4e\x0e\x2c\x5f\xad\xba\x76\x64\x9c\xaa\x39\x45\xc8\x76\x25\x94\x04\x2a\x4c\x0e\x7d\xfb\x0a\x4a\xf9\xd7\x46\xca\xd1\xde\xdf\xee\xec\xcc\x26\x9a\x98\x21\x18\xb6\x13\x04\x9e\x41\x2a\x03\x7a\xe3\xb9\xc9\x71\xf6\x9f\xb6\x68\x5c\xc0\x26\x02\xf0\xf3\x3c\xdd\x4a\x87\x57\xa6\x93\x27\xa6\x7b\x5a\x1e\x84\xc0\x5e\xf3\x17\xa6\x8f\x78\xa6\x63\xbc\xa0\xab\xe2\xea\x7f\xe1\x4b\xe4\x52\xdb\xb3\x77\xd8\x29\x25\x88\x49\xa4\x94\xb1\x83\x30\xc8\x98\xc8\x69\x24\xff\x94\x8d\xb6\xff\xa2\xe8\x01\x07\xa7\xc2\xda\xfa\x56\xb5\x8f\x58\xf9\x56\x1c\x1a\x4e\x85\x73\x8d\x0f\xe1\x0e\x95\x29\x4d\xfc\xbf\xec\x5c\x6f\x66\x33\xb7\xd0\x94\x91\x26\x99\xd0\xb4\xc3\x12\xe8\xdb\x01\x25\x71\xd8\xa7\xdd\xfa\x09\xcb\x13\x96\xd2\xac\x90\x92\xa0\x59\x01\x40\x6f\x97\xcb\x9c\xb4\x01\x97\x46\x4d\x17\x0a\xfe\xe2\x6d\x0b\x57\x86\xb6\xac\x6c\x3b\x37\x18\x2f\x4e\x11\xaf\x52\x8f\xc7\x6c\xdf\x9b\xfa\xda\x3d\x3e\x8a\xb2\x09\x77\x74\xa6\x1c\x07\xc1\x85\xce\x3a\xb3\xf5\xc4\x54\xab\xfd\x70\xa6\xf1\xf7\x2b\x00\x00\xff\xff\x54\x11\xff\x5a\x7f\x02\x00\x00") func _1676368933_keypairs_to_keycardsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1087,12 +1088,12 @@ func _1676368933_keypairs_to_keycardsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1676368933_keypairs_to_keycards.up.sql", size: 658, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe8, 0xf7, 0x0, 0x28, 0x7c, 0xcf, 0x62, 0xca, 0xbc, 0xa1, 0x33, 0x2c, 0xde, 0x1e, 0x72, 0xb9, 0x97, 0x5f, 0x82, 0xb9, 0x8b, 0x2b, 0xaa, 0x18, 0xd3, 0xab, 0xd1, 0x46, 0xa9, 0x7a, 0x70, 0x66}} + info := bindataFileInfo{name: "1676368933_keypairs_to_keycards.up.sql", size: 639, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x93, 0x27, 0x2, 0xf0, 0x37, 0x81, 0x65, 0xa4, 0xb3, 0x5b, 0x60, 0x36, 0x95, 0xfc, 0x81, 0xf0, 0x3b, 0x7c, 0xc3, 0x2c, 0x85, 0xbd, 0x38, 0x46, 0xa4, 0x95, 0x4a, 0x6, 0x3e, 0x74, 0xd5}} return a, nil } -var __1676951398_add_currency_format_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xc1\x4a\xc4\x30\x14\x45\xf7\x85\xfe\xc3\x5d\x3a\xe0\x7c\xc1\xac\x32\x63\xc4\x40\x49\xb0\x93\xca\xec\x42\x4c\xdf\x68\xa0\x4d\xcb\x4b\x5c\xc4\xaf\x17\xac\xcc\x42\x10\x5c\xdf\x7b\xe0\x9c\xfd\x1e\x26\x11\x28\x15\xae\x58\x89\x91\xeb\xfc\xba\x4c\x6d\x73\xea\xa5\xb0\x12\x56\x1c\x3b\x09\xf5\x08\x6d\x2c\xe4\x45\x9d\xed\x19\xe1\x83\x99\x52\xa8\xee\xba\xf0\xec\x8b\x0b\x3e\xbc\x13\xee\xda\x06\xc0\x0f\x8f\x17\xd1\x9f\x9e\x44\xff\x8d\xe9\xa1\xeb\xee\xb7\x75\x8c\x79\x9d\x7c\x75\x23\x85\x38\xfb\x29\x43\x69\xfb\xfb\x93\x0b\xc7\xd5\x15\xf6\x71\x8a\xe9\xcd\x7d\x12\x2f\x94\x71\x34\xa6\x93\x42\xdf\xce\x6d\xb3\x3b\xb4\xcd\xcd\x73\xd0\xea\x79\x90\x50\xfa\x41\x5e\xfe\xa3\xeb\xe2\x48\xa9\xc4\x6b\x75\x5b\xba\xd1\x7f\x65\x6d\x41\xbb\xc3\x57\x00\x00\x00\xff\xff\x48\x72\xa0\x63\x2a\x01\x00\x00") +var __1676951398_add_currency_format_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xc1\x4a\x03\x31\x14\x45\xf7\xf3\x15\x77\x69\xc1\x7e\x41\x57\x69\x8d\x18\x18\x12\x9c\x66\xa4\xbb\x10\x33\xaf\x1a\xc8\x64\x86\x97\xb8\x88\x5f\x2f\xb4\xea\x42\x10\xba\xbe\xf7\xc0\x39\xdb\x2d\x4c\x26\x50\xae\xdc\xb0\x12\xa3\xb4\xf9\x75\x49\xdd\x61\x90\xc2\x4a\x58\xb1\xef\x25\xd4\x23\xb4\xb1\x90\x27\x75\xb4\x47\x84\x0f\x66\xca\xa1\xb9\xf3\xc2\xb3\xaf\x2e\xf8\xf0\x4e\xb8\xeb\x00\x7c\xd3\x78\x11\xc3\xe1\x49\x0c\x17\x4a\x8f\x7d\x7f\x7f\x19\xa7\x58\xd6\xe4\x9b\x9b\x28\xc4\xd9\xa7\x02\xa5\xed\x9f\x4b\xa9\x1c\x57\x57\xd9\xc7\x14\xf3\x9b\xfb\x24\x5e\xa8\x60\x6f\x4c\x2f\x85\xfe\xfd\x76\x9b\x5d\xf7\x63\x38\x6a\xf5\x3c\x4a\x28\xfd\x20\x4f\xb7\x88\xba\x38\x51\xae\xf1\xdc\xdc\xb5\xd9\xe8\xff\x82\xae\x2d\x9b\xdd\x57\x00\x00\x00\xff\xff\x11\xe9\xc3\xee\x23\x01\x00\x00") func _1676951398_add_currency_format_cacheUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1107,8 +1108,8 @@ func _1676951398_add_currency_format_cacheUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1676951398_add_currency_format_cache.up.sql", size: 298, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x69, 0xf2, 0x94, 0x4d, 0xff, 0xf, 0xf9, 0xe8, 0x87, 0x47, 0xc2, 0xea, 0xe9, 0x80, 0xff, 0x57, 0xf7, 0x84, 0xb8, 0x4d, 0x70, 0x36, 0x63, 0xc8, 0x82, 0xd4, 0xa0, 0xf5, 0x4d, 0x88, 0xb2}} + info := bindataFileInfo{name: "1676951398_add_currency_format_cache.up.sql", size: 291, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0xa3, 0x76, 0x35, 0xca, 0xf, 0xe8, 0xdf, 0xd9, 0x61, 0xf9, 0xed, 0xfc, 0x6d, 0xf5, 0xe, 0x11, 0x88, 0xbd, 0x14, 0x92, 0xc6, 0x57, 0x53, 0xe, 0xcd, 0x52, 0xf4, 0xa9, 0xb1, 0xdd, 0xfd}} return a, nil } @@ -1127,12 +1128,12 @@ func _1676968196_keycards_add_clock_columnUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1676968196_keycards_add_clock_column.up.sql", size: 73, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1676968196_keycards_add_clock_column.up.sql", size: 73, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0xf, 0x1c, 0x28, 0x41, 0x57, 0x57, 0x6c, 0xe, 0x75, 0x6b, 0x75, 0x12, 0x0, 0x18, 0x1e, 0x88, 0x1e, 0x45, 0xe0, 0x32, 0xb9, 0xd4, 0xd9, 0x2e, 0xc8, 0xb, 0x80, 0x6, 0x51, 0x3d, 0x28}} return a, nil } -var __1676968197_add_fallback_rpc_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4b\xcc\xc9\x49\x4a\x4c\xce\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x25\xd8\x35\x04\x55\xbb\x2d\x48\x1d\x20\x00\x00\xff\xff\x49\x43\xfd\x7a\x71\x00\x00\x00") +var __1676968197_add_fallback_rpc_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x4b\xcc\xc9\x49\x4a\x4c\xce\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x24\xd8\x35\x04\x55\xb7\x2d\x48\x19\x20\x00\x00\xff\xff\xe1\xb6\xd7\x0b\x70\x00\x00\x00") func _1676968197_add_fallback_rpc_to_networksUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1147,12 +1148,12 @@ func _1676968197_add_fallback_rpc_to_networksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1676968197_add_fallback_rpc_to_networks.up.sql", size: 113, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x38, 0x38, 0xb2, 0x4d, 0x75, 0xc0, 0xe9, 0x7e, 0x33, 0xfc, 0x49, 0xde, 0x11, 0xb, 0x8e, 0x37, 0xf0, 0x99, 0x34, 0x95, 0xd3, 0x41, 0xb1, 0x46, 0x18, 0xaf, 0x5e, 0x86, 0xb5, 0x21, 0x99}} + info := bindataFileInfo{name: "1676968197_add_fallback_rpc_to_networks.up.sql", size: 112, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0x6a, 0xc6, 0x45, 0xfa, 0x62, 0x84, 0x74, 0x6d, 0x7c, 0xd7, 0x1d, 0x79, 0xb6, 0x38, 0x43, 0xa8, 0x8, 0x6b, 0x75, 0x3d, 0x9, 0x2, 0xc5, 0x9f, 0xbb, 0x45, 0x56, 0x4c, 0x4e, 0x17, 0x89}} return a, nil } -var __1677674090_add_chains_ens_istest_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xc1\x6e\xf2\x30\x10\x84\xef\x91\xfc\x0e\x2b\x4e\x20\xe5\xf0\xdf\x39\x19\xd8\x08\xeb\x37\x36\x72\x96\x02\x27\xcb\x22\xae\x40\x2d\x49\x15\x07\xfa\xfa\x55\x5c\x92\x8a\x86\x4a\xed\x75\xe7\xdb\xd1\xec\xd8\x73\x83\x9c\x10\x88\xcf\x24\x82\xc8\x40\x69\x02\xdc\x89\x9c\x72\x08\xee\xea\x0b\xeb\x8a\xa2\xf6\x21\xf8\x60\x4b\xff\x0e\x63\x96\x00\xdc\x46\xf0\xc4\xcd\x7c\xc9\x4d\xdc\x51\x1b\x29\xd3\x56\x2c\xdd\xd9\x03\xe1\x8e\xee\xc7\xcf\xee\x5a\x5d\xea\x53\xe3\x61\xa6\xb5\x44\xae\x7a\x19\x16\x98\xf1\x8d\x24\xc8\xb8\xcc\x31\xc2\xb5\x3f\x57\x57\x5f\xfc\x06\xbd\xbc\x15\xae\xf1\xf6\xf0\x5a\x1d\x5e\x40\x28\x1a\xb2\xff\x22\x77\x38\xba\x53\x69\xc3\xb1\xaa\x1b\xdb\x46\xfc\x4a\xdf\x71\xa3\x51\x04\x7d\x19\x22\xf0\x93\x7e\x0a\xb6\xf1\xa1\xe9\xb3\x0d\x23\xad\x8d\x58\x71\xb3\x87\xff\xb8\x87\xf1\xad\xab\xb4\xf7\x4d\x3b\x87\x09\x4b\x26\xb0\x15\xb4\xd4\x1b\x02\xa3\xb7\x62\x31\x65\x09\x4b\x84\xca\xd1\x50\x7b\x8a\x7e\xfc\x02\xbd\xe3\xa7\x5b\x5f\x6c\xda\xd5\x96\xde\x95\x32\x69\x23\x41\x8e\x12\xe7\x04\x7f\xdc\x85\xcc\xe8\xd5\xf7\x14\x53\x96\x2c\x8c\x5e\xdf\xbe\xcc\x50\xe4\x92\xd0\x3c\x56\xe3\x01\x06\x15\x5f\x21\x0c\xcf\x9b\xb2\xe4\x23\x00\x00\xff\xff\x86\xb0\x54\x0a\x8e\x02\x00\x00") +var __1677674090_add_chains_ens_istest_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xc1\x6e\xf2\x30\x10\x84\xef\x7e\x8a\x11\x27\x90\x72\xf8\xef\x9c\x0c\x6c\x84\xf5\x9b\x18\x39\x4b\x81\x93\x65\x11\x57\xa0\x96\xa4\x8a\x03\x7d\xfd\x2a\x14\x52\xd1\x50\xa9\xbd\xee\xcc\x8e\xbe\x1d\xed\xd4\x92\x64\x02\xcb\x89\x26\xa8\x14\x99\x61\xd0\x46\xe5\x9c\x23\xfa\x73\x28\x9c\x2f\x8a\x3a\xc4\x18\xa2\x2b\xc3\x3b\x86\x02\xb8\x4e\xf0\x24\xed\x74\x2e\xed\x65\x25\x5b\x69\x9d\x08\xa0\xf4\xc7\x00\xa6\x0d\xdf\x4d\x9f\xfd\xb9\x3a\xd5\x87\x26\x60\x62\x8c\x26\x99\x75\x2a\x66\x94\xca\x95\x66\xa4\x52\xe7\xd4\x7a\xeb\x70\xac\xce\xa1\xf8\x85\xf3\xf4\x56\xf8\x26\xb8\xdd\x6b\xb5\x7b\x81\xca\xb8\x6f\xfd\xd7\xda\x76\x7b\x7f\x28\x5d\xdc\x57\x75\xe3\x5a\xbc\x2f\xf0\x9b\x6d\x30\x68\x7d\xa1\x8c\x17\xfd\x07\xf9\x10\x5d\x13\x62\xd3\x71\xf5\x70\x96\x56\x2d\xa4\xdd\xe2\x3f\x6d\x31\xbc\x76\x94\x74\xa9\xc9\x2d\x60\x24\x46\x58\x2b\x9e\x9b\x15\xc3\x9a\xb5\x9a\x8d\x85\x50\x59\x4e\x96\xdb\x1b\xcc\xe3\xd6\xbb\xb8\xcf\xa8\xae\xcf\xe4\x56\x57\x72\xd7\xc6\x48\x00\xc8\x49\xd3\x94\xf1\xc7\x55\xa4\xd6\x2c\xbe\x43\x8c\xc5\xcc\x9a\xe5\xf5\x49\x7a\x9a\xd4\x4c\xf6\xb1\x78\xa1\xb7\x94\xc9\x05\xa1\x7f\xdb\x58\x7c\x04\x00\x00\xff\xff\x4b\x7d\x7a\x1a\x7e\x02\x00\x00") func _1677674090_add_chains_ens_istest_to_saved_addressesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1167,8 +1168,8 @@ func _1677674090_add_chains_ens_istest_to_saved_addressesUpSql() (*asset, error) return nil, err } - info := bindataFileInfo{name: "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql", size: 654, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0xba, 0x4a, 0x21, 0x8, 0x56, 0x34, 0xec, 0x2c, 0x47, 0x3d, 0x5d, 0x68, 0x22, 0x3c, 0xd1, 0xc, 0xb9, 0x14, 0x6, 0x3e, 0x16, 0xf6, 0x57, 0x7b, 0xc2, 0x5d, 0xab, 0x4b, 0xdf, 0x8, 0xb}} + info := bindataFileInfo{name: "1677674090_add_chains_ens_istest_to_saved_addresses.up.sql", size: 638, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x2d, 0xa4, 0x1b, 0xf6, 0x6a, 0x13, 0x7b, 0xe, 0x59, 0xcd, 0xe2, 0x4e, 0x81, 0x99, 0xc4, 0x33, 0x84, 0xde, 0x66, 0xca, 0xac, 0x2f, 0x5, 0x90, 0xac, 0xfd, 0x4e, 0xfc, 0x55, 0x44, 0xe5}} return a, nil } @@ -1187,12 +1188,12 @@ func _1677681143_accounts_table_type_column_updateUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1677681143_accounts_table_type_column_update.up.sql", size: 135, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1677681143_accounts_table_type_column_update.up.sql", size: 135, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0xc4, 0x6, 0x42, 0x50, 0x1d, 0xf4, 0x48, 0x55, 0xbc, 0xa2, 0x19, 0xdd, 0xad, 0xc8, 0xc, 0xa7, 0x30, 0xb6, 0xaf, 0xe, 0x2b, 0xaa, 0x2a, 0xa4, 0xe1, 0xb9, 0x41, 0x23, 0x66, 0xd3, 0x3}} return a, nil } -var __1678264207_accounts_table_new_columns_addedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\xc8\x4e\xad\x2c\x48\xcc\x2c\x8a\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\xc2\xa9\x2f\x27\xb1\xb8\x24\xbe\xb4\x38\x35\x25\x3e\x25\xb5\x28\xb3\x2c\xb1\x24\x33\x3f\x2f\x3e\x33\x2f\x25\xb5\x42\xc1\xd3\x2f\x44\xc1\xcf\x3f\x44\xc1\x2f\xd4\xc7\x07\x6e\x9a\x81\x35\x20\x00\x00\xff\xff\x1d\x8d\xf8\x8f\x83\x00\x00\x00") +var __1678264207_accounts_table_new_columns_addedUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\x4c\x4e\xce\x2f\xcd\x2b\x29\x56\x70\x74\x71\x51\xc8\x4e\xad\x2c\x48\xcc\x2c\x8a\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xc2\xa9\x2d\x27\xb1\xb8\x24\xbe\xb4\x38\x35\x25\x3e\x25\xb5\x28\xb3\x2c\xb1\x24\x33\x3f\x2f\x3e\x33\x2f\x25\xb5\x42\xc1\xd3\x2f\x44\xc1\xcf\x3f\x44\xc1\x2f\xd4\xc7\x07\x6e\x98\x81\x35\x20\x00\x00\xff\xff\x58\xef\x2d\xf3\x82\x00\x00\x00") func _1678264207_accounts_table_new_columns_addedUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1207,12 +1208,12 @@ func _1678264207_accounts_table_new_columns_addedUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1678264207_accounts_table_new_columns_added.up.sql", size: 131, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xc9, 0x1f, 0xa2, 0xbf, 0x6, 0x3, 0x72, 0x71, 0x4e, 0x73, 0x52, 0x32, 0x41, 0xd6, 0xf0, 0xe8, 0xab, 0xe9, 0xa4, 0xba, 0x82, 0xdb, 0x18, 0x81, 0x60, 0xcb, 0x35, 0x6e, 0x98, 0x9b, 0x78}} + info := bindataFileInfo{name: "1678264207_accounts_table_new_columns_added.up.sql", size: 130, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xd4, 0xf3, 0x35, 0xef, 0x5c, 0x19, 0x3c, 0x15, 0x90, 0x60, 0xbd, 0x1f, 0x81, 0xf0, 0x86, 0x73, 0x89, 0xa0, 0x70, 0xf2, 0x46, 0xae, 0xea, 0xd0, 0xc6, 0x9e, 0x55, 0x4a, 0x54, 0x62, 0xbb}} return a, nil } -var __1680770368_add_bio_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\xf0\xf4\x0b\x71\x75\x77\x0d\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\xe5\x02\x04\x00\x00\xff\xff\x68\xde\x0a\xdc\x4c\x00\x00\x00") +var __1680770368_add_bio_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xca\xcc\x57\xf0\xf4\x0b\x71\x75\x77\x0d\x52\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb0\xe6\x02\x04\x00\x00\xff\xff\xa1\x42\xdd\x4d\x4b\x00\x00\x00") func _1680770368_add_bio_to_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1227,12 +1228,12 @@ func _1680770368_add_bio_to_settings_sync_clock_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1680770368_add_bio_to_settings_sync_clock_table.up.sql", size: 76, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x12, 0xb5, 0x70, 0xd2, 0x29, 0xf0, 0x78, 0x8f, 0xb5, 0xa6, 0xbb, 0x60, 0xc5, 0xcb, 0x76, 0x24, 0xa4, 0x91, 0x37, 0x4f, 0x16, 0xef, 0x49, 0x97, 0xeb, 0x7a, 0x7b, 0x6b, 0x2a, 0x4, 0xb4, 0xe9}} + info := bindataFileInfo{name: "1680770368_add_bio_to_settings_sync_clock_table.up.sql", size: 75, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x52, 0xf6, 0x3f, 0xaa, 0xd, 0xa0, 0xee, 0xe8, 0xe6, 0x16, 0x21, 0x80, 0x61, 0xe4, 0x7a, 0x4e, 0x37, 0x8d, 0x30, 0x51, 0x20, 0x4d, 0x15, 0x47, 0xfb, 0x6, 0xa1, 0xce, 0xc8, 0x27, 0x5a}} return a, nil } -var __1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\xc1\x4a\xc4\x30\x10\xc6\xf1\x7b\xa1\xef\xf0\xdd\xba\xeb\x69\xef\x65\x85\x6c\x3b\xd5\x85\xd9\x44\xd2\x09\x1e\x7b\xc8\x06\x0d\xda\x14\x4c\x10\xf6\xed\x45\x14\x57\xa8\x78\x1d\xe6\xfb\xfd\x15\x0b\x59\x88\x3a\x30\x21\x87\x52\x62\x7a\xca\x53\xbe\x24\x3f\xf9\xd7\xc5\xbf\x40\xf5\x3d\x3a\xc3\xee\xa4\x31\xa7\x30\x2f\x29\xfa\xe9\x2d\xcc\xcb\x7b\x38\xe3\xa8\x85\xee\xc8\x42\x1b\x81\x76\xcc\xe8\x69\x50\x8e\x05\xbb\xb6\xae\xfe\x82\xff\xd5\x0e\xc6\x30\x29\xbd\xd6\x06\xc5\x23\xb5\x75\xe5\x1e\x7a\x25\xbf\xb0\x91\x64\xad\xec\xb1\x19\x89\xa9\x13\x74\xc6\x69\xd9\xdc\x6c\x71\x8b\x1d\x06\x6b\x4e\xd7\xe5\xe3\x3d\x59\xfa\xd9\xe2\x38\x7e\x05\x8d\xbd\xde\xf6\x68\x9a\xed\xf7\x63\xbe\xa4\xf2\x1c\x4a\xf4\x53\xfc\x0c\x34\xf1\xdc\xb4\x75\xf5\x11\x00\x00\xff\xff\xc5\x99\xe7\xad\x3a\x01\x00\x00") +var __1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\xc1\x4a\x03\x31\x10\xc6\xf1\xfb\x3e\xc5\x77\xdb\xd6\x53\xef\x4b\x85\x74\x77\x56\x0b\xd3\x44\xb2\x13\x3c\xe6\x90\x06\x0d\xba\x59\x30\x41\xe8\xdb\x8b\x28\x56\x58\xf1\x3a\xcc\xf7\xfb\x2b\x16\xb2\x10\x75\x60\x42\x89\xb5\xa6\xfc\x54\x7c\xb9\xe4\xe0\xc3\xeb\x12\x5e\xa0\x86\x01\xbd\x61\x77\xd2\x98\x73\x9c\x97\x9c\x82\x7f\x8b\xf3\xf2\x1e\xcf\x38\x6a\xa1\x3b\xb2\xd0\x46\xa0\x1d\x33\x06\x1a\x95\x63\xc1\xae\x6b\xfe\x72\xff\xc5\x0e\xc6\x30\x29\xbd\xc6\x46\xc5\x13\x75\x8d\x7b\x18\x94\xfc\xb2\x26\x92\x35\xb2\xc7\x66\x22\xa6\x5e\xd0\x1b\xa7\x65\x73\xb3\xc5\x2d\x76\x18\xad\x39\x5d\x97\x8f\xf7\x64\xe9\x67\x8b\xe3\xf4\xd5\x33\xf6\x7a\xdb\xa3\x6d\xb7\xdf\x8f\xe5\x92\xeb\x73\xac\x29\xf8\xf4\x19\x68\xd3\xb9\xed\x9a\x8f\x00\x00\x00\xff\xff\x66\x07\x60\x7d\x37\x01\x00\x00") func _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1247,12 +1248,12 @@ func _1681110436_add_mnemonic_to_settings_sync_clock_tableUpSql() (*asset, error return nil, err } - info := bindataFileInfo{name: "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql", size: 314, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x81, 0x1f, 0x74, 0x13, 0xca, 0x4b, 0xa2, 0xd0, 0x67, 0xc2, 0x43, 0x69, 0x1, 0xbc, 0x6d, 0x30, 0x8f, 0xac, 0xc7, 0xd3, 0x44, 0x43, 0xe1, 0xff, 0x9a, 0x6a, 0xf, 0xf3, 0x48, 0x9d, 0x85}} + info := bindataFileInfo{name: "1681110436_add_mnemonic_to_settings_sync_clock_table.up.sql", size: 311, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0x74, 0x81, 0x7d, 0x9e, 0x77, 0xb6, 0xfe, 0xe3, 0xcb, 0x48, 0xe5, 0x5f, 0x39, 0x23, 0xa1, 0x7d, 0x53, 0x22, 0xe8, 0x96, 0x15, 0x8a, 0x1e, 0x8e, 0xbc, 0xe2, 0x1d, 0xc4, 0xc2, 0x56, 0x34}} return a, nil } -var __1681392602_9d_sync_periodUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x48\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xae\xcc\x4b\x8e\x2f\x48\x2d\xca\xcc\x4f\x51\xb0\x55\x30\x37\x37\x37\x33\x30\xb0\x56\xd0\xd5\x55\xb0\x54\x48\x49\xac\x2c\xe6\xe5\x02\x04\x00\x00\xff\xff\x63\xfb\x9f\x6b\x3d\x00\x00\x00") +var __1681392602_9d_sync_periodUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x0a\x0d\x70\x71\x0c\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x08\x76\x0d\x51\x48\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xae\xcc\x4b\x8e\x2f\x48\x2d\xca\xcc\x4f\x51\xb0\x55\x30\x37\x37\x37\x33\x30\xb0\x56\xd0\xd5\x55\xb0\x54\x48\x49\xac\x2c\xe6\x02\x04\x00\x00\xff\xff\xdf\x72\xa4\x65\x3c\x00\x00\x00") func _1681392602_9d_sync_periodUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1267,12 +1268,12 @@ func _1681392602_9d_sync_periodUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1681392602_9d_sync_period.up.sql", size: 61, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0xd5, 0x27, 0xa7, 0x1f, 0xd, 0x4b, 0x83, 0x6f, 0xe2, 0x98, 0x86, 0xf, 0x31, 0xaa, 0x25, 0x78, 0xdc, 0x6e, 0x34, 0x29, 0x65, 0x9a, 0xd1, 0x1d, 0x33, 0xd0, 0x3e, 0xf5, 0x86, 0xea, 0xa8}} + info := bindataFileInfo{name: "1681392602_9d_sync_period.up.sql", size: 60, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xa, 0x90, 0x29, 0x7f, 0x76, 0x98, 0xa7, 0x71, 0x80, 0x5a, 0x2f, 0xbe, 0x23, 0x9a, 0xd4, 0xf4, 0x39, 0x19, 0xd3, 0xa5, 0x34, 0x6e, 0x67, 0x6a, 0xbe, 0x8a, 0xad, 0x21, 0xc7, 0xba, 0x88}} return a, nil } -var __1681762078_default_sync_period_9dUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\xc1\x6e\xe3\x36\x10\xbd\x07\xc8\x3f\x10\x7b\xd9\xb6\xd8\x05\x92\x43\x9b\x16\x8b\x1e\x9c\x44\xc9\x1a\x75\xec\x40\x91\xbb\xdd\x13\x41\x91\x23\x8b\x10\x45\xb2\x1c\xd2\x86\xff\xbe\xa0\x24\xdb\xb2\xad\x68\xdd\xa3\xc4\x37\x9c\xe1\x9b\xf7\x86\x7c\x48\x93\x49\x96\x90\x6c\x72\x3f\x4b\x08\x82\xf7\x52\xaf\x90\xe6\x15\xf9\xe9\xfa\x8a\x10\x26\x84\x03\x44\xf2\xf7\x24\x7d\xf8\x3a\x49\xc9\x7c\x91\x91\xf9\x72\x36\xfb\x14\x17\x79\xc9\x0c\xd2\xda\x08\x20\xf7\x8b\xc5\x2c\x99\xcc\xc9\x63\xf2\x34\x59\xce\x32\x52\x30\x85\xd0\x82\x82\x73\xa0\xf9\x76\xbf\xc5\x0e\xf2\x31\xa0\xf8\xd8\x83\x78\xaa\xc1\x6f\x8c\xab\xde\x49\x16\xd0\x9b\x9a\xe6\xc6\x78\x6d\x04\x20\xb9\x9f\x2d\xee\x07\x57\x28\x68\x96\x2b\x10\x07\x84\x60\xd6\x22\x1d\x3d\x0b\x48\x7b\xfb\xeb\xef\xb7\xa7\xa0\x66\xad\x50\x00\xfe\xe8\x4f\x29\x05\xd0\xd2\xd4\x40\xbd\x31\xca\x4b\x3b\x42\x80\xd4\xe8\x99\x52\xcc\x4b\xa3\xa9\x14\xc3\xe9\x2b\xd8\xd2\x30\xb2\xc8\x99\x13\xb4\xd9\x49\x73\xe8\x23\x8f\x00\x96\x49\x07\x82\x1a\x4d\x96\xf3\xb7\xe9\xf3\x3c\x79\x24\xf7\xd3\xe7\xe9\x3c\x3b\x43\x49\xbd\x3a\xda\x41\x31\xf4\x34\x58\xc1\x3c\x88\xc1\x60\xc5\x3c\xa0\xa7\x02\x9c\x5c\x43\xdc\xc3\x97\x07\xdc\x74\x9e\xed\x0f\x7e\xd3\xc2\xcd\x8a\x2a\x58\x83\x3a\xca\x52\x6b\xa8\x8d\x96\xfc\xe8\xa7\x66\x35\x0c\x9f\xbb\xd3\x43\xdb\xea\x93\x25\x23\x80\x72\xa3\x0b\xb9\x3a\xb4\x59\x1b\x2f\x0b\xc9\x1b\xa6\x7b\x2a\x78\xb7\x33\xb6\x34\xde\xb4\x47\x39\xcf\x60\xa5\xd6\x20\x68\xcd\xa4\x42\x70\x6b\x70\x3d\xc5\x59\x07\x05\xb8\x48\x75\xbf\xf8\xdd\xd2\x5a\xc2\x86\x5a\x27\xd7\x8c\x6f\xc7\xb2\x87\x5c\x49\x4e\x2b\xd8\x0e\x9f\xde\x41\x0d\x75\x0e\x8e\xe2\x56\x73\xa9\x57\x94\x97\x46\xf2\x31\xab\xa1\x5c\xe9\x08\xb4\xa5\x63\xf8\x0e\xa7\xe8\x25\xaf\xc0\x21\xb5\x8c\x57\x48\x3b\x71\xf6\xcd\xb2\x47\x38\xe0\xd1\x95\xbb\xef\x1e\xa2\x2b\xc8\x68\x5a\x9b\x5c\x2a\xd8\x3b\x77\xa4\xb6\xad\xf6\x25\x78\xc9\xfb\x16\xd8\x8f\x02\x29\x3e\x92\xd7\x74\xfa\x32\x49\xbf\x93\xbf\x92\xef\x4d\x44\x40\x70\x91\xde\x5e\xe2\x4d\x2c\xd5\x53\x67\x8c\x1f\x77\x73\x07\x44\x88\xa2\xa6\x96\x21\x8e\x0a\xa1\x83\xaf\x25\xca\x5c\x45\x4f\x57\xa0\x8f\x47\xc0\x09\x6d\x16\xb4\x88\x16\xea\x55\x56\x85\x0b\x14\xd7\xc0\x72\x65\x4c\x4d\x0b\xa9\x3c\xb8\x1f\x4d\x4f\x66\x2d\x30\x17\x4d\xdf\x98\x6c\x77\xc8\x13\xb7\x39\xa8\x8d\x07\x6a\x03\x96\xf4\x32\x13\x3c\x4d\x66\x6f\x49\x7b\x32\xd0\x62\x20\xf2\x2c\x22\x4b\x97\x49\xa7\xdb\xb3\x2c\xad\x41\x2e\x48\x36\x10\x5b\x38\x53\x47\x27\x7b\xc6\x3d\x52\xa3\xd5\xb9\x67\x46\xe3\x73\x65\x78\x45\x6b\xd0\xc3\x65\x1f\x62\x37\x90\x37\xce\x64\x4a\x99\x0d\xb5\xe0\x6a\x89\x18\x67\xb2\x83\x7f\x03\xa0\x1f\x8b\x0d\x08\xc7\x93\xe0\x3d\x72\x94\xd4\x15\xdd\xcd\x80\x6e\xe3\x77\x79\x19\x8c\xda\xf7\x8c\xa2\xf4\x70\x34\x74\x4c\x11\xbd\x66\x25\xf7\xc1\x01\xb6\x72\x95\x4a\xfa\xed\xb0\x36\x6e\x5b\x05\xe9\x68\x53\xf0\x4e\x72\xa4\x58\x9a\xa0\x04\x8d\x3d\x1f\x11\x5d\x0d\x88\x6c\x05\xff\xb3\x37\x02\x0a\x16\x94\x6f\xc6\x55\xa4\x57\x1a\x11\xeb\x4a\x9e\x93\x83\xd1\xef\xee\xee\x7e\xbb\xb9\xf9\x44\x3e\x7f\x26\x7f\x10\xc1\xb6\xd8\xbf\xfe\xa3\xe1\x29\x7a\xe6\x43\x7f\xd6\x44\x79\xb6\x3f\xbb\xfb\x69\x84\xfd\x95\x2c\xba\xa9\xd5\xdb\x21\xfe\x2c\xd8\xda\xb8\x63\x3a\x8d\x05\x8d\xc0\x2e\xb9\x26\x4e\x89\xc7\xd2\x6c\xa8\x37\x63\xac\x7b\x50\x10\x49\xdf\xee\xbc\x11\x9c\x3a\x1b\x55\xfb\x98\x0f\x1f\x9a\xa0\x9c\xf1\x2a\xd8\x0b\xe4\x12\x2f\xeb\x16\x3c\x36\x15\xba\xed\x0a\xf0\xbc\x1c\x75\x25\x0b\xde\xd0\xae\xe9\x17\x98\x38\x12\xca\xac\x6c\x6e\xae\x2c\xf9\x67\x20\x7f\x77\x1e\x21\xd1\x2a\xb6\x6d\x2f\xc9\x51\x64\xf3\xb6\xd8\x5d\xf7\x67\x25\x9c\x45\x1d\x6a\xa9\x83\x0f\x4c\xed\x34\x7a\x41\xf1\xb9\x34\xe3\xa5\xec\xde\x28\x34\x0e\xd5\xf5\x0f\xab\xb8\xbe\xfa\x99\x7c\x9b\x66\x5f\x17\xcb\x8c\xa4\x8b\x6f\xd3\xc7\x2f\xd7\x57\xd7\x57\xd3\xf9\x5b\x92\x66\xb1\x39\x8b\xa3\x37\xf5\x5b\x32\x4b\x1e\x32\xf2\x0b\x79\x4a\x17\x2f\xfb\x95\x26\xe4\x31\x5d\xbc\x9e\xbc\xc2\x9b\xff\x93\x59\x96\xa4\x03\xcf\xf3\x34\x99\x4f\x5e\x12\xd2\x4b\xd0\xc0\x97\xaf\x8f\xf1\x39\xbf\xfb\x47\xde\x92\x6c\xd0\x99\x7f\x76\x5e\xfc\xd2\xf7\xe2\x7f\x01\x00\x00\xff\xff\xf3\xe6\x3f\x7b\x0c\x0c\x00\x00") +var __1681762078_default_sync_period_9dUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x96\xcd\x6e\xe3\x36\x10\xc7\xef\x7a\x0a\x62\x2f\x69\x8b\x5d\x20\x39\xb4\x69\x11\xf4\xe0\x24\x4a\xd6\xa8\x63\x07\x8a\xdc\xed\x9e\x08\x8a\x1c\x59\x84\x28\x92\xe5\x50\x36\xfc\xf6\x05\x65\x59\x96\x6d\x59\xde\x1e\x25\xfe\x87\xf3\xf9\x23\xf9\x94\xc4\x93\x34\x26\xe9\xe4\x71\x16\x13\x04\xef\xa5\x5e\x21\xcd\x4a\xf2\x53\x44\x08\x13\xc2\x01\x22\xf9\x7b\x92\x3c\x7d\x9d\x24\x64\xbe\x48\xc9\x7c\x39\x9b\x7d\x8e\x08\xe1\x05\x33\x48\x2b\x23\x80\x3c\x2e\x16\xb3\x78\x32\x27\xcf\xf1\xcb\x64\x39\x4b\x49\xce\x14\x42\xa3\xa9\x9d\x03\xcd\xb7\xdd\x06\x7b\xc5\x4d\x8d\xe2\xe6\xa0\xf0\x54\x83\xdf\x18\x57\x0e\x7b\xaa\xd1\x9b\x8a\x66\xc6\x78\x6d\x04\x20\x79\x9c\x2d\x1e\x87\x16\x28\x68\x96\x29\x10\x9d\x40\x30\x6b\x91\x8e\x65\x01\xd2\xde\xfd\xfa\xfb\xdd\xa9\x26\x2c\xe5\x0a\xc0\xf7\x7f\x14\x52\x00\x2d\x4c\x05\xd4\x1b\xa3\xbc\xb4\x97\x13\x97\x1a\x3d\x53\x8a\x79\x69\x34\x95\x62\xd0\x75\x09\x5b\x5a\x5f\x5e\xe3\xcc\x09\xda\xec\xa3\x39\xf4\x85\xfd\x75\xcb\xa4\x03\x41\x8d\x26\xcb\xf9\xc7\xf4\x75\x1e\x3f\x93\xc7\xe9\xeb\x74\x9e\x9e\x8a\xa4\x5e\xf5\xed\x15\x43\x4f\x6b\x2b\x98\x07\x31\x64\xaa\x98\x07\xf4\x54\x80\x93\x6b\x08\x3b\xf8\xe2\x20\x9b\xce\xd3\x2e\xe3\xdb\x46\x6d\x56\x54\xc1\x1a\x54\xdf\x45\xa5\xa1\x32\x5a\xf2\xfe\x3f\xcd\x2a\x18\xcc\xb7\x6d\xff\xae\xb5\xc7\x2b\x46\x00\xe5\x46\xe7\x72\xd5\xb5\x55\x1b\x2f\x73\xc9\x9b\xea\xf6\x9a\x7e\xa9\x19\xb6\x30\xde\xec\x72\x38\xdb\xde\x4a\xad\x41\xd0\x8a\x49\x85\xe0\xd6\xe0\x0e\xd3\x65\x1d\xe4\xe0\x42\x79\xfb\x61\xb7\x2b\x6b\x09\x1b\x6a\x9d\x5c\x33\xbe\x1d\xf1\x5c\x67\x4a\x72\x5a\xc2\x76\x30\x6b\x07\x15\x54\x19\x38\x8a\x5b\xcd\xa5\x5e\x51\x5e\x18\xc9\x47\x78\x42\xb9\xd2\x41\x67\x0b\xc7\x70\xb8\x92\xe8\x25\x2f\xc1\x21\xb5\x8c\x97\x48\xdb\x41\xec\x31\xd1\x09\x1c\xf0\x40\xde\xfe\xfb\x20\x68\x83\x31\x9a\x56\x26\x93\x0a\x3a\x38\x2f\xc7\xb5\xd5\xbe\x00\x2f\x79\x7f\xd6\x3b\xd6\xa5\xb8\x21\xef\xc9\xf4\x6d\x92\x7c\x27\x7f\xc5\xdf\x83\x41\x8d\xe0\x42\x55\x0f\x5e\x37\x21\x4a\x4f\x9d\x31\x7e\x14\xd8\x56\x87\x10\xe6\x97\x5a\x86\x38\xd6\xfa\x56\xbd\x96\x28\x33\x15\xb8\x2d\x41\x1f\x41\x7e\x52\x2e\x0b\x5a\x04\x54\x0e\x51\x95\xf5\xf5\x01\x6b\x54\x99\x32\xa6\xa2\xb9\x54\x1e\xdc\x95\x63\x91\x59\x0b\xcc\x05\xae\x1b\x96\xf6\xe9\x1d\x43\xe5\xa0\x32\x1e\xa8\xad\xb1\xa0\x3f\x36\xf0\x2f\x93\xd9\x47\xdc\x24\x05\x5a\x0c\x18\x9e\x19\xa4\xc9\x32\xde\x8d\xe9\x99\x8f\x1d\x0c\xd7\x5d\x0d\x98\xe6\xce\x54\x81\x58\xcf\xb8\x47\x6a\xb4\x3a\x07\x64\xcc\x3c\x53\x86\x97\xb4\x02\x3d\x1c\x73\x67\xba\x81\xac\x81\x90\x29\x65\x36\xd4\x82\xab\x24\x62\x38\x6e\x1d\xfc\x5b\x03\xfa\x11\xd3\x1a\xe1\x98\xf8\x0b\x75\x51\x52\x97\x74\x0f\x7b\xbb\xed\xc5\x92\x0c\x19\x75\xbd\xa2\x28\x3d\xf4\x8f\x16\x93\x07\xb0\xac\xe4\xbe\x76\x80\xbb\x01\x95\x4a\xfa\xed\xf0\x44\xdc\x35\x63\xa3\x03\x92\xe0\x9d\xe4\x48\xb1\x30\xb5\x12\x34\xb4\xfa\xf2\xa0\x55\x80\xc8\x56\xf0\xff\x7a\x22\x20\x67\xb5\xf2\xcd\xa1\x14\xea\x2a\x8d\x08\x41\xc5\xaf\xf1\x81\xe9\xfb\xfb\xfb\xdf\x6e\x6f\x3f\x93\x2f\x5f\xc8\x1f\x44\xb0\x2d\xf6\xae\xf2\xc0\x36\x45\xcf\x7c\xdd\x3b\x53\xc2\x44\xee\xfe\xb5\xd7\xce\xe5\xaa\xaf\x64\xde\x9e\x4d\x07\xfb\xf0\x2f\x67\x6b\xe3\x8e\xca\x68\x2c\x68\x04\xf6\x03\x37\xc0\x69\xbd\xb1\x30\x1b\xea\xcd\x48\xb1\x3d\x28\x08\xb5\xde\xee\x51\xa8\x9d\x3a\x3b\x90\x3a\x93\x4f\x9f\x82\x4d\xc6\x78\x59\xdb\xeb\x13\x12\x2e\xdf\x9d\x76\x84\xff\x76\xb3\x1c\x3c\x2f\xc6\x08\x64\xb5\x37\xb4\x6d\xf4\x75\x5e\x43\x21\x99\x95\xcd\x95\x94\xc6\xff\x0c\x38\xdf\xa5\x22\x24\x5a\xc5\xb6\xbb\xab\x6f\x4c\xd8\xbc\x13\xf6\xd7\xf7\x99\xff\x33\xa3\x2e\x90\xaa\xf6\x35\x53\xfb\x99\xbc\x1e\x78\x26\xcd\x68\x1c\xfb\xe7\x06\x0d\xe7\xe6\xfa\x6a\x08\xd1\xcf\xe4\xdb\x34\xfd\xba\x58\xa6\x24\x59\x7c\x9b\x3e\x3f\x44\xd1\x74\xfe\x11\x27\x69\xe8\xc8\xe2\xe8\x21\xfc\x11\xcf\xe2\xa7\x94\xfc\x42\x5e\x92\xc5\x5b\xb7\xf2\x10\x45\xcf\xc9\xe2\xfd\xe4\xe1\xfc\x10\x45\x93\x59\x1a\x27\x03\xef\xe9\x24\x9e\x4f\xde\x62\xd2\xdb\xfc\x21\x8a\x96\xef\xcf\xe1\xf5\xbd\xff\x43\x3e\xe2\x74\x90\xbf\x3f\x5b\xe2\x1e\x7a\xc4\xfd\x17\x00\x00\xff\xff\x02\xad\xdb\x05\xba\x0b\x00\x00") func _1681762078_default_sync_period_9dUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1287,12 +1288,12 @@ func _1681762078_default_sync_period_9dUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1681762078_default_sync_period_9d.up.sql", size: 3084, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0xe2, 0x2d, 0x33, 0xb2, 0x11, 0x6a, 0x1e, 0x46, 0x30, 0xfa, 0x8a, 0xee, 0x3f, 0x21, 0x8f, 0x92, 0xba, 0xfe, 0x37, 0x3f, 0x60, 0x6f, 0xe6, 0x16, 0xe2, 0x6, 0x12, 0x41, 0xc8, 0x68, 0xe5}} + info := bindataFileInfo{name: "1681762078_default_sync_period_9d.up.sql", size: 3002, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xd9, 0x26, 0xfc, 0xa9, 0x45, 0xc1, 0x81, 0xa8, 0xe2, 0x2c, 0xe9, 0x3c, 0xea, 0x1d, 0x37, 0x11, 0x45, 0x8c, 0x6c, 0xbc, 0xc2, 0x6, 0x69, 0x2, 0x75, 0x29, 0x40, 0x9f, 0xc5, 0xbb, 0x36}} return a, nil } -var __1681780680_add_clock_to_social_links_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xb1\x0a\xc2\x30\x10\x06\xe0\xbd\xd0\x77\xf8\x1f\x41\xe7\xe2\x70\x9a\x13\x0b\x67\x2a\xed\x05\xc7\x20\x41\x24\x34\xb4\xe0\xc5\xf7\x17\xc1\xb5\xfb\xf7\x91\x28\x8f\x50\x3a\x0a\xc3\xd6\x94\x1f\x25\x96\xbc\xcc\x16\xed\x59\x6b\x5e\x5e\x06\x72\x0e\xa7\x41\xc2\xd5\x23\x95\x35\xcd\xe8\xbd\xc2\xf1\x99\x82\x28\x76\x5d\xdb\x84\x9b\x23\xdd\xda\x13\xeb\xbf\x1d\xb0\xc7\xfd\xc2\x23\xe3\x47\xe2\xe7\x5d\xd0\x4f\xf0\x83\xc2\x07\x91\xae\x6d\xbe\x01\x00\x00\xff\xff\x6a\x29\xe1\xa1\x8b\x00\x00\x00") +var __1681780680_add_clock_to_social_links_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xb1\x0a\xc2\x30\x10\x06\xe0\xbd\x4f\xf1\x3f\x82\xce\xc5\xe1\x34\x27\x16\xce\x54\xda\x0b\x8e\x41\x82\x48\xe8\xd1\x82\x57\xdf\x5f\x04\xd7\xee\xdf\x47\xa2\x3c\x40\xe9\x28\x0c\x5f\x4a\x7d\x58\xb6\x3a\x4f\x9e\xfd\xb9\xae\x75\x7e\x39\x28\x04\x9c\x7a\x49\xd7\x88\x62\x4b\x99\xd0\x45\x45\xe0\x33\x25\x51\xec\xda\x26\xdd\x02\xe9\x56\x1e\x59\xff\xeb\x80\x3d\xee\x17\x1e\x18\x3f\x92\x3f\x6f\x43\x37\x22\xf6\x8a\x98\x44\xda\xe6\x1b\x00\x00\xff\xff\x40\xba\xee\x47\x89\x00\x00\x00") func _1681780680_add_clock_to_social_links_settingsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1307,12 +1308,12 @@ func _1681780680_add_clock_to_social_links_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1681780680_add_clock_to_social_links_settings.up.sql", size: 139, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xa0, 0x1a, 0x15, 0xeb, 0x97, 0x6, 0xda, 0xb, 0x33, 0x1e, 0xdb, 0x55, 0xd2, 0xb4, 0xfa, 0x2, 0xba, 0xc0, 0x91, 0x80, 0x78, 0xfb, 0x1b, 0xc2, 0xf3, 0xff, 0xf, 0x80, 0xc2, 0x6f, 0x69}} + info := bindataFileInfo{name: "1681780680_add_clock_to_social_links_settings.up.sql", size: 137, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0x11, 0xf5, 0x41, 0xe5, 0x5a, 0xf4, 0xe3, 0xf3, 0x14, 0x87, 0x28, 0xd8, 0xf0, 0x52, 0x31, 0x8, 0xd5, 0xbb, 0xf4, 0xff, 0x55, 0x5f, 0x42, 0x90, 0xcb, 0xf7, 0x46, 0x2, 0x6, 0xbe, 0x42}} return a, nil } -var __1682073779_settings_table_remove_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x98\x4d\x6f\xe3\x36\x13\xc7\xef\x01\xf2\x1d\x88\xbd\xec\xf3\x00\xbb\x40\x72\x68\xd3\x62\xd1\x83\x93\x28\x59\xa3\x8e\x1d\x28\x72\xb7\x7b\x22\x28\x71\x64\x11\xa6\x48\x96\xa4\x6c\xf8\xdb\x17\x94\x65\x5b\x2f\x14\xad\x1e\x2d\xce\x90\xc3\xe1\xcc\xfc\x7f\xf0\x53\x1c\xcd\x92\x08\x25\xb3\xc7\x45\x84\x0c\x58\xcb\xc4\xc6\xe0\xb4\x42\xff\xbb\xbd\x41\x88\x50\xaa\xc1\x18\xf4\xd7\x2c\x7e\xfa\x3e\x8b\xd1\x72\x95\xa0\xe5\x7a\xb1\xf8\xe2\x16\xb3\x82\x48\x83\x4b\x49\x01\x3d\xae\x56\x8b\x68\xb6\x44\xcf\xd1\xcb\x6c\xbd\x48\x50\x4e\xb8\x81\xa3\x51\xa5\x35\x88\xec\x70\xde\xe2\x64\xf2\xb9\x32\xf4\x73\xcb\xc4\x62\x01\x76\x2f\xf5\x76\xe4\xb0\xca\x58\x59\xe2\x54\x4a\x2b\x24\x05\x83\x1e\x17\xab\x47\xef\x0a\x06\x41\x52\x0e\xf4\x62\x41\x89\x52\x06\x07\xef\x02\x4c\xdd\xff\xf2\xdb\x7d\xdf\xa8\x5e\xcb\x39\x80\xed\x7c\x29\x18\x05\x5c\xc8\x12\xb0\x95\x92\x5b\xa6\x02\x09\x60\xc2\x58\xc2\x39\xb1\x4c\x0a\xcc\xa8\xff\xf8\x2d\x1c\x70\x15\x58\xcc\x88\xa6\xb8\xde\x49\x64\xd0\xb6\xec\x18\x28\xc2\x34\x50\x2c\x05\x5a\x2f\x3f\xe6\xaf\xcb\xe8\x19\x3d\xce\x5f\xe7\xcb\x64\x60\xc5\xc4\xa6\xb3\x03\x27\xc6\xe2\x4a\x51\x62\x81\x7a\x9d\xb9\xdc\x60\x0e\x3b\xe0\x1d\xb7\x52\x40\x29\x05\xcb\x3a\x1f\x05\x29\xc1\x7f\x91\xe6\x81\x8f\x6f\xd7\x5b\x92\x14\x70\x26\x45\xce\x36\x97\x77\x13\xd2\xb2\x9c\x65\x75\xea\x5a\xcf\x3a\x9a\x6a\x55\x48\x2b\xb1\x22\xb6\xf0\x9c\xa0\x98\x10\x40\x71\x49\x18\x37\xa0\x77\xa0\x5b\x25\xa4\x34\xe4\xa0\x5d\xee\xda\xc1\x9f\x96\x76\x0c\xf6\x58\x69\xb6\x23\xd9\x21\x74\x7a\x95\x72\x96\xe1\x2d\x1c\xfc\xb7\xd7\x50\x42\x99\x82\xc6\xe6\x20\x32\x26\x36\x38\x2b\x24\xcb\x42\xbd\x63\xd8\x46\x38\x43\x55\x68\x62\x46\x72\x6a\x2c\xcb\xb6\xa0\x0d\x56\x24\xdb\x1a\xdc\x54\x5b\xbb\xfa\xcf\x16\x1a\x32\xd7\x66\xa7\xdf\x2d\x8b\x26\x20\x29\x70\x29\x53\xc6\xe1\xdc\x8a\x81\xd8\x0e\xc2\x16\x60\x59\xd6\xae\xe9\x73\x6f\x33\xfa\x19\xbd\xc7\xf3\xb7\x59\xfc\x13\xfd\x19\xfd\xac\x3d\x2a\x03\xda\xa5\xb7\x75\xf0\xde\x85\x6a\xb1\x96\xd2\x86\xdb\xb3\x31\x34\xe0\xaa\x14\x2b\x62\x4c\xb0\x10\x1a\xf3\x1d\x33\x2c\xe5\xae\x49\xb7\x20\xba\x3d\xdd\x4b\x9b\x02\x41\x5d\x4f\xb4\x22\xdb\x56\x13\x2a\xae\x36\x4b\xb9\x94\x25\xce\x19\xb7\xa0\xaf\x8d\x43\xa2\x14\x10\xed\xba\x18\xcd\x97\xc9\xf9\x92\x67\xcb\xbb\x53\xa9\x48\x0b\x58\x55\xa6\xc0\xd3\x9a\xe0\x65\xb6\xf8\x88\x8e\x37\x03\x41\x3d\x9e\x03\x8f\x24\x5e\x47\x4d\xdd\x0e\x4e\x39\x36\xc8\x84\xc3\x3c\xbe\xb9\x96\xa5\xeb\x64\x4b\x32\x6b\xb0\x14\x7c\xd8\x33\x41\xff\x94\xcb\x6c\x8b\x4b\x10\xfe\xb0\x2f\xbe\x7b\x48\xeb\xce\x24\x9c\xcb\x3d\x56\xa0\x4b\x66\x8c\x1b\xb2\x1a\xfe\xa9\xc0\xd8\x90\x6f\x65\xa0\x3b\x09\xc6\x92\xc3\x99\xd8\xe2\xd3\x0c\x68\x36\x1e\xcd\x8b\xd7\xeb\xfc\x66\xd8\x30\x0b\x9d\xa1\x23\x73\xd7\x6b\x8a\x65\xb6\xd2\x60\x8e\xe5\xca\x38\xb3\x07\x7f\x6d\xdc\x1f\x2b\x48\xb8\x36\x05\xab\x59\x66\xb0\x29\x64\xc5\x29\x76\x6f\x1e\x28\xba\x12\x8c\x21\x1b\xf8\x8f\x6f\x43\x21\x27\x15\xb7\xf5\xb8\x72\xe9\x65\x92\xba\xb8\xa2\xd7\xe8\xd2\xe8\x0f\x0f\x0f\xbf\xde\xdd\x7d\x41\x5f\xbf\xa2\xdf\x11\x25\x07\xd3\xd6\x73\xd7\xf0\xd8\x58\x62\xab\xf6\xac\x71\xe5\x79\xfc\xd8\x08\x4e\x20\xfb\x1b\x96\x37\x53\xab\xb5\x83\xfb\x98\x93\x9d\xd4\xdd\x74\x4a\x05\xc2\x00\x99\x22\x13\xfd\xc4\x9b\x42\xee\xb1\x95\xa1\xac\x5b\xe0\xe0\x92\x7e\x38\xf5\x46\xa5\xf9\x60\x54\x9d\x7d\x3e\x7d\xaa\x9d\x52\x92\x6d\x2b\x35\xa1\x5c\x9c\xfa\x1e\x8d\x43\x53\xa1\xd9\x2e\x07\x9b\x15\xc1\xae\x24\x95\x95\xb8\x79\xf4\x09\x4d\xec\x12\x4a\x14\xab\x95\x2b\x89\xfe\xf6\x9c\xdf\xdc\x87\x32\xa3\x38\x39\x1c\x45\x32\x68\x69\x5d\x9b\x9c\xe4\x7e\x10\xc2\xc0\xeb\x12\x4b\x59\xd9\x8a\xf0\x53\x8d\x4e\x08\x3e\x65\x32\x1c\xca\x89\x51\xb0\x1b\xaa\xbb\xab\x51\xdc\xde\xfc\x1f\xfd\x98\x27\xdf\x57\xeb\x04\xc5\xab\x1f\xf3\xe7\x6f\xb7\x37\xb7\x37\xf3\xe5\x47\x14\x27\xee\x71\x56\x1d\x48\xfe\x88\x16\xd1\x53\xd2\x22\xe5\x1e\x18\x77\x10\xd8\x07\xbb\x5e\x82\x0d\x62\xed\x90\x68\x7d\x00\x7b\x01\x57\x3f\xb0\xfa\xd0\xb4\x4d\xa2\xa3\xe0\xe9\x07\x4e\x1f\x60\x8e\x83\x65\x97\x28\x3b\xaf\x74\x26\xc8\x0e\x30\xf6\x11\x71\x9c\x0e\x7b\x1c\x38\x42\x7e\x1e\xe8\xf3\xc1\x5e\x0f\xeb\x42\x14\xe7\xe1\xb5\x20\x9e\x05\xc9\x2c\x0c\x65\x03\xfc\xea\xd2\xd5\x18\x58\x8d\x72\xd4\x38\x31\x05\x48\x69\x00\x49\x01\x1c\xea\x81\xcf\x34\xc2\x09\xb1\xcc\x34\x6c\x99\x0e\x28\xd3\x50\x64\x1a\x74\xf8\xf0\xe2\x2a\x49\x5c\x83\x86\x6b\xbc\x10\x04\x83\x6b\x08\x30\x26\xf6\x5f\x46\xb4\x7c\x4c\xc6\xfb\x8a\x3d\x14\x6b\x9f\x4e\x07\x15\x79\x54\x7a\x3d\xf2\xda\x57\x52\x8f\x64\x8e\x8a\x63\x5f\x06\x07\x6a\x37\x2e\x6a\x01\xd5\x3a\xe9\x93\x57\x86\x6e\x6f\x5e\xe2\xd5\xdb\x59\x4c\x6a\x95\x79\x8e\x57\xef\xbd\x7f\x62\xea\xef\xb3\x45\x12\xc5\x9e\xbf\x68\xe2\x68\x39\x7b\x8b\x50\x4b\x93\x6a\xf3\xf5\xfb\xf3\x2c\xb9\x58\xa2\x8f\x28\xf1\xc2\xdc\x1f\x0d\xbe\x7d\xbb\xe0\xdb\xbf\x01\x00\x00\xff\xff\x30\xa6\x6b\xd2\x0e\x12\x00\x00") +var __1682073779_settings_table_remove_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x98\xc1\x6e\xe3\x36\x10\x86\xef\x7a\x0a\x62\x2f\x69\x81\x2c\x90\x1c\xda\xb4\x08\x7a\x70\x12\x25\x6b\xd4\xb1\x03\x45\xee\x76\x4f\x04\x25\x8e\x2c\xc2\x14\xc9\x92\x94\x0d\xbf\x7d\x41\x5b\x96\x65\x89\x94\xbd\x47\x4b\x33\x22\x39\x33\x3f\xff\x0f\x7e\x4e\xe2\x49\x1a\xa3\x74\xf2\x34\x8b\x91\x01\x6b\x99\x58\x19\x9c\xd5\xe8\x97\x08\x21\x42\xa9\x06\x63\xd0\x3f\x93\xe4\xf9\xdb\x24\x41\xf3\x45\x8a\xe6\xcb\xd9\xec\x36\x42\x28\x2f\x89\x34\xb8\x92\x14\xd0\xd3\x62\x31\x8b\x27\x73\xf4\x12\xbf\x4e\x96\xb3\x14\x15\x84\x1b\xd8\xc7\xd4\x5a\x83\xc8\x77\xed\x07\x8e\x11\x37\xb5\xa1\x37\xa7\x08\x8b\x05\xd8\xad\xd4\x6b\xff\x4a\xb5\xb1\xb2\xc2\x99\x94\x56\x48\x0a\x06\x3d\xcd\x16\x4f\xbe\x17\x18\x04\xc9\x38\xd0\x36\x80\x12\xa5\x0c\x1e\x3b\x05\x30\x75\xff\xdb\x1f\xf7\xfd\x18\xf7\xaa\xe0\x00\xb6\xfb\xa0\x64\x14\x70\x29\x2b\xc0\x56\x4a\x6e\x99\x0a\x1f\x9c\x09\x63\x09\xe7\xc4\x32\x29\x30\xa3\xde\xa5\xd7\xb0\xc3\x75\xf8\x5d\x4e\x34\xc5\xfb\xef\x88\x1c\xba\x81\xdd\xf7\x8a\x30\x0d\x14\x4b\x81\x96\xf3\xcf\xe9\xdb\x3c\x7e\x41\x4f\xd3\xb7\xe9\x3c\xed\x07\x31\xb1\xea\xe6\x73\x62\x2c\xae\x15\x25\x16\xa8\x2f\x95\xcb\x15\xe6\xb0\x01\xde\x4d\xaa\x04\x54\x52\xb0\xbc\xfb\x4c\x90\x0a\xbc\x27\x68\x1a\x7a\x68\xd6\xf9\x1b\x49\x01\xe7\x52\x14\x6c\xd5\x36\x4a\x48\xcb\x0a\x96\xef\xeb\xd5\x69\x63\xa8\xbc\xaa\x94\x56\x62\x45\x6c\x39\xfc\xbc\x62\x42\x00\xc5\x15\x61\xdc\x80\xde\x80\x3e\xcd\x8b\xd2\x50\x80\x76\x05\xeb\x6e\xbb\x79\xb3\x61\xb0\xc5\x4a\xb3\x0d\xc9\x77\x23\x2b\xd7\x19\x67\x39\x5e\xc3\xce\x7b\x6a\x0d\x15\x54\x19\x68\x6c\x76\x22\x67\x62\x85\xf3\x52\xb2\x7c\x44\x21\x86\xad\x84\x8b\x53\xa5\x26\xc6\x5f\x49\x63\x59\xbe\x06\x6d\xb0\x22\xf9\xda\xe0\x66\xb4\x3a\x53\xde\x06\x68\xc8\x9d\x96\x8e\xbf\x4f\x01\xcd\x66\xa4\xc0\x95\xcc\x18\x87\x56\x6e\xe1\x7d\xed\x84\x2d\xc1\xb2\xbc\x3b\xbd\xad\x7a\x19\xbd\x41\x1f\xc9\xf4\x7d\x92\xfc\x40\x7f\xc7\x3f\x5c\x42\x6d\x40\xbb\xaa\x9e\x56\xdd\xba\x5d\x5a\xac\xa5\xb4\xa3\x12\x6c\xe2\x0c\xb8\x89\xc4\x8a\x18\x33\xd6\xfa\x26\x7a\xc3\x0c\xcb\xb8\x53\xe2\x1a\xc4\x99\x6c\x7b\xe5\x52\x20\xa8\x1b\xfe\xd3\xae\xd6\xf5\xe5\x01\xdb\x47\x65\x5c\xca\x0a\x17\x8c\x5b\xd0\x17\x2e\x3a\xa2\x14\x10\xed\x94\x8a\xa6\xf3\xb4\x3d\x5e\x1b\x78\xd7\x0c\x87\xb4\x80\x55\x6d\x4a\x7c\xdd\xc0\xbf\x4e\x66\x9f\xf1\xfe\x50\x20\xa8\x27\x71\x90\x90\x26\xcb\xf8\x30\xa6\x83\x35\x0e\x62\xb8\xbc\x94\x27\xb5\xd0\xb2\x72\x8a\xb5\x24\xb7\x06\x4b\xc1\x87\x02\x19\x4b\xcf\xb8\xcc\xd7\xb8\x02\xe1\xdf\x73\x9b\xba\x85\x6c\x2f\x42\xc2\xb9\xdc\x62\x05\xba\x62\xc6\xb8\x0b\x54\xc3\x7f\x35\x18\x3b\x92\x5a\x1b\x38\x57\x7c\xa0\x2e\x9c\x89\x35\x3e\x8a\xbd\xf9\x6c\xb0\x24\xbe\xa4\xb6\x57\xd8\x30\x0b\xdd\xab\x45\x16\x4e\x58\x8a\xe5\xb6\xd6\x60\x0e\x03\xca\x38\xb3\x3b\xff\x44\xdc\xef\xc7\x46\x38\x49\x82\xd5\x2c\x37\xd8\x94\xb2\xe6\x14\xbb\x56\x87\x07\xad\x02\x63\xc8\x0a\x7e\xae\x27\x14\x0a\x52\x73\xbb\xbf\x94\x5c\x5d\x99\xa4\x6e\x53\xf1\x5b\x7c\xd2\xf4\xc3\xc3\xc3\xef\x77\x77\xb7\xe8\xeb\x57\xf4\x27\xa2\x64\x67\x3a\xe6\xec\xb4\x8d\x8d\x25\xb6\xee\xdc\x29\x6e\x22\x0f\xcf\x1a\x23\x09\x57\x7d\xc5\x8a\xe6\x6e\x3a\xe5\xbb\x67\x05\xd9\x48\x7d\x56\x46\xa9\x40\x18\x20\x57\x38\x40\xbf\xde\xa6\x94\x5b\x6c\xe5\x48\xb1\x2d\x70\x70\xb5\xde\x1d\xa5\x50\x6b\x3e\xb8\x90\xda\x94\x2f\x5f\x5c\x4e\x46\xf2\x75\xad\x2e\x4f\x88\xb3\xd3\x43\xec\x88\xfe\x9b\x8f\x15\x60\xf3\x72\x4c\x81\xa4\xb6\x12\x37\x8d\xbe\xac\x57\x57\x48\xa2\xd8\xde\x92\xd2\xf8\x5f\xcf\xe2\x87\xa3\x50\x66\x14\x27\xbb\x83\xf5\x8d\x05\x5a\xa7\x89\xa3\x7d\x0f\xd6\x1f\x24\xb5\x1b\xa9\x6a\x5b\x13\x7e\x9c\xc9\xcb\x1b\xcf\x98\x1c\xdd\xc7\x11\x37\xb0\xbb\x37\x37\x17\xb7\x10\xfd\x8a\xbe\x4f\xd3\x6f\x8b\x65\x8a\x92\xc5\xf7\xe9\xcb\x63\x14\x4d\xe7\x9f\x71\x92\xba\x8e\x2c\xce\xd0\xf6\x33\x9e\xc5\xcf\xe9\x89\x6f\xcf\x71\xb6\x0b\xae\x1e\x44\xf5\x81\xe7\x18\x8c\x0e\x38\xd4\x83\x9d\x2d\x6e\x7a\x31\xd3\x03\x94\x1d\x7e\x0c\xe1\xa2\x17\x13\x3d\x58\x18\xc4\xc1\x33\x0e\xec\x36\xe4\xc8\x7d\x5d\xcc\xeb\x81\x5d\x90\xe9\xce\xe9\xcd\xcf\x6b\x43\x54\xf3\x20\xda\x39\x8c\x8d\xb0\xd7\x90\xb2\xc6\xa0\x6a\x8c\xa7\x46\x51\xaa\x0f\x4d\x67\x4c\x14\xc0\xa1\x10\xfd\x04\x39\x27\xcc\x37\x7d\xb4\x09\x43\xcc\x39\xae\x5c\xc5\x25\x23\x04\x72\x15\x6c\x5c\x8d\x15\x57\x01\xc4\x55\xa8\xe0\x81\x82\x4b\xfe\x7f\xc1\xea\x2f\xb8\xfc\x98\x9d\x5f\x30\xee\x80\x45\xdf\xfa\x1d\x38\x60\xbe\x3d\x9f\x1d\x58\xac\xc7\x5d\xc7\x7c\x34\x64\x98\x43\x53\xec\xf9\xdf\xd0\xe8\x42\x96\xd6\x33\xaf\xbe\x47\x05\xad\x28\xec\x35\x8d\xab\xf8\xcc\x23\x7a\x4d\x16\xef\xad\x09\x3c\x46\xd1\x4b\xb2\xf8\xe8\xfd\xeb\xf1\x18\x45\x93\x59\x1a\x27\x9e\x3f\x43\x92\x78\x3e\x79\x8f\x51\xc7\x47\x1e\xa3\x68\xf9\xf1\x32\x49\x4f\x71\xe8\x33\x4e\xbd\xa8\xf5\x57\x03\x57\x8f\x27\xb8\xfa\x3f\x00\x00\xff\xff\xad\xc9\x3e\x7a\x76\x11\x00\x00") func _1682073779_settings_table_remove_latest_derived_path_columnUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1327,12 +1328,12 @@ func _1682073779_settings_table_remove_latest_derived_path_columnUpSql() (*asset return nil, err } - info := bindataFileInfo{name: "1682073779_settings_table_remove_latest_derived_path_column.up.sql", size: 4622, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0xa9, 0xf7, 0x6f, 0x2c, 0x13, 0x64, 0xf6, 0x13, 0x2c, 0x6d, 0x20, 0x1e, 0x16, 0xed, 0x5d, 0x94, 0xfc, 0xec, 0x1, 0x66, 0x5c, 0x96, 0x33, 0xc8, 0x88, 0xef, 0xbc, 0xd, 0x6f, 0xe4, 0xb5}} + info := bindataFileInfo{name: "1682073779_settings_table_remove_latest_derived_path_column.up.sql", size: 4470, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x36, 0x2, 0x41, 0xd, 0x5c, 0xd1, 0x92, 0x85, 0x6d, 0x84, 0xff, 0x67, 0xa7, 0x4c, 0x67, 0xa4, 0xef, 0x52, 0x69, 0x1f, 0x22, 0x25, 0x92, 0xc, 0xb3, 0x89, 0x50, 0x91, 0xc, 0x49, 0xf9}} return a, nil } -var __1682146075_add_created_at_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2e\x4a\x4d\x2c\x01\x49\x96\x28\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\xf3\x72\x85\x06\xb8\x38\x86\x60\x6a\x0e\x76\x0d\x41\xd6\x65\xab\x60\x60\x0d\x08\x00\x00\xff\xff\x6f\x1c\x88\xf1\x6c\x00\x00\x00") +var __1682146075_add_created_at_to_saved_addressesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2c\x4b\x4d\x89\x4f\x4c\x49\x29\x4a\x2d\x2e\x4e\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x2e\x4a\x4d\x2c\x01\x49\x96\x28\x78\xfa\x85\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x18\x58\x73\x85\x06\xb8\x38\x86\x60\xea\x0d\x76\x0d\x41\xd6\x64\xab\x60\x60\x0d\x08\x00\x00\xff\xff\x2d\xe1\x44\x6c\x6b\x00\x00\x00") func _1682146075_add_created_at_to_saved_addressesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1347,12 +1348,12 @@ func _1682146075_add_created_at_to_saved_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1682146075_add_created_at_to_saved_addresses.up.sql", size: 108, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x9b, 0xbd, 0x83, 0x1b, 0xa5, 0xf9, 0xf1, 0xa5, 0xa1, 0xb3, 0x70, 0x6b, 0x1f, 0x9f, 0x80, 0xec, 0x3d, 0x7b, 0x55, 0xce, 0xdf, 0x24, 0xf, 0xfa, 0xb6, 0x2, 0xf7, 0xb5, 0xb1, 0x26, 0x7d}} + info := bindataFileInfo{name: "1682146075_add_created_at_to_saved_addresses.up.sql", size: 107, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0xfe, 0x35, 0x9c, 0x6b, 0xdf, 0x67, 0x18, 0x16, 0xe4, 0xc9, 0xd4, 0x77, 0x7c, 0x4, 0xe2, 0x6c, 0x41, 0xd9, 0x53, 0x97, 0xfe, 0x5, 0xa3, 0x23, 0xce, 0x82, 0xad, 0x92, 0x5e, 0xd7, 0x7d}} return a, nil } -var __1682393575_sync_ens_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x41\x6b\xdc\x30\x14\x84\xef\x06\xff\x87\x39\x26\x90\x94\xde\xf7\xa4\xd8\x6f\x8b\x41\x2b\xa5\xb2\x0c\xbd\x39\x46\x7a\xb4\x62\xd7\x72\x6a\x79\xb3\xc9\xbf\x2f\xee\x06\x93\xcd\xba\xd0\xb3\x34\xf3\x66\x3e\x46\x48\x4b\x06\x56\x3c\x48\x42\xe2\x69\x0a\xf1\x67\x6a\xd3\x5b\x74\xad\x3b\x0c\x6e\x0f\x51\x96\x28\xb4\x6c\x76\x0a\xc7\xc4\x63\xec\x7a\x4e\xa8\x94\xa5\x6f\x64\xa0\xb4\x85\x6a\xa4\x44\x49\x5b\xd1\x48\x8b\xaf\x9b\x3c\xcb\xb3\xfb\x7b\x9c\x18\x91\xd9\x63\xe4\x7e\x78\x61\xf8\xe3\xf3\x21\xb8\x6e\x62\x8c\xec\x86\xd1\x27\xa4\x10\x1d\x83\x63\xfa\x22\xbc\xa7\x98\x9a\x77\xf3\x9b\x4a\xd5\x64\x2c\xb4\x81\xa1\x47\x29\x0a\x9a\xaf\xe9\xf9\x67\xbb\x04\xb8\x45\xdf\xbd\x21\xc4\xc4\xe3\xc4\xfe\xda\x3d\xcf\x0a\x43\xc2\xd2\x7b\xaf\x0b\x6d\x3b\x71\xff\x0c\x51\xa3\x26\x49\x85\x45\x59\xd5\xb6\x52\x85\x5d\xea\xdd\xc1\xfd\xea\x42\x6c\x83\xc7\xd6\xe8\xdd\xa5\x7a\x93\x67\xa5\xd1\x8f\x6b\xc6\x9b\x3c\xfb\x08\x73\xe5\xa8\x21\x25\x76\x84\xcf\x6d\x3e\x33\xeb\xbc\xc7\x31\x86\xdf\x47\x46\x88\x9e\x5f\x31\x0d\xe8\x5e\x86\xb0\x52\xf4\x0e\xc3\x38\xeb\x5c\x17\x91\x66\x24\x13\x4e\xe1\x70\x40\xdf\xed\x19\x4f\xeb\x28\x9f\x70\x1a\xc6\xfd\x82\xa8\x51\xd5\xf7\x66\x7e\x29\xe9\x07\x82\x7f\x6d\xcf\xa7\x97\x78\xed\x42\x43\xab\xcb\xdc\xb8\xb9\x46\x76\xfb\xb7\xcc\x3f\x39\x7c\x9c\xd3\x79\x5f\x95\xb2\x17\xeb\xf9\x2f\xe9\x79\x55\x1e\x0f\x5a\x4b\x12\x6a\x31\xd8\x0a\x59\xd3\x26\xcf\xfe\x04\x00\x00\xff\xff\x53\xbc\x37\x14\xd5\x02\x00\x00") +var __1682393575_sync_ens_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x41\x6b\xdc\x30\x14\x84\xef\xfe\x15\x73\x4c\x20\x29\xbd\xfb\xa4\xd8\x6f\x8b\x41\x2b\xa5\xb2\x0c\xbd\x39\x42\x7a\xb4\x62\xd7\x72\x6a\x79\xb3\xc9\xbf\x2f\x66\x53\xb3\xdb\x6c\x21\x67\x69\x66\xde\x7c\x8c\x90\x96\x0c\xac\x78\x90\x84\xcc\xf3\x1c\xd3\xcf\xdc\xe7\xb7\xe4\x7b\xbf\x1f\xfd\x0e\xa2\xae\x51\x69\xd9\x6d\x15\x0e\x99\xa7\xe4\x06\xce\x68\x94\xa5\x6f\x64\xa0\xb4\x85\xea\xa4\x44\x4d\x1b\xd1\x49\x8b\xaf\x65\x51\xdc\xdf\xe3\xc8\x48\xcc\x01\x13\x0f\xe3\x0b\x23\x1c\x9e\xf7\xd1\xbb\x99\x31\xb1\x1f\xa7\x90\x91\x63\xf2\x0c\x4e\xf9\x8b\x08\x81\x52\xee\xde\xad\x6f\x1a\xd5\x92\xb1\xd0\x06\x86\x1e\xa5\xa8\x68\xc9\xd2\xcb\xcf\x7e\x8d\xbf\xc5\xe0\xde\x10\x53\xe6\x69\xe6\xf0\xd1\xbd\xa8\x0c\x09\x4b\xef\xa5\x2e\xa4\xfd\xcc\xc3\x33\x44\x8b\x96\x24\x55\x16\x75\xd3\xda\x46\x55\x76\xed\x76\x07\xff\xcb\xc5\xd4\xc7\x80\x8d\xd1\xdb\x4b\x75\x59\xd4\x46\x3f\x5e\xf3\x2d\x8b\x73\x8e\x57\x22\x0d\x29\xb1\x25\xfc\x5b\xe5\x12\x97\x0b\x01\x87\x14\x7f\x1f\x18\x31\x05\x7e\xc5\x3c\xc2\xbd\x8c\xf1\x4a\xc7\x3b\x8c\xd3\xa2\xf3\x2e\x21\x2f\x34\x66\x1c\xe3\x7e\x8f\xc1\xed\x18\x4f\xd7\x29\x3e\xe1\x38\x4e\xbb\xbf\x74\x3a\xd5\x7c\xef\x96\x87\x9a\x7e\x20\x86\xd7\xfe\x94\xbc\xde\xd6\xaf\x20\xb4\xba\x3c\x1a\x37\x1f\x69\xdd\x96\xc5\xff\x11\x9c\x8f\xe8\xb4\xaa\x46\xd9\xf3\xcd\x7c\x4a\x79\x1a\x53\xc0\x83\xd6\x92\x84\x5a\xf5\x1b\x21\x5b\x2a\x8b\x3f\x01\x00\x00\xff\xff\x48\x84\xce\x5e\xc9\x02\x00\x00") func _1682393575_sync_ens_nameUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1367,12 +1368,12 @@ func _1682393575_sync_ens_nameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1682393575_sync_ens_name.up.sql", size: 725, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x3c, 0x5, 0xf3, 0xe2, 0xdb, 0x27, 0x64, 0xe8, 0x59, 0x86, 0x0, 0xbb, 0x96, 0x6b, 0xd9, 0xb4, 0x21, 0x5d, 0x84, 0x65, 0x90, 0xdf, 0xda, 0x4c, 0xd5, 0x64, 0x0, 0x4a, 0xff, 0xae, 0x91}} + info := bindataFileInfo{name: "1682393575_sync_ens_name.up.sql", size: 713, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfb, 0xea, 0xcb, 0x4d, 0x71, 0x5a, 0x49, 0x19, 0x8b, 0xef, 0x66, 0x27, 0x33, 0x89, 0xb0, 0xe, 0x37, 0x1b, 0x41, 0x8, 0x12, 0xcc, 0x56, 0xd8, 0x1b, 0xf, 0xf8, 0x50, 0x4b, 0x93, 0xf1, 0x29}} return a, nil } -var __1683457503_add_blocks_ranges_sequential_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xdf\x4a\x87\x30\x18\x86\xcf\x05\xef\xe1\x3d\xfc\x09\xde\x41\x47\x53\x97\x7e\x64\x33\xe6\xcc\x3c\x1a\x33\x57\x88\x43\x69\x5b\x74\xfb\xd1\x3f\x8a\xc0\xd3\xef\xf9\xde\x87\xa7\x94\x9c\x29\x0e\xc5\x8a\x96\x83\xae\x21\x3a\x05\xfe\x40\xbd\xea\x31\xbb\xe3\x71\x0b\xda\x9b\xfd\xd9\x06\x1d\xec\xcb\xab\xdd\xe3\x6a\x1c\x2e\x69\x02\x00\xbb\x8d\x6f\x87\xdf\xf4\xba\x60\x10\x3d\xd5\x82\x57\x28\xa8\x26\xa1\x3e\x2d\x62\x68\xdb\xfc\xeb\xd3\x2c\x8b\xb7\x21\xe0\x9e\xc9\xb2\x61\xf2\x3f\x9e\xdd\xa6\x43\x34\x3e\x7e\xcf\xff\x9c\x9f\x56\x1f\xe2\x89\xf5\x83\x3b\x73\x8a\xef\x24\xdd\x32\x39\xe1\x86\x4f\xb8\xfc\xb6\xe6\x3f\x35\x59\x9a\x64\x18\x49\x35\xdd\xa0\x20\xbb\x91\xaa\xab\x34\x79\x0f\x00\x00\xff\xff\xa2\x8f\x77\x40\x0f\x01\x00\x00") +var __1683457503_add_blocks_ranges_sequential_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xd1\x4a\x80\x30\x14\x86\xef\x7d\x8a\xff\x52\xc1\x37\xe8\x6a\xea\xd2\x43\x36\x63\xce\xcc\xab\x31\x73\x85\x38\x94\xb6\x45\xaf\x1f\x49\x21\x44\xdd\x9e\xef\xfc\x1f\x5f\x29\x39\x53\x1c\x8a\x15\x2d\x07\xdd\x42\x74\x0a\xfc\x89\x7a\xd5\x63\x76\xc7\xf3\x16\xb4\x37\xfb\xab\x0d\x3a\xd8\xb7\x77\xbb\xc7\xd5\x38\xa4\x09\x00\xec\x36\x7e\x1c\x7e\xd3\xeb\x82\x41\xf4\x54\x0b\x5e\xa1\xa0\x9a\x84\x3a\x25\x62\x68\xdb\xfc\x7c\x34\xcb\xe2\x6d\x08\x78\x64\xb2\x6c\x98\xfc\x45\x67\xb7\xe9\x10\x8d\x8f\xdf\xe3\xeb\xfa\xb2\xfa\x10\xff\x56\x7e\x61\x67\xfe\xa3\x0f\x92\xee\x99\x9c\x70\xc7\x27\xa4\x57\x66\xfe\x53\x92\x25\x19\x46\x52\x4d\x37\x28\xc8\x6e\xa4\xea\x26\xf9\x0c\x00\x00\xff\xff\x16\x63\xd9\xa7\x07\x01\x00\x00") func _1683457503_add_blocks_ranges_sequential_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1387,12 +1388,12 @@ func _1683457503_add_blocks_ranges_sequential_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1683457503_add_blocks_ranges_sequential_table.up.sql", size: 271, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7b, 0xea, 0x25, 0x92, 0x5, 0x90, 0xbd, 0x94, 0x28, 0xb6, 0x49, 0x8c, 0xb, 0x96, 0x96, 0x66, 0x94, 0x1b, 0x44, 0x47, 0x3b, 0x5, 0x45, 0x27, 0x53, 0x59, 0x2b, 0xe1, 0xe5, 0x2f, 0x9b, 0xc6}} + info := bindataFileInfo{name: "1683457503_add_blocks_ranges_sequential_table.up.sql", size: 263, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x57, 0x2e, 0x0, 0x6a, 0x6e, 0xd7, 0xeb, 0xe6, 0x66, 0x79, 0x32, 0x22, 0x82, 0x92, 0xf4, 0xc9, 0xf1, 0x58, 0x1a, 0x45, 0x60, 0x77, 0x50, 0xe7, 0x54, 0x4a, 0xc0, 0x42, 0x3a, 0x4f, 0x35}} return a, nil } -var __1683627613_accounts_and_keycards_improvementsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\xcd\x6e\xe3\x36\x10\xbe\x1b\xf0\x3b\x4c\x7d\xa9\x03\x58\xde\x3d\x77\xb1\x05\x14\x9b\xde\xb8\xeb\x48\x81\xac\xb4\xcd\x49\x66\xc4\x71\xc4\x4a\x16\x05\x89\x4e\xe2\xb7\x2f\x48\xea\xcf\xb2\x12\xa5\x39\xd4\x17\x8b\x9c\x6f\x86\xf3\xfb\x91\x96\x05\x77\xa2\x28\xf8\x63\x82\xb0\x13\x19\xe6\xf4\x31\xc1\x1d\x84\x22\x39\x1e\x52\x78\xa6\xc9\x11\x8b\xdf\xc6\x23\xcb\x82\x49\x2a\x26\x50\xfe\xbe\x7c\x01\x9a\x02\x0d\x43\x71\x4c\x25\xf0\x02\x52\x91\x42\xa5\x0d\xbc\xdc\x92\x40\x21\xc6\x53\x48\x73\x56\x63\x69\xca\x40\x46\x98\xa3\x81\x28\x79\x21\x45\x8e\xb0\xe7\x09\xc2\x5e\xe4\x4a\x5b\x81\x7a\x65\x32\x42\xa0\x8c\xe5\x58\x14\xe5\x29\x0c\x73\xfe\x8c\x0c\xf6\xb9\x38\x18\x37\x33\x9a\x4b\x4e\x93\xe4\x34\xb9\x74\xb3\x96\xb5\x9c\xdd\x7f\xdc\xdf\x30\x47\x2a\x91\x7d\xd2\xb1\xfd\x51\x3b\xd5\x9b\x3f\x2d\xfb\x9c\x53\xb4\x37\x87\xe3\x91\x3e\xd4\x66\x8c\xa7\x4f\x90\xe2\x0b\x48\x65\xb9\x80\x5d\x8c\xa7\x8c\xf2\xbc\xd8\x69\x33\xf5\x32\x28\x8d\x17\xbb\xf1\x68\xe1\x11\xdb\x27\xe0\xdb\xd7\x1b\x02\xeb\x15\x38\xae\x0f\xe4\xef\xf5\xd6\xdf\x42\x05\x87\xe9\x78\x04\x6a\x15\x1c\x39\x83\x3f\x6d\x6f\x71\x63\x7b\x70\xe7\xad\x6f\x6d\xef\x01\x7e\x92\x07\xad\xe4\xdc\x6f\x36\xb0\xb8\x21\x8b\x9f\x30\x4d\x30\x7d\x92\xd1\x54\xe6\xfc\x30\x2d\xf5\xae\xae\xe0\x77\xf8\x7a\x35\x53\xa6\x52\x7a\xc0\xda\x4e\xad\xbb\x24\x2b\xfb\x7e\xe3\xc3\x64\xa2\x41\xf2\x94\x0d\x83\xca\xcc\x07\x2a\xf3\x83\xe0\x84\x16\x32\x38\x16\xc8\x02\xad\x46\x25\x17\x69\xc0\x53\x86\xaf\xb0\x76\xfc\x4b\xb5\xaf\x5a\xab\x38\xa5\xe1\x47\x4e\x00\xcb\x82\x18\x31\x2b\x54\xb9\x79\xba\x17\xf0\x12\xf1\x30\x02\x86\xcf\x3c\x44\x90\x11\x2f\xaa\x8c\xea\x52\x32\x56\x77\x0c\x40\x98\x88\x30\x7e\xc3\x8b\xf1\xe8\xea\x9b\x2a\xf1\x07\x2a\x55\x17\xd6\x94\xac\xea\xd2\x9e\x92\xcd\x7a\x4a\xaa\xf7\xb2\xe3\x63\x8c\xa7\xf3\x2d\x2a\xa3\xc1\xe4\x7e\xa8\xa6\xa1\x48\x44\x3e\x88\xc2\x83\xf8\x87\x0f\xa2\x5e\x68\x92\xa0\x84\x6b\xd7\xdd\x5c\x62\x56\xf6\x66\x4b\xcc\x91\x11\x1d\x06\x45\x9c\x31\x4c\x07\x61\xf5\xcc\xbe\xed\x5b\x2a\x4c\x27\x30\x2c\xc2\x9c\x3f\x62\xd1\x1a\xfe\x5f\x8b\xd2\x02\x4f\xb8\x3c\xc1\x34\x47\xca\x94\x18\x5f\xb3\x84\xa6\xba\x1d\x81\x4a\xcd\x2f\x52\x64\x20\xf6\xa6\x69\xd4\xa4\x5f\xe9\x50\x0c\x25\x05\x54\xc2\xd2\xf6\x89\xbf\xbe\x25\xb5\x07\xda\xbf\x63\xc6\xde\x07\xbc\xd7\x66\x1a\xb0\x72\x3d\xb2\xfe\xe1\xa8\x0e\xa9\x07\x17\x3c\xb2\x22\x1e\x71\x16\xa4\x69\xb4\x46\xa8\xb4\x00\x5c\x07\x96\x64\x43\x7c\x02\x0b\x7b\xbb\xb0\x97\xa4\x6a\x5a\xcb\x82\xd5\x31\xd9\xf3\x24\x51\xdc\xa4\x43\xd3\xdc\x34\x1e\xad\x9d\x2d\xf1\x7c\xe5\x8c\xdb\x30\x8d\xb2\xb6\x25\x1b\xb2\xf0\xab\xe6\x9c\x55\xc2\x40\x75\xd8\x0c\x26\x59\x2e\x54\x46\x26\xb3\xb3\xe1\x9f\xbd\x33\xdd\x33\x3d\x9e\x26\x76\x1d\xa4\xe7\xde\x42\x3d\x29\x6a\xe7\xaf\x1b\xe2\x11\xc3\x38\xbf\x7c\x87\xc9\x0b\x95\x61\x34\x01\xdb\x59\x36\x7b\x05\x22\xeb\x6c\xc5\x78\x9a\x28\xed\x1f\x9e\x7b\x7f\x07\xd7\x0f\x95\xcb\x3a\xf0\x4f\x86\xa7\x8c\xff\xcf\x91\x75\x96\x4f\x98\x62\xae\xda\xe8\xbf\xc5\x16\x9c\x1d\x5b\x06\x49\xe7\x25\x05\xcd\x20\xce\xe6\x75\xc8\x74\x6e\x58\x46\x7f\x51\x19\xa9\x7f\x13\x3e\x9d\x6b\x8a\x50\x1f\x9a\x05\xd4\x87\x19\x74\x2d\x8b\xa8\xfe\x37\xe3\x3a\xab\xae\x59\x2d\xaa\x67\x43\xad\x9a\x41\xd0\xb2\x37\xf2\x43\xf5\xde\x86\xac\x7c\xf8\xc3\x5d\x3b\x4d\x99\xe2\x4c\x4b\x5c\x07\x68\xe5\x34\x7c\x6f\x45\x50\x75\xb6\x87\x07\xf1\xac\xfa\x5a\x24\x0c\x76\xf5\xa5\x6a\x5a\x7c\x3c\x5a\x7a\xee\x5d\x49\xd7\x95\xec\x5b\x73\x57\xab\xcb\x1b\xf9\x53\xaa\x8e\x05\x29\xf4\xed\xac\x6e\xfe\x46\xdf\xb2\xc0\x6f\x3d\x9f\x84\x7a\x06\xc0\x0b\xd5\x68\x3a\x6c\x00\xf0\x35\xc4\x4c\x2a\x51\x8e\x96\x49\x50\x39\x7d\xf3\xf1\xc8\xde\xf8\xc4\x2b\xbd\xab\x14\xc1\x23\x8e\x7d\x4b\xc0\x94\x55\x6f\x05\x22\x51\xe1\xf6\xa1\x9b\x8a\xf7\xa8\x55\xb2\x52\x7f\xe8\xf6\x32\xc7\x4f\x0d\x99\x94\xeb\xb3\xd7\x46\xcd\x57\xdd\x3b\xac\x81\xf7\xde\x40\x1d\x8c\xea\x04\x64\x9a\xe8\x89\xed\xf4\x50\xfc\xe5\x3b\xa7\x63\xc9\x0c\xa3\xee\xaf\x60\x90\x4e\x3f\x4f\xa8\xef\x50\xea\x07\x32\xd9\x79\x07\xbc\x9f\xd2\xd2\xd3\x52\x25\xe8\x3e\x1a\x3a\xb0\x4e\x40\x95\xd5\x6e\x50\xda\x8d\x73\x40\x2b\xb0\xfb\x3b\x75\x3f\x35\x81\x0d\x44\xdc\xe1\x1b\xd3\x2c\x6d\x2e\x0d\x55\x9b\xcd\x5b\xa7\xcd\xba\x7b\x86\x5e\x3a\x9b\xa6\x1b\xce\xb9\xa9\x84\x5c\x96\xb9\xe6\x8f\xf6\x68\x94\x70\x25\x7b\x8b\x42\x9a\x33\xfb\x79\xa4\x2f\xb8\x5e\x32\x8d\xc3\x8b\x08\x69\x68\x8c\x77\x6b\x77\xe9\x6b\x7b\x1e\x5b\x9a\x6d\xc7\x4d\x5a\xe3\xb0\xf1\xbb\x32\xdf\xee\x9e\xef\x1d\x3f\x74\x0c\x2d\xa6\x7b\x8b\x01\xfa\x20\x4a\xf2\x6f\x00\x00\x00\xff\xff\x7b\x13\x5f\x3c\x95\x0e\x00\x00") +var __1683627613_accounts_and_keycards_improvementsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\xcd\x72\xea\x36\x14\xde\xfb\x29\x4e\xd9\x94\xcc\x60\xee\x5d\x37\x93\xce\x38\x20\x6e\xe8\x25\x76\xc6\x38\x6d\xb3\x32\x8a\x75\x88\x55\x8c\xe4\xb1\x45\x12\xde\xbe\x23\xc9\x36\xc6\x38\x81\x66\x51\x36\xd8\x3a\x3f\xfa\xce\xdf\x77\xec\xba\xf0\x20\xcb\x92\x3f\x67\x08\x2b\x99\x63\x41\x9f\x33\x5c\x41\x22\xb3\xdd\x56\xc0\x2b\xcd\x76\x58\xfe\xe6\xb8\x2e\x0c\x84\x1c\x40\xf5\xfb\xf6\x0d\xa8\x00\x9a\x24\x72\x27\x14\xf0\x12\x84\x14\x50\x1b\x03\xaf\x8e\x14\x50\xd8\xe0\x3e\xa1\x05\x6b\x74\xa9\x60\xa0\x52\x2c\xd0\xaa\x68\x79\xa9\x64\x81\xb0\xe6\x19\xc2\x5a\x16\xda\x5a\x2b\xf5\xca\x54\x8a\x40\x19\x2b\xb0\x2c\xab\x5b\x18\x16\xfc\x15\x19\xac\x0b\xb9\x35\x28\x73\x5a\x28\x4e\xb3\x6c\x3f\x38\x45\xd9\xc8\x5a\x58\xd7\x97\xc3\x4d\x0a\xa4\x0a\xd9\xd7\x70\xad\x77\x06\x53\x6f\xf6\x8c\xec\x6b\x98\x68\x6f\x06\x1d\x7d\xa5\xc7\x18\x17\x2f\x20\xf0\x0d\x94\xf6\x5b\xc2\x6a\x83\xfb\x9c\xf2\xa2\x5c\x19\x27\xcd\x6b\x5c\xb9\x2e\x57\xce\x24\x24\x5e\x44\x20\xf2\x6e\x17\x04\xe6\x33\xf0\x83\x08\xc8\xdf\xf3\x65\xb4\x84\x5a\x1b\x86\x0e\xe8\x97\x78\xc7\x19\xfc\xe9\x85\x93\x3b\x2f\x84\x87\x70\x7e\xef\x85\x4f\xf0\x93\x3c\x19\x1b\xff\x71\xb1\x80\xc9\x1d\x99\xfc\x84\x61\x86\xe2\x45\xa5\x43\x55\xf0\xed\xb0\xb2\xbb\xba\x82\xdf\xe1\xfb\xd5\xc8\x01\x10\x74\x8b\x8d\x9b\xc6\x74\x4a\x66\xde\xe3\x22\x82\xc1\x40\xeb\xa8\x7d\x7e\x56\xa7\xca\x78\xac\x33\x7e\x4e\x37\xa3\xa5\x8a\x77\x25\xb2\xd8\x58\x51\xc5\xa5\x88\xb9\x60\xf8\x0e\x73\x3f\x3a\xb5\xfa\xae\x8d\xca\xbd\x48\x2e\xf1\x0f\xae\x0b\x1b\xc4\xbc\xd4\x55\xe6\x62\x2d\xe1\x2d\xe5\x49\x0a\x0c\x5f\x79\x82\xa0\x52\x5e\xd6\xb9\x34\x15\x64\xac\xee\x13\x80\x24\x93\xc9\xe6\x03\x0c\xce\xd5\xb5\x73\x49\x7d\x9a\x6a\x9a\x42\xd5\x6d\xd9\x53\xa8\xd1\x69\x1d\xf5\x51\xbe\x7b\xde\xe0\xfe\xe8\x84\xaa\xf4\x5c\x4a\x2f\x29\x63\x22\x33\x59\x9c\x53\xc2\xad\xfc\x87\x9f\x53\x7a\xa3\x59\x86\x0a\x6e\x83\x60\x71\xaa\x32\xf3\x16\x4b\x62\xee\x4b\xe9\x59\x9d\x94\x33\x86\xe2\x9c\x56\x33\x9b\x1f\xe3\x12\xd2\x96\x9e\x61\x99\x14\xfc\x19\xcb\xd6\x90\xff\x5a\x56\x1e\x78\xc6\xd5\x1e\x86\x05\x52\xa6\xc5\xf8\x9e\x67\x54\x98\xf6\x03\xaa\x0c\x8d\x28\x99\x83\x5c\xdb\x2e\xd1\x13\x7d\xa5\xe3\xb0\xc4\x13\x53\x05\x53\x2f\x22\xd1\xfc\x9e\x34\x00\x34\xba\x5d\xce\x3e\x95\x7f\xd6\x55\x5a\x3e\x0b\x42\x32\xff\xe1\xeb\x9e\x68\x06\x14\x42\x32\x23\x21\xf1\x27\xe4\xd0\x59\x07\xa1\xa3\x79\x2c\xf0\x61\x4a\x16\x24\x22\x30\xf1\x96\x13\x6f\x4a\x4c\x87\xba\x2e\xcc\x76\xd9\x9a\x67\x99\x66\x1f\x13\x92\x61\x1f\x67\xee\x2f\x49\x18\x69\x18\xc1\x81\x4b\x1c\x80\x25\x59\x90\x49\x54\x77\xe2\xa8\x96\xc5\xba\xa3\x46\x30\xc8\x0b\xa9\xf3\x30\x18\x1d\x4d\xf8\xe8\x93\x19\x1e\x99\x29\xb4\x41\xeb\xe8\xc2\xe0\x1e\x9a\x99\x70\x00\xfe\xba\x23\x21\xb1\x9c\xf2\xcb\x0d\x0c\xde\xa8\x4a\xd2\x01\x78\xfe\xf4\x70\x56\x22\xb2\xce\xd1\x06\xf7\x03\x07\xe0\x47\x18\x3c\x3e\xc0\xed\x53\x8d\xf7\xda\xf9\x62\x60\xda\xf1\xff\x1a\x53\xe7\xf5\x05\x05\x16\xba\x6d\xfe\x43\x54\x71\xfb\xca\x2a\x3c\x3a\xae\x28\x66\x04\x9b\x7c\xdc\x04\x4b\xc7\x96\x47\xcc\x13\x55\xa9\xfe\xb7\x81\xd3\xb1\xe1\x01\xfd\x60\x66\x5d\x3f\xd8\x79\x36\xb2\x94\x9a\x7f\x3b\x97\xa3\x7a\x71\x1a\x51\x33\x06\xfa\xed\xd0\xf4\x46\xd6\x9f\x19\xaa\x8f\x16\x64\x16\xc1\x1f\xc1\xdc\x3f\x54\x67\x93\x6b\x41\xe0\x03\xad\x11\xc3\x4d\x0b\xbe\x6d\xe3\x10\xb7\xf2\x55\x37\xb1\xcc\x18\xac\x9a\x1d\x69\xfb\xd9\x99\x86\xc1\x43\xc5\xc3\xb5\xe8\xba\xde\xbb\x7a\x0d\x23\x7f\x11\xfa\x42\x50\xd2\x6c\x5a\xbd\xc3\x1b\x63\xd7\x85\xa8\xf5\x15\x24\xf5\x3e\x87\x37\x6a\x94\xe9\x79\x7b\xc0\xf7\x04\x73\xa5\x45\x05\xba\x36\x2f\xd5\x98\x8d\x1d\x6f\x11\x91\xb0\x42\x56\xdb\x41\x48\x7c\xef\x9e\x80\xad\xa5\x39\x8a\x65\xc6\xae\x7b\x95\x0f\x55\xee\xb1\xaa\x65\xd6\xfc\xcc\x3e\xb2\x77\x0f\x0d\x5b\x54\xaf\x47\x5f\x0d\x0d\x1d\x75\xb6\xd2\x41\xbb\x77\xad\x1c\xab\xe8\xca\x23\x33\x0c\x4e\x3c\xff\x94\xbb\x4f\x3f\x56\x8e\xfd\xd8\xa1\x33\xdd\x14\x9f\x63\xca\x2f\x73\xe5\x47\x6c\x79\x41\xfe\x8e\xf7\xf9\xe7\x89\xb4\x18\x2b\x83\xb8\xbb\xfb\x8f\xb5\x3a\x91\xd4\x3e\xbb\xd1\x18\x0c\xc7\x0a\x87\x88\x1e\x1f\xf4\xc2\x69\x22\xfa\x2c\xd2\x0e\x9f\xd8\xd6\x68\xb1\x64\xa2\x3b\x6a\xdc\xba\x67\xd4\x3d\xb3\xf4\xd1\x39\xb4\xd5\x3f\xe6\x9e\x4a\xe5\xb4\xb0\x35\x3f\xb4\x67\xa0\xd2\x76\xe0\x23\x8a\x38\x5c\xd8\xc7\x13\x7d\x61\xf5\xd1\xe4\x26\x39\x89\x8d\x26\xd6\x73\xb7\x5c\x27\x28\xdb\x33\xd7\x32\x6c\x41\xb6\xd9\xdc\x24\x0d\xe2\xda\x77\xbb\x59\x6e\x3a\x20\xae\x9d\x36\x89\x7d\x30\xe1\x7d\x1a\x5a\xf0\x6f\x00\x00\x00\xff\xff\x42\x84\x7a\x0a\x38\x0e\x00\x00") func _1683627613_accounts_and_keycards_improvementsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1407,12 +1408,12 @@ func _1683627613_accounts_and_keycards_improvementsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1683627613_accounts_and_keycards_improvements.up.sql", size: 3733, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0xb2, 0x48, 0x12, 0xb4, 0xb0, 0x4f, 0xaf, 0x6, 0x30, 0xe4, 0xb2, 0x24, 0xc7, 0xc6, 0xed, 0x55, 0x17, 0x4c, 0x1a, 0x42, 0x50, 0x38, 0x4d, 0xb0, 0x33, 0xfe, 0x2a, 0x36, 0x97, 0xdb, 0x35}} + info := bindataFileInfo{name: "1683627613_accounts_and_keycards_improvements.up.sql", size: 3640, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0xbe, 0x62, 0xf5, 0x9, 0x42, 0x8c, 0x8f, 0xa8, 0x45, 0xe7, 0x36, 0xc9, 0xde, 0xf4, 0xe2, 0xfd, 0xc4, 0x8, 0xd0, 0xa3, 0x8, 0x64, 0xe2, 0x56, 0xcc, 0xa7, 0x6d, 0xc5, 0xcc, 0x82, 0x2c}} return a, nil } -var __1685041348_settings_table_add_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x41\x0a\xc2\x30\x10\x05\xd0\x7d\xa1\x77\xf8\xf4\x04\xdd\x17\x17\xa3\x89\x20\x8c\xa9\xe8\x64\x1d\x02\x1d\x6b\x50\x24\x98\x41\xf0\xf6\x6e\x7b\x81\x47\x2c\xfe\x0a\xa1\x3d\x7b\x34\x35\x2b\xef\xb5\x81\x9c\xc3\x61\xe6\x78\x0e\x78\x65\xd3\x66\x69\xd1\x4f\xf9\xea\x92\x6a\xb6\x07\x4e\x41\x10\x66\x41\x88\xcc\x70\xfe\x48\x91\x05\xc3\x38\x4c\x7d\x17\x2f\x8e\x64\x23\xdd\xbc\x60\x2d\xf7\x94\x6b\x49\x4f\xfd\x61\x87\x71\xea\xbb\x7f\x00\x00\x00\xff\xff\x4c\xa5\x5c\x18\x75\x00\x00\x00") +var __1685041348_settings_table_add_latest_derived_path_columnUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\xc1\x0a\xc2\x30\x0c\x06\xe0\xfb\x9e\xe2\x67\x4f\xb0\xfb\xf0\x10\x6d\x05\x21\x76\xa2\xe9\xb9\x14\x16\x67\x50\x64\xd8\x20\xf8\xf6\x5e\xf7\x02\x1f\xb1\xc4\x2b\x84\xf6\x1c\xd1\xd4\xdd\xde\x4b\x03\x85\x80\xc3\xc4\xf9\x9c\xf0\xaa\xae\xcd\xcb\xac\x1f\xfb\xea\x5c\xd6\xea\x0f\x9c\x92\x20\x4d\x82\x94\x99\x11\xe2\x91\x32\x0b\xfa\xa1\x1f\xbb\x7c\x09\x24\x1b\xe8\x16\x05\x8b\xdd\x4b\x5d\xad\x3c\xf5\x87\x1d\x86\xb1\xfb\x07\x00\x00\xff\xff\x6b\x36\xb8\x34\x73\x00\x00\x00") func _1685041348_settings_table_add_latest_derived_path_columnUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1427,12 +1428,12 @@ func _1685041348_settings_table_add_latest_derived_path_columnUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1685041348_settings_table_add_latest_derived_path_column.up.sql", size: 117, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc8, 0x3, 0x1c, 0x3a, 0x70, 0xd4, 0x50, 0x3f, 0x11, 0x32, 0xde, 0xf0, 0x32, 0x4c, 0xab, 0x35, 0x30, 0xb7, 0xab, 0xf6, 0x59, 0x40, 0xd6, 0x58, 0x59, 0x9b, 0x82, 0x1a, 0x16, 0x35, 0x35, 0x56}} + info := bindataFileInfo{name: "1685041348_settings_table_add_latest_derived_path_column.up.sql", size: 115, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xd4, 0x1b, 0xbf, 0x8, 0xf9, 0xd4, 0xb0, 0xa0, 0x6, 0x5b, 0xfb, 0x7e, 0xff, 0xfa, 0xbf, 0xcc, 0x64, 0x47, 0x81, 0x8b, 0x5e, 0x17, 0x6a, 0xa7, 0xa4, 0x35, 0x8f, 0x30, 0x4f, 0xd9, 0xd}} return a, nil } -var __1685440989_update_color_id_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xd2\x3d\x4b\xc5\x30\x14\x06\xe0\x5d\xf0\x3f\x04\x1c\xba\xf6\xe3\x36\x6d\x11\x87\xdc\x36\xc5\x51\xf4\x8a\xa3\x1c\x4a\x28\xe5\xe6\xcb\x93\x06\xc9\xbf\x17\xbb\x38\x34\x43\x83\xf7\x8c\x19\x1e\x4e\xde\xf7\xbc\xbf\x0c\xec\xc2\xc9\x55\x04\x0b\x0b\xba\x4f\x98\x26\xe3\xf5\xea\xc8\x1b\xbf\x90\xc9\x48\x83\xe4\x89\x64\x61\xd1\x01\xf4\x9c\x91\x8f\x67\xfe\xca\xff\xde\x1f\xf2\x6d\xb2\xc7\xfb\xbb\x7f\x42\xe3\x36\xc7\x21\x8b\x8b\x02\x0c\x7b\xa8\xec\x4e\xb4\x3f\x25\x40\x1e\xad\x14\x7b\xa7\x6d\x1b\x36\x76\xc7\x1d\x77\x8d\x2c\x53\x17\x43\x3e\x26\xc4\x63\x10\xf4\x1c\x59\x66\xa8\x1a\x3e\x26\x7c\x4a\xc1\x2c\xf4\x0a\x91\x98\x19\xad\x69\x9d\xd0\x97\x90\xd2\x7c\xc7\xea\xea\x59\x9e\x50\x17\xa0\x8a\xc4\xd3\xf4\x03\x4b\xb9\x9e\xd5\xe3\x97\x37\x8b\x8b\x24\x54\x52\x46\x3b\x76\x9c\x9a\x8c\xb5\x02\x23\xb5\x9f\xab\xa2\x2a\x12\x1c\x50\x42\xee\x99\xee\xdc\x56\xe5\x0d\xce\xf9\x57\xf8\x09\x00\x00\xff\xff\xcf\x55\xb6\x15\xa3\x03\x00\x00") +var __1685440989_update_color_id_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xd2\xbf\x6a\xc3\x30\x10\x06\xf0\x3d\x4f\x21\xe8\xe0\xd5\x7f\x62\xd9\x26\x74\x50\x6c\x99\x8e\xa5\x4d\xe9\x58\x0e\x23\x8c\x89\x2c\xa9\x27\x8b\xa2\xb7\x2f\x64\xe9\x60\x0d\x57\x7c\xa3\x86\x1f\xa7\xef\xbb\x8f\xd7\x41\xdc\x24\xbb\xab\xe8\x60\x41\xff\x05\xd3\x64\x83\xd9\x3c\x7b\x97\x37\x36\x59\x6d\x91\x3d\xb3\x2c\x2e\x26\x82\x99\x33\xf6\xf9\x22\xdf\xe4\xdf\xfb\x53\xfe\x98\xec\x72\x3a\xe8\x8c\x8f\x21\x3b\x0e\x97\x15\x30\xee\x9d\xb2\x3b\xf3\xfe\x4c\x77\x02\x3a\xad\xf6\x4c\xdb\x36\x62\xec\xc8\x8c\xbf\x27\x56\xa9\x8b\x21\x1f\xe9\xd1\x58\x04\x33\x27\x56\x19\xaa\x46\x8e\xf4\x1f\xad\x30\x2b\xb3\x41\x22\x61\xc1\x6b\x5e\xd3\x9b\x52\x5a\xdb\x9f\x54\x51\xbd\xc8\xe9\x45\x01\xae\x89\x68\x9a\x7e\x10\xff\xb8\x9a\x2d\xe0\x77\xb0\x8b\x4f\xa4\x53\x72\xc1\x3b\x41\x96\x26\xeb\x9c\xc2\x44\xdf\xd7\xaa\xa8\x0a\x3a\x03\xab\xd2\x7b\xa5\xbb\xb6\x55\x79\xfc\x88\xb3\xcb\xe9\x37\x00\x00\xff\xff\xfb\x65\x25\xb7\x96\x03\x00\x00") func _1685440989_update_color_id_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1447,12 +1448,12 @@ func _1685440989_update_color_id_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1685440989_update_color_id_accounts.up.sql", size: 931, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4f, 0xf6, 0xde, 0xd6, 0xfc, 0x51, 0xf5, 0x51, 0x8b, 0x56, 0x61, 0xf0, 0xcb, 0xab, 0x51, 0xb9, 0x50, 0xbc, 0x90, 0xe8, 0xd7, 0x6e, 0xee, 0x17, 0x55, 0x4f, 0x8f, 0x77, 0x70, 0xed, 0xb8, 0x5}} + info := bindataFileInfo{name: "1685440989_update_color_id_accounts.up.sql", size: 918, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x2e, 0x51, 0x1d, 0x2d, 0x16, 0x84, 0xd6, 0xe8, 0xbc, 0x20, 0x53, 0x47, 0xb8, 0x40, 0x21, 0x52, 0x5c, 0xd9, 0xbb, 0xea, 0xe2, 0xa5, 0x77, 0xc8, 0x35, 0x4c, 0xe0, 0x9d, 0x42, 0x44, 0x50}} return a, nil } -var __1685463947_add_to_asset_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x2d\xcd\x29\xc9\x8c\x2f\x29\x4a\xcc\x2b\x4e\x4c\x2e\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\x8f\x4f\xcc\xcd\x2f\xcd\x2b\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\xe5\x02\x04\x00\x00\xff\xff\xfc\x50\x04\x0b\x3e\x00\x00\x00") +var __1685463947_add_to_asset_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x2d\xcd\x29\xc9\x8c\x2f\x29\x4a\xcc\x2b\x4e\x4c\x2e\xc9\xcc\xcf\x2b\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\xc9\x8f\x4f\xcc\xcd\x2f\xcd\x2b\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x02\x04\x00\x00\xff\xff\x40\x38\x81\x4e\x3d\x00\x00\x00") func _1685463947_add_to_asset_to_multitransactionUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1467,12 +1468,12 @@ func _1685463947_add_to_asset_to_multitransactionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1685463947_add_to_asset_to_multitransaction.up.sql", size: 62, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xe4, 0xe5, 0x58, 0xaa, 0x1a, 0x94, 0x1f, 0x8e, 0x78, 0x11, 0x41, 0xb, 0xf, 0xf9, 0x82, 0xd, 0xd, 0xc2, 0x88, 0x81, 0xef, 0x43, 0xc6, 0xb, 0xbe, 0x76, 0xab, 0x7, 0x56, 0xca, 0xd6}} + info := bindataFileInfo{name: "1685463947_add_to_asset_to_multitransaction.up.sql", size: 61, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd3, 0x66, 0x15, 0x10, 0xfa, 0x66, 0x81, 0x68, 0xd9, 0xb4, 0x93, 0x9e, 0x11, 0xed, 0x1d, 0x16, 0x9d, 0x5a, 0xf8, 0xd7, 0x8, 0xea, 0x7a, 0xaf, 0xe4, 0xb3, 0x22, 0x19, 0xca, 0xff, 0x75, 0x7c}} return a, nil } -var __1685880973_add_profile_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x5d\x6f\xe3\x36\x10\x7c\x37\xe0\xff\x30\xbd\x3e\xd4\x06\xec\x73\xd2\xbb\xe0\x8a\x16\x29\xe0\xda\x4c\x23\x9c\x3f\x02\x59\x6e\x7b\x4f\x3e\x46\x5a\x5b\x44\x28\xd2\x47\xae\xce\xcd\xbf\x2f\x28\xcb\x8a\x5d\x28\xd7\xbe\x11\xda\x59\xee\xec\xcc\x50\xc3\x21\x26\x8e\x24\x13\x0c\x1d\xc0\xf2\x51\x13\x0e\x39\x39\xc2\x81\x70\x50\x5a\xc3\xb3\x75\x84\xbd\xb3\x5b\xa5\x09\xde\xa6\x4a\x6a\x68\x65\x9e\xfc\xa0\xdb\x19\x0e\x21\xb7\x4c\x0e\x99\xf2\x69\xe9\xbd\xb2\x06\x39\xf3\xde\xff\x3c\x1a\xed\x14\xe7\xe5\xe3\xdb\xd4\x16\x23\xcf\x92\x4b\x3f\x54\xcd\x69\x67\x47\xfb\x52\xeb\xd1\xbb\x9b\x9b\x1f\xbf\x57\xde\x97\x94\xda\xa2\x20\xc3\xc3\xeb\x9b\x0f\xef\x7e\xba\xfe\x70\xf5\xfe\x7d\x75\xfb\x81\x90\x51\xaa\x32\xca\xc0\x16\x8e\xf6\x5a\xa6\x04\xce\x09\x64\x58\x39\x42\xf6\x58\xb3\x4e\xad\x61\x32\x0c\x6b\x40\x5f\xc9\x3d\x23\xcd\xa5\xd9\x11\x7a\x8f\x94\xca\xd2\x13\xec\x16\x9c\x4b\xc6\xde\x7a\xc5\x81\x68\x6a\x75\x59\x18\x28\x0f\x63\x19\x86\x28\xa3\xac\xdf\xed\x4c\x62\x31\x4e\x04\x92\xf1\x6f\x33\x81\xe8\x0e\x8b\x65\x02\xf1\x57\xb4\x4a\x56\x27\x15\x36\x47\x15\x36\x95\x0a\xe8\x75\x3b\x00\xd3\xdf\x8c\x3f\xc6\xf1\xe4\x7e\x1c\x57\x1d\x8b\xf5\x6c\x86\xc9\xbd\x98\x7c\x44\x4f\x93\xd9\x71\xde\x63\xa7\x8a\x5e\x00\xf6\xfb\xf8\x15\x57\xfd\x41\x68\x2c\x9d\xfe\x5f\x7d\xa5\xd3\xe7\x6d\xcd\x12\xd1\x22\xc1\x54\xdc\x8d\xd7\xb3\x04\x57\x55\xe9\x21\x8e\xe6\xe3\xf8\x13\x3e\x8a\x4f\xa8\xc6\x0d\xc2\x90\x7e\xb7\xd3\xff\xa5\xdb\xa9\x44\x3d\x73\xbc\xd6\x80\x2d\x9e\x88\xf6\x48\xb5\x4d\x9f\x8e\x4a\x11\xb4\xf4\x7c\x52\xd1\x6e\x5b\x23\x80\x9e\x57\x26\x7d\x11\x5f\xf9\x93\x47\x19\xa4\xd6\x70\xf6\x00\x9f\x4b\x77\xb4\xcc\xcb\x82\xea\x11\x5f\xa5\x2e\xa9\xdf\xed\x8c\x67\x89\x88\x6b\xad\x3d\x31\x2b\xb3\xf3\x1b\xff\x6c\xd2\xcd\x11\x37\x9e\x4e\x31\x59\xce\xd6\xf3\x05\x2e\x44\x8f\x16\x89\xf8\x5d\x9c\x49\xd6\x68\xf0\xaf\x25\x99\x8a\x7d\x9d\x10\xb6\xd8\x91\x21\x17\x3e\xcb\x17\x05\xb7\xd6\x05\x9e\xfe\xc5\x79\x31\x7f\x58\xc6\x41\xc2\x23\xaf\x70\xc5\x85\xe5\x9b\x13\xd3\xa3\xf7\x2a\x6b\xe8\x9c\x6b\x3f\x5e\x27\xcb\x68\x31\x89\xc5\x5c\x2c\x92\xc1\xab\x21\x79\x35\x05\xe7\x86\xd9\xfd\x73\xa0\xff\xb2\x4c\xb7\x13\x2d\x56\x22\x4e\xc2\xe4\xe5\x37\x19\x9e\x27\x00\x58\x89\x99\x98\x24\x95\x79\x9b\x63\xa5\x3a\x96\x4e\x87\xea\x5d\xbc\x9c\xa3\xf5\x9e\x50\xfd\xf3\x5e\xc4\xa2\xc1\xe3\xbb\x5b\xbc\x79\x73\x62\x18\x19\x4f\x8e\xa1\x0c\x5b\x7c\x6e\x7b\x26\x9f\xdb\x78\xb7\x01\xcf\x58\x36\xd4\x07\x50\x59\xc3\xef\xf5\x65\x4f\x64\xee\x9c\x2d\xe0\x6d\x41\x70\x24\xbd\x35\x55\xf8\xb6\x56\x6b\x7b\x50\x66\x07\xff\x45\x23\xb3\xe4\xcd\x0f\x8c\x83\x75\x4f\xe0\xdc\xd9\x72\x97\xa3\xf9\x39\xa1\x50\x3b\x27\x43\x3a\xfc\x00\x52\x73\x5e\x95\xc3\x2d\x5f\xca\xf0\x6b\x51\x1e\xa9\x75\x8e\x52\x7e\x5b\x0d\x1c\x0e\xb1\x22\xae\x00\xc7\xd8\x86\x4c\xb5\xbd\x97\x0a\xbd\x7e\x98\x86\x98\xb5\xc4\xbd\x2a\x87\xf5\x93\xfa\x84\xcb\xd4\xdf\xa2\x57\x4b\x73\x0e\xff\xb6\x6f\x35\xa4\xcd\xbc\xa6\x38\x8b\xe6\x51\x82\xeb\x7e\xfd\xe1\x88\xf5\xcf\x86\x73\x62\x95\x6e\x54\x86\x5b\xbc\x51\x59\xe3\xf6\xd4\xd9\xfd\x45\x18\xa7\xf1\xf2\xe1\x3f\x5f\xcb\x45\xb7\xd5\x59\x4b\x73\x7b\xdf\x3f\x01\x00\x00\xff\xff\xea\x05\xc1\xa4\xa5\x06\x00\x00") +var __1685880973_add_profile_links_settings_tableUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x5d\x6f\xe3\x36\x10\x7c\xd7\xaf\x98\x5e\x1f\x6a\x03\xf6\x39\xe9\x5d\x70\x45\x8b\x14\x70\x6d\xa6\x11\xce\x1f\x81\x2c\xb7\xbd\x27\x1f\x23\xad\x2d\x22\x14\xe9\x23\x57\xe7\xe6\xdf\x17\x94\x6c\xc5\x46\x95\x6b\xdf\x68\xef\x2c\x77\x76\x66\xa8\xe1\x10\x13\x47\x92\x09\x86\x0e\x60\xf9\xa8\x09\x87\x82\x1c\xe1\x40\x38\x28\xad\xe1\xd9\x3a\xc2\xde\xd9\xad\xd2\x04\x6f\x33\x25\x35\xb4\x32\x4f\x7e\x10\x0d\x87\x90\x5b\x26\x87\x5c\xf9\xac\xf2\x5e\x59\x83\x82\x79\xef\x7f\x1e\x8d\x76\x8a\x8b\xea\xf1\x6d\x66\xcb\x91\x67\xc9\x95\x1f\xaa\xf6\xb4\xb3\xa3\x7d\xa5\xf5\xe8\xdd\xcd\xcd\x8f\xdf\x2b\xef\x2b\xca\x6c\x59\x92\xe1\xe1\xf5\xcd\x87\x77\x3f\x5d\x7f\xb8\x7a\xff\x3e\x5c\x7e\x20\xe4\x94\xa9\x9c\x72\xb0\x85\xa3\xbd\x96\x19\x81\x0b\x02\x19\x56\x8e\x90\x3f\x1e\x39\x67\xd6\x30\x19\x86\x35\xa0\xaf\xe4\x9e\x91\x15\xd2\xec\x08\xbd\x47\xca\x64\xe5\x09\x76\x0b\x2e\x24\x63\x6f\xbd\xe2\xc0\x33\xb3\xba\x2a\x0d\x94\x87\xb1\x0c\x43\x94\x53\xde\x8f\x26\x89\x18\xa7\x02\xe9\xf8\xb7\x99\x40\x7c\x87\xc5\x32\x85\xf8\x2b\x5e\xa5\xab\x93\x04\x9b\x46\x82\x4d\x2d\x01\x7a\x11\xc0\xf4\x37\xe3\x8f\x71\x32\xb9\x1f\x27\x75\xc3\x62\x3d\x9b\x61\x72\x2f\x26\x1f\xd1\xd3\x64\x76\x5c\xf4\xd8\xa9\xb2\x17\x80\xfd\x3e\x7e\xc5\x55\x7f\x10\x01\x95\xd3\xff\xab\xad\x72\xfa\xac\xab\x5d\x20\x5e\xa4\x98\x8a\xbb\xf1\x7a\x96\xe2\x2a\x54\x1e\x92\x78\x3e\x4e\x3e\xe1\xa3\xf8\x84\x7a\xd6\x20\x8c\xe8\x47\xfd\x5f\xa2\xe8\xd2\xe7\xe3\xee\x6c\xf1\x44\xb4\x47\xa6\x6d\xf6\xd4\x28\x44\xd0\xd2\xf3\x49\x3d\xbb\xed\x34\x1e\x3d\xaf\x4c\xf6\x22\xba\xf2\x27\x6f\x72\x48\xad\xe1\xec\x01\xbe\x90\xae\xb1\xca\xcb\x92\x8e\x23\xbe\x4a\x5d\x51\x3f\x1a\xcf\x52\x91\x1c\x35\xf6\xc4\xac\xcc\xce\x6f\xfc\xb3\xc9\x36\x0d\x6c\x3c\x9d\x62\xb2\x9c\xad\xe7\x0b\x5c\x88\x1d\x2f\x52\xf1\xbb\x38\x13\xab\x5d\xff\x62\x43\xa6\x72\x7f\x8c\x05\x5b\xec\xc8\x90\x0b\x7f\xcb\x17\xe9\xb6\xd6\x05\x92\xbe\xb5\x5b\xcc\x1f\x96\x49\xd0\xae\x21\x15\x6e\xb8\xf0\x79\x73\xa2\x59\x1b\xae\xf2\x96\xca\xb9\xe6\xe3\x75\xba\x8c\x17\x93\x44\xcc\xc5\x22\x1d\xbc\x16\x8c\xd7\x9c\x6f\x6d\xb2\xfb\xe7\xc0\xfb\x65\x8b\x28\x5e\xac\x44\x92\x86\x99\xcb\x6f\x52\x3b\xf3\x1c\x58\x89\x99\x98\xa4\xb5\x61\x9b\xa6\x50\x1f\x2b\xa7\x23\xe0\x2e\x59\xce\xd1\x79\x4b\x04\xfc\x79\x2f\x12\xd1\xa2\xf1\xdd\x2d\xde\xbc\x69\xb8\xc5\xc6\x93\x63\x28\xc3\x16\x9f\xbb\xde\xc3\xe7\x0e\xc6\x5d\xb8\x17\x7e\x2d\xe7\x01\x54\x7e\x62\xf6\xfa\x92\x0d\x8f\x3b\x67\x4b\x78\x5b\x12\x1c\x49\x6f\x4d\x9d\xb3\xad\xd5\xda\x1e\x94\xd9\xc1\x7f\xd1\xc8\x2d\x79\xf3\x03\xe3\x60\xdd\x13\xb8\x70\xb6\xda\x15\x68\x3f\x3f\x28\xd5\xce\xc9\x90\x05\x3f\x80\xd4\x5c\xd4\xe5\x70\xcb\x97\x2a\x7c\x3d\x94\x47\x66\x9d\xa3\x8c\xdf\x86\x79\xc3\x21\x56\xc4\x75\xbd\x49\x68\x08\x50\xd7\xcb\x08\xe0\xf5\xc3\x34\x64\xaa\x23\xd8\xa1\x1a\x16\x4f\x9b\x03\x2e\xd3\x7d\x8b\xde\x51\x93\x33\xf0\x37\xad\x3a\x22\xba\xfc\x3a\xd5\x66\xf1\x3c\x4e\x71\xdd\x6f\x7e\x37\x48\xff\x6c\xb8\x20\x56\xd9\x46\xe5\xb8\xc5\x1b\x95\x1f\xed\x9d\x3a\xbb\x3f\xcf\xdd\x34\x59\x3e\xfc\xe7\x8b\x38\x6b\xb5\x3a\xff\x77\x67\x77\xd3\x3f\x01\x00\x00\xff\xff\x31\x2f\xbb\x07\x78\x06\x00\x00") func _1685880973_add_profile_links_settings_tableUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1487,8 +1488,8 @@ func _1685880973_add_profile_links_settings_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1685880973_add_profile_links_settings_table.up.sql", size: 1701, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xeb, 0x95, 0xbd, 0xb7, 0x28, 0x67, 0x35, 0x5f, 0xdd, 0x39, 0x44, 0xda, 0x81, 0x12, 0xd, 0x52, 0xa5, 0xa8, 0x97, 0xe0, 0xef, 0x9a, 0xac, 0xa0, 0xf0, 0xc4, 0xf6, 0x35, 0x1b, 0x1f, 0x7c, 0xc}} + info := bindataFileInfo{name: "1685880973_add_profile_links_settings_table.up.sql", size: 1656, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x23, 0x7b, 0x1e, 0x82, 0x61, 0xcc, 0x76, 0xd6, 0xc7, 0x42, 0x6e, 0x69, 0x21, 0x1b, 0xfd, 0x7d, 0xda, 0xd7, 0xb7, 0xc7, 0xd3, 0x22, 0x63, 0xfe, 0xc6, 0xd3, 0xdf, 0xc8, 0x5f, 0x50, 0xcc}} return a, nil } @@ -1507,7 +1508,7 @@ func _1686041510_add_idx_transfers_blkno_loadedUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1686041510_add_idx_transfers_blkno_loaded.up.sql", size: 71, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1686041510_add_idx_transfers_blkno_loaded.up.sql", size: 71, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0x5d, 0x7e, 0x43, 0x14, 0x3c, 0x50, 0x44, 0x25, 0xd0, 0xe1, 0x75, 0xba, 0x61, 0x7b, 0x68, 0x2e, 0x43, 0x74, 0x1d, 0x10, 0x61, 0x8e, 0x45, 0xe6, 0x25, 0x78, 0x81, 0x68, 0x6, 0x24, 0x5b}} return a, nil } @@ -1527,12 +1528,12 @@ func _1686048341_transfers_receipt_json_blob_outUpSqlDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql", size: 104, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.down.sql", size: 104, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x6c, 0xd9, 0x76, 0x83, 0x64, 0xf0, 0xf2, 0x74, 0x97, 0xca, 0xd7, 0xaa, 0x4, 0x74, 0x7c, 0x34, 0x56, 0x88, 0x10, 0xa9, 0x4d, 0x1d, 0x8e, 0x85, 0xc3, 0x66, 0x1, 0x2b, 0x30, 0x90, 0xf4}} return a, nil } -var __1686048341_transfers_receipt_json_blob_outUpSqlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x41\x4f\xdb\x40\x10\x85\xef\x48\xfc\x87\x39\x82\x04\x54\xa5\x55\x55\x95\x93\x43\x2c\x9a\x2a\xb5\xa5\xd4\xa8\xdc\xdc\xc9\xee\x38\xde\x66\xbd\x63\xed\x8c\xc1\xf4\xd7\x57\x71\x12\x0a\x3d\xc5\xb9\x59\xeb\xf9\xde\x1b\x7b\x76\xde\xe5\x25\x14\xb5\x13\x68\xdc\x2a\xa2\x3a\x0e\xe0\x04\x2c\x07\x02\x17\xe0\x2e\x07\xc3\x96\x00\x05\x10\x4c\x27\xca\x0d\x88\x52\x7b\x75\x7a\xb2\xe7\x2a\xe7\x09\x84\xe2\x23\xc9\x50\x16\x00\x83\xa9\x39\x42\xc5\x11\xb4\xa6\x57\xc2\xf2\x2c\x4a\xcd\x80\xde\xd6\x64\xd6\xbb\x57\xf4\x13\xbd\x27\xfd\x26\x1c\x26\x9e\x97\x02\x55\xe4\x06\xb0\x6d\x2d\x2a\x2e\x51\xe8\xdd\xfe\xe1\x6a\xc5\xa7\x27\x3b\x6b\x82\x8a\xbd\xe7\x27\x17\x56\x43\x4b\x02\x18\xe9\xff\xc6\xbf\xec\xca\x93\x79\x91\x2e\xa0\x48\x26\xf3\x14\x34\x62\x90\x8a\xa2\x40\x32\x9d\xc2\x6d\x3e\xbf\xff\x9e\x81\x28\x6a\x27\x30\xcb\x8a\x9b\xc3\x80\x48\x86\x5c\xab\xa5\x3e\xb7\x34\x02\xd3\xbe\xac\x51\x6a\x98\xcc\xf3\xc9\x81\x88\xe7\x55\xe9\x82\xa5\x7e\x84\xcd\xd2\xb3\x59\x8f\x76\x32\x5d\xd3\x79\x54\xf7\x48\xe5\x0a\xa5\xec\x84\xec\x08\x4f\xc3\x41\x23\x1a\x2d\xd1\xda\x48\x22\x50\xa4\x0f\x87\xb2\x47\xd8\x69\xff\xe6\xaf\x1c\x0c\x8d\x1c\x58\x1b\x59\xc9\x28\x59\x98\xe4\xf9\x3c\x4d\xb2\x11\x5f\xe4\x5d\xe3\x14\xee\xb3\x1f\xb3\xbb\x2c\x9d\x8e\x30\xdd\xc0\x6d\x74\x86\x4a\xe3\xb1\x69\xc9\x7e\xfa\x38\x92\x56\xd7\x96\x06\xdb\xa3\xf9\x8a\xe8\x68\x1e\x1b\xee\x82\x96\x2d\x5a\x4b\xf6\xfd\xf5\xe7\x9a\x7a\xb8\xfd\x9a\x2c\xce\x3e\x5c\x9f\x1f\x2a\x61\xcc\xa0\x11\x38\x98\x31\xd3\x12\xf7\x67\xd4\x36\xf2\x9a\xc2\xcb\x7d\x1d\xb1\x29\x5b\xd0\xd9\x3d\xb3\xcd\xb4\x45\x9a\x14\x29\xcc\xb2\x69\xfa\xf0\x0f\x2b\x2b\xe7\x95\x22\xe4\xd9\x2b\xa9\xb3\x6d\xde\x5c\xbc\xed\xe0\xe2\x45\xf7\xfc\xe6\xd7\x4e\x34\xed\x87\xa5\x02\xed\x01\x83\xdd\xc7\x0e\x6c\x12\x71\x9b\x93\x9b\x88\xfd\x2d\x1c\x36\x3b\xbf\x1c\x6a\xd0\xda\xe1\xd4\x85\x8a\x63\xb3\xcb\xf4\xa0\x3c\x1c\x06\x7a\x02\xc3\xbe\x6b\x82\xfc\x0d\x00\x00\xff\xff\xcc\x79\xb9\xa2\xfa\x05\x00\x00") +var __1686048341_transfers_receipt_json_blob_outUpSqlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x41\x6f\x9b\x4e\x10\xc5\xef\xf9\x14\x73\x4c\xa4\x24\x7f\xfd\xd3\xaa\xaa\x9a\x13\x8e\x51\xea\xca\x05\xc9\x25\x6a\x6e\x74\xbc\x3b\x98\xad\x97\x1d\xb4\x33\x24\xa4\x9f\xbe\x32\xb6\x53\xb7\x27\xc8\x0d\x2d\xf3\x7b\x6f\x61\xf7\xbd\xab\x2b\x28\x6a\x27\xd0\xb8\x4d\x44\x75\x1c\xc0\x09\x58\x0e\x04\x2e\xc0\x7d\x0e\x86\x2d\x01\x0a\x20\x98\x4e\x94\x1b\x10\xa5\xf6\xfa\xec\x88\x55\xce\x13\x08\xc5\x27\x92\x61\x2a\x00\x06\x53\x73\x84\x8a\x23\x68\x4d\x27\xba\xf2\x22\x4a\xcd\x8e\xbc\xab\xc9\x6c\x0f\x6f\xe8\x3b\x7a\x4f\xfa\x45\x38\xcc\x3c\xaf\x05\xaa\xc8\x0d\x60\xdb\x5a\x54\x5c\xa3\xd0\x7f\xc7\x87\xeb\x0d\x9f\xed\x7d\x09\x2a\xf6\x9e\x9f\x5d\xd8\x0c\xdb\x11\xc0\x48\xff\x6e\xfa\xd3\x30\x9c\x2c\x8b\x74\x05\x45\x32\x5b\xa6\xa0\x11\x83\x54\x14\x05\x92\xf9\x1c\xee\xf2\xe5\xc3\xd7\x0c\x44\x51\x3b\x81\x45\x56\xdc\x8e\x9a\x8f\x64\xc8\xb5\x5a\xea\x4b\x4b\xe3\x29\xed\xcb\x1a\xa5\x86\xd9\x32\x9f\x8d\x23\x3c\x6f\x4a\x17\x2c\xf5\xe3\x4d\xd6\x9e\xcd\x76\xaa\x8f\xe9\x9a\xce\xa3\xba\x27\x2a\x37\x28\x65\x27\x64\xc7\x3b\x1a\x0e\x1a\xd1\x68\x89\xd6\x46\x12\x81\x22\x7d\x1c\x89\x4e\x37\xd3\xfe\xf4\x87\x8c\x45\xa6\x9d\x53\x1b\x59\xc9\x28\x59\x98\xe5\xf9\x32\x4d\xb2\xf1\x1f\xe3\x5d\xe3\x14\x1e\xb2\x6f\x8b\xfb\x2c\x9d\x8f\xb7\xdc\xb1\x6d\x74\x86\x4a\xe3\xb1\x69\xc9\x7e\x78\x3f\x0d\x56\xd7\x96\x06\xdb\xb7\xe2\x15\xd1\x5b\x71\x6c\xb8\x0b\x5a\xb6\x68\x2d\xd9\xff\x6f\x3e\xd6\xd4\xc3\xdd\xe7\x64\x75\xfe\xee\xe6\x62\xa4\x82\x31\x83\x44\xe0\x60\x26\x1c\x93\xb8\x5f\x53\xc2\xc7\x5b\x0a\xaf\x57\x74\x7c\x34\xf6\x9c\xb3\x07\x64\x68\xae\x55\x9a\x14\x29\x2c\xb2\x79\xfa\xf8\x07\x2a\x2b\xe7\x95\x22\xe4\xd9\x89\xd0\xf9\xbe\x59\x2e\xff\xb6\xbf\x7c\x55\xbd\xb8\xfd\x31\x48\xa6\xfd\x10\x21\xd0\x1e\x30\xd8\x63\xbf\xc0\xae\xf5\xf6\x5d\xb8\x6b\xd1\x9f\xc2\x61\x97\xef\xf5\x30\x83\xd6\x0e\xab\x2e\x54\x1c\x9b\x43\x6b\x07\xe5\x61\x31\xd0\x33\x18\xf6\x5d\x13\xe4\x77\x00\x00\x00\xff\xff\x39\x7c\x13\x6d\xdc\x05\x00\x00") func _1686048341_transfers_receipt_json_blob_outUpSqlUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1547,12 +1548,12 @@ func _1686048341_transfers_receipt_json_blob_outUpSqlUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql", size: 1530, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xf5, 0x23, 0x4a, 0x3c, 0x5, 0xd, 0x78, 0xa9, 0x58, 0x3d, 0x30, 0x0, 0xa1, 0xe5, 0x6a, 0xe3, 0xea, 0xdf, 0xdb, 0x20, 0x77, 0xca, 0xbd, 0xd0, 0x31, 0x61, 0xc4, 0xe, 0x40, 0xed, 0x80}} + info := bindataFileInfo{name: "1686048341_transfers_receipt_json_blob_out.up.sql.up.sql", size: 1500, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xcd, 0xe3, 0xa6, 0x8c, 0x53, 0x51, 0xe6, 0x3c, 0x64, 0xcb, 0x3, 0x3, 0xb, 0x4d, 0x52, 0xa5, 0x1c, 0xcc, 0xe1, 0x23, 0x94, 0x14, 0x79, 0xd7, 0x56, 0x58, 0xef, 0xcc, 0x1a, 0x6, 0xa4}} return a, nil } -var __1686825075_cleanup_token_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcd\x4a\xc5\x30\x10\x85\xf7\x85\xbe\xc3\x21\x20\x51\x68\x2f\xf5\x67\x27\x2e\x04\x23\x8a\x2e\x44\xaf\xb8\x94\x69\x3a\xb5\xc1\xde\x44\x26\x23\xa4\x6f\x2f\x7a\x11\xb4\xab\x19\xf8\x0e\xdf\x39\x6d\x8b\xeb\x50\xa0\x13\x43\xd3\x3b\xc7\x57\x1a\x06\xe1\x9c\xe1\xd3\xfc\xb9\x8b\x08\x71\xcf\x84\x62\x1e\x59\x32\x94\xfa\x99\xa1\x13\x29\x26\xca\xe8\x99\x63\x5d\xb5\x2d\x42\xf4\x49\x84\xbd\xce\x0b\x32\x2b\x34\x81\x90\x55\x42\x7c\x43\x1a\x7f\x24\x63\x92\x1d\x4c\x57\x8e\x4f\xa8\xdf\x6c\x4e\xcf\xfc\x60\x10\x62\x56\xa6\xe1\x3b\x42\xe8\x17\x65\x90\x08\x2d\x75\xf5\xfc\x70\x75\xb9\x75\x7f\x8a\x9f\xdc\x76\x35\xf1\x02\xc2\x1f\x33\x79\x3e\xfc\xbd\xff\x78\x03\xdb\x15\xdb\xc0\xda\xa3\x06\xd6\xec\x3f\xbc\xdc\xb8\x47\xb7\x12\xdd\xdf\xde\x39\x58\xd3\x95\x03\x63\xcf\xeb\xea\x2b\x00\x00\xff\xff\xaa\x72\x98\xd1\x14\x01\x00\x00") +var __1686825075_cleanup_token_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcd\x4a\xc4\x40\x10\x84\xef\x79\x8a\x62\x40\x46\x21\x59\xe2\xcf\x4d\x3c\x08\x8e\x28\x7a\x10\x5d\xf1\x28\x9d\x49\xc7\x0c\x66\x67\xa4\xbb\x85\xe4\xed\x45\x17\x41\x73\xea\x86\xaf\xf8\xaa\x9a\x06\xd7\x69\x86\x8d\x0c\x2b\xef\x9c\x5f\xa9\xef\x85\x55\x11\xcb\xf4\xb9\xcb\x48\x79\xcf\x84\xb2\x0e\x2c\x0a\xa3\x6e\x62\xd8\x48\x86\x91\x14\x1d\x73\xae\x9a\x06\x29\xc7\x22\xc2\xd1\xa6\x05\xca\x06\x2b\x20\xa8\x49\xca\x6f\x28\xc3\x8f\x63\x28\xb2\x83\x6b\xe7\xe3\x13\xea\x36\x9b\xd3\xb3\xd8\x3b\xa4\xac\xc6\xd4\x7f\x47\x08\xdd\x62\x0c\x12\xa1\xa5\x7a\x7e\xb8\xba\xdc\x86\x3f\xb5\x4f\x61\xbb\x1a\x78\x01\xe1\x8f\x89\x22\x1f\xfe\xde\x7f\xbc\x86\x6f\x67\x5f\xc3\xfb\xa3\x1a\xde\xed\x3f\xbc\xdc\x84\xc7\xb0\x12\xdd\xdf\xde\x05\x78\xd7\xce\x07\xce\x9f\x57\x5f\x01\x00\x00\xff\xff\xf9\xa8\x19\x33\x11\x01\x00\x00") func _1686825075_cleanup_token_addressUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1567,8 +1568,8 @@ func _1686825075_cleanup_token_addressUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1686825075_cleanup_token_address.up.sql", size: 276, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x7f, 0x46, 0x86, 0x28, 0x52, 0x14, 0x45, 0xdc, 0xb6, 0x4b, 0xdd, 0xbf, 0xeb, 0x64, 0xd3, 0xef, 0xc, 0x7d, 0x46, 0x89, 0xc8, 0x4f, 0xa8, 0x14, 0x98, 0xb5, 0x2d, 0x13, 0xf4, 0xb2, 0x50}} + info := bindataFileInfo{name: "1686825075_cleanup_token_address.up.sql", size: 273, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x14, 0x72, 0x10, 0xec, 0x97, 0xc9, 0x3a, 0xdb, 0x39, 0x33, 0xc9, 0x6, 0x92, 0xbe, 0xe4, 0xc2, 0x5c, 0xb6, 0xaa, 0xe5, 0x25, 0x21, 0x4d, 0x74, 0x18, 0x94, 0xc, 0x33, 0x2f, 0xa4, 0x9, 0x99}} return a, nil } @@ -1587,12 +1588,12 @@ func _1687193315_transfers_extract_from_to_addressDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.down.sql", size: 104, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.down.sql", size: 104, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x6c, 0xd9, 0x76, 0x83, 0x64, 0xf0, 0xf2, 0x74, 0x97, 0xca, 0xd7, 0xaa, 0x4, 0x74, 0x7c, 0x34, 0x56, 0x88, 0x10, 0xa9, 0x4d, 0x1d, 0x8e, 0x85, 0xc3, 0x66, 0x1, 0x2b, 0x30, 0x90, 0xf4}} return a, nil } -var __1687193315_transfers_extract_from_to_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcd\x6e\xea\x40\x0c\x85\xf7\x48\xbc\xc3\x79\x01\x60\x7f\xef\x2a\xfc\xdc\xbb\x49\x8b\x84\x52\x75\x89\x4c\xe2\x24\x23\x12\x1b\x8d\x4d\xa1\x6f\x5f\x65\x9a\xa0\x8a\x55\x77\x33\x1e\x7f\xc7\xe7\x8c\x17\x0b\x14\x6d\x30\xf4\xa1\x89\xe4\x41\x05\xc1\x50\xa9\x30\x82\xe0\xff\x1e\xa5\x56\x0c\x32\x10\xca\xab\xb9\xf6\x30\xe7\xcb\x72\x3e\x9b\xb8\x3a\x74\x0c\xe3\xf8\xc1\x96\xda\x04\x24\x65\xab\x11\xb5\x46\x78\xcb\x3f\x84\xed\xd3\x9c\xfb\x84\x6e\x5a\x2e\xcf\xe3\x13\xbf\x53\xd7\xb1\x17\x91\xc4\x6a\x8e\xff\xa2\xf6\x85\x66\x55\x15\xd9\x8c\x0d\x75\xd4\x1e\x74\xb9\x54\xe4\x74\x22\xe3\xd5\x74\x58\x36\x3a\x9f\x8d\x46\x18\xb5\x76\x9d\xde\x82\x34\xc9\xa0\x81\x22\x3f\xc7\xf8\x33\xb6\x67\x79\xb1\x3b\xa0\xc8\xd6\xf9\x0e\x3e\x4e\x35\x64\xdb\x2d\x36\xfb\xfc\xed\xe5\x15\x7e\x3f\x0e\x53\x8f\xf4\x6d\x02\xeb\x7c\xbf\xfe\xfb\x6b\xd4\xf5\x19\x4c\xe8\xee\xee\x91\x4a\x7f\x60\x29\xd8\xca\x15\xf4\x88\x4a\x52\x0d\xb7\xf4\x6d\x41\x6a\x8d\xfd\xb8\x11\x71\x4d\x45\xe1\x1b\x4a\xed\xae\xbd\x58\xd2\x3c\xf0\x82\x27\x59\x3d\xb3\x4c\x5a\x49\x29\x88\x71\x74\x04\x1f\xf6\x72\xea\xf4\x34\x54\x9c\xa9\x82\xd6\x30\x8f\x41\x9a\xaf\x00\x00\x00\xff\xff\xb0\x3b\x5e\xf1\xfd\x01\x00\x00") +var __1687193315_transfers_extract_from_to_addressUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x91\xcd\x8e\xe2\x40\x0c\x84\xef\x3c\x45\xbd\x00\x70\xdf\x3d\x85\x9f\xdd\x4b\x76\x91\x50\x46\x73\x44\x26\x71\x92\x16\x89\x8d\x6c\x33\x30\x6f\x3f\x4a\x20\x68\xc4\x69\x6e\xdd\x6e\x7f\xe5\xaa\xf6\x7c\x8e\xa2\x4d\x8e\x3e\x35\x46\x91\x54\x90\x1c\x95\x0a\x23\x09\xfe\xee\x50\x6a\xc5\x20\x07\xa1\xbc\x78\x68\x0f\x0f\x3e\x2f\x66\x13\x56\xa7\x8e\xe1\x6c\x1f\xec\x63\x97\x80\xa4\x6c\xd5\x50\xab\x21\x5a\xfe\xa6\xeb\x9f\x1e\xdc\x0f\xe4\xba\xe5\xf2\xf4\x78\xe1\x77\xea\x3a\x8e\xc2\x48\xbc\x66\xfb\x63\xda\x17\x9a\x55\x95\xb1\x3b\x3b\x6a\xd3\x1e\x74\x3e\x57\x14\x74\x24\xe7\xe5\x74\x58\x34\x3a\xbb\xbb\x60\xd4\xda\x75\x7a\x4d\xd2\x8c\xe6\x1c\x64\xfc\x1a\xe1\xd7\xd8\x9c\xe5\xc5\x76\x8f\x22\x5b\xe5\x5b\xc4\x63\xa2\x23\xdb\x6c\xb0\xde\xe5\x6f\xff\xfe\x23\x6e\x87\x61\xe2\x81\xee\x06\xb0\xca\x77\xab\xdf\x3f\x25\x43\x5f\xb8\x01\xdc\xde\xc2\xa8\x8c\x27\x34\x26\x5a\x86\x82\x9e\x19\x49\xaa\xe1\x36\x7e\x57\x92\x5a\xad\x7f\x2c\x42\x42\xc7\xa2\xf0\x15\xa5\x76\x97\x5e\x7c\x90\xdc\xf3\x9c\x27\x55\x3d\xb1\x4c\x52\xa3\x50\x12\x67\x0b\xa4\x18\xd6\x71\xec\xf4\x38\x54\x82\xa9\x82\xd6\xf0\xb0\x24\xcd\x57\x00\x00\x00\xff\xff\x47\xff\x5a\x05\xf3\x01\x00\x00") func _1687193315_transfers_extract_from_to_addressUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1607,12 +1608,12 @@ func _1687193315_transfers_extract_from_to_addressUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.up.sql", size: 509, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x3e, 0xc5, 0xef, 0x5e, 0x26, 0xeb, 0x27, 0x6a, 0x37, 0x49, 0x83, 0xd7, 0x42, 0x4d, 0x9b, 0x68, 0xa1, 0x5e, 0x59, 0x78, 0x59, 0x61, 0xeb, 0xb6, 0xf, 0xb6, 0xbe, 0x5f, 0x52, 0xeb, 0x69}} + info := bindataFileInfo{name: "1687193315_transfers_extract_from_to_address.up.sql", size: 499, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0xef, 0xf4, 0x66, 0xac, 0x3a, 0xa6, 0xe3, 0x26, 0x43, 0x53, 0xe, 0xd8, 0xfe, 0xf2, 0xaa, 0x20, 0x8, 0x4e, 0x52, 0x49, 0x37, 0xbf, 0x46, 0xbf, 0x53, 0xa7, 0xcf, 0x27, 0x23, 0xab, 0x99}} return a, nil } -var __1687249080_add_position_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\xbf\x8e\xa3\x30\x10\xc6\x7b\x24\xde\x61\xb4\x55\x22\xb9\xb8\xdd\x36\x95\x03\x93\x3d\x74\xc4\x5e\x39\xce\x49\xa9\x22\x2f\x58\x0a\x17\x16\x22\x20\x3a\xe5\xed\x4f\xd8\x86\x64\x95\x7f\x50\x5e\xaa\xb1\xe6\xb3\xfd\x79\x66\x7e\x24\x10\x48\x25\x82\xa4\xf3\x18\x61\xaf\x4f\x07\x95\x55\xf5\x56\x25\x49\x79\x2c\x9a\x7a\xdb\xbc\xc2\xc4\xf7\x00\x00\xb2\x14\xba\x5f\xc4\x24\xbe\xa3\x80\x0f\x11\x2d\xa9\xd8\xc0\x2f\xdc\x00\x5d\x4b\x1e\xb1\x40\xe0\x12\x99\x24\x76\x8b\x4a\xd3\x4a\xd7\x75\x1b\xfe\xa6\x22\xf8\x49\x85\x4b\xec\xf5\x69\x7b\xb4\x07\x7e\x4f\x1c\x8e\x9f\x7b\x7d\x82\x1b\x09\xd5\xec\xdc\xed\x2e\x01\xc0\xb8\x04\xb6\x8e\x63\x08\x71\x41\xd7\xb1\x84\x97\x17\xa7\x2e\xd4\x97\x1e\xae\x4e\xca\xbc\xac\x06\xab\xf5\x57\xf9\x27\x1b\xac\xfe\xab\xf2\x5c\x37\x46\x3d\xe7\x3c\x36\xc1\x95\x7a\x41\xe3\x15\x76\x66\x76\xaa\x71\xd6\x87\x6d\xd8\x65\x69\xaa\x8b\x11\x1b\xca\x83\xae\xd4\x67\xae\x1f\x3f\xa0\x28\xfb\xf2\x54\x5a\x35\x3a\xdd\xaa\x06\x42\x2a\x51\x46\x4b\xec\xf5\x4e\x72\x3c\xa4\xcf\x24\x49\x5e\x26\xfb\x7e\x7c\xe0\xb6\xcd\x1f\xbe\x37\x9d\xf9\x9e\xef\x45\x6c\x85\x42\xb6\x4a\x7e\x73\x28\x27\x6e\xb4\x88\x9b\x24\x62\x07\x87\xb4\x63\x42\xda\xee\x13\xd3\x54\x62\x9a\x45\x6c\x13\x48\x5b\x5a\x62\xcb\x45\xba\x22\x90\xf3\xeb\xc8\xf9\x15\xc4\xb8\x9d\xc2\x0a\x63\x0c\xa4\x79\x40\x77\xa1\x59\x74\xb7\x9a\x85\xbb\xda\xc6\xed\xfd\x26\x32\x26\x4c\x64\x9d\x98\xd0\xda\x31\xa1\xf3\x64\x15\xad\x31\x13\x39\x77\x26\xee\x2d\x5a\xcd\xd9\xa7\x59\x5f\x98\xb5\xf9\xd6\xb1\xef\x2d\x04\x5f\x5e\x57\x0c\xb8\x08\x51\xc0\x7c\x73\x71\x8c\xa9\xf3\x33\xfa\xdf\x1c\xfd\xd7\x24\x5f\xc2\xff\xad\x28\x57\xec\xde\x63\x7a\x14\xd2\xa3\x88\x1e\x05\xf4\x28\x9e\xc7\xe2\x3c\x96\xe6\xb1\x30\x8f\x64\xf9\x39\xca\xcf\x49\x1e\x06\xb2\x6b\x71\x59\x67\x4d\x56\x16\x43\xb4\x0b\x2e\x30\x7a\x67\xe6\xcf\x64\xe2\x66\x69\x0a\x02\x17\x28\x90\x05\xb8\xea\xc7\xf3\x22\xcb\x19\x84\x18\xa3\x44\x08\xe8\x2a\xa0\x21\x0e\xfc\x7e\xbc\xfd\x77\x64\xdb\x30\x4b\xef\x11\xbe\x6d\x5e\xcd\xc3\x43\xc1\x3f\xee\xe1\x3c\x7b\x9c\xee\x8e\xa0\xb1\x44\xf1\xe8\x93\x20\x90\xd1\x25\xc2\xad\xd2\xce\x7c\xef\x5f\x00\x00\x00\xff\xff\x31\x16\x7b\xc8\x51\x08\x00\x00") +var __1687249080_add_position_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\xcd\x8e\xa3\x3a\x10\x85\xf7\x7e\x8a\x52\xaf\x12\xc9\x8b\xdb\xbd\xcd\xca\x81\x4a\x5f\x34\xc4\x6e\x39\xce\x48\x59\x45\x6e\xb0\x14\x26\x34\x44\x40\x34\xca\xdb\x8f\xb0\x4d\x42\x4f\xfe\x60\x39\x59\x95\xec\x03\x3e\xae\x3a\x5f\x08\x24\x32\x85\xa0\xd8\x3c\x46\xd8\x9b\xd3\x41\x67\x55\xbd\xd5\x49\x52\x1e\x8b\xa6\xde\x36\xaf\x30\x21\x00\x00\x59\x0a\xdd\x2f\xe2\x0a\xdf\x51\xc2\x87\x8c\x96\x4c\x6e\xe0\x07\x6e\x80\xad\x95\x88\x78\x20\x71\x89\x5c\x51\xfb\x84\x4e\xd3\xca\xd4\x75\x5b\xfe\x64\x32\xf8\x9f\x49\xb7\xbe\x37\xa7\xed\xd1\xbd\xee\xdb\xfa\xe1\xf8\xb9\x37\x27\xb8\x5e\xd7\xcd\xce\x9f\xec\xd7\x01\xb8\x50\xc0\xd7\x71\x0c\x21\x2e\xd8\x3a\x56\xf0\xf2\xe2\xc4\x85\xfe\x32\x83\xc5\x49\x99\x97\xd5\x50\xb1\xf9\x2a\x7f\x65\x43\xc5\xbf\x75\x9e\x9b\xc6\x8a\xe7\x42\xc4\xb6\xb8\x12\x2f\x58\xbc\x42\xef\x64\xa7\x1b\x6f\x7b\x90\x7e\x97\xa5\xa9\x29\x86\xeb\xcb\x83\xa9\xf4\x67\x6e\x1e\x9b\x2f\xca\xae\x31\x95\xd1\x8d\x49\xb7\xba\x81\x90\x29\x54\xd1\x12\xcf\x72\xa7\x38\x1e\xd2\x27\x8a\x24\x2f\x93\xfd\x39\x30\x70\xdb\xe2\x7f\x64\x3a\x23\x24\xe2\x2b\x94\xaa\x95\x89\x9b\x11\x9c\xf8\x28\x51\x1f\x1d\xea\xa2\x42\xdb\x64\xd0\x76\xe2\xd4\x4e\x92\xda\x11\x51\xd7\x7b\xda\xb6\x94\xba\x3e\xd1\xee\xfa\xf4\x72\x31\x7a\xb9\x01\xb5\x56\xa7\xb0\xc2\x18\x03\x45\x2e\xd1\xb5\x17\xe9\xce\x24\xe7\x88\xba\xb2\x3d\x9b\xf8\xc4\xd9\xc2\x79\x20\x5d\x54\x6c\xe5\xbd\x10\x3f\x62\x5b\x78\x4f\xa4\x37\x16\x27\xb8\x78\x23\xdf\x3a\xec\x76\x5b\x8f\x64\x21\xc5\xf2\xba\x45\x20\x64\x88\x12\xe6\x9b\xde\x3b\x66\x84\x3c\x43\xfb\xcd\xa1\x7d\xcd\x69\x9f\xec\x7e\x0f\xfe\x46\xf3\x0e\xb1\x63\x80\x1d\xc3\xeb\x18\x5c\xc7\xd0\x3a\x12\xd6\x91\xac\x8e\x44\x75\x1c\xa9\x4f\x41\x7d\xca\xe9\x30\x4c\xdd\x5c\xcb\x3a\x6b\xb2\xb2\x18\x20\x5d\x08\x89\xd1\x3b\xb7\x9f\x86\x89\x4f\xcf\x14\x24\x2e\x50\x22\x0f\x70\x75\x8e\x63\x6f\x57\x70\x08\x31\x46\x85\x10\xb0\x55\xc0\x42\x1c\xf2\xdf\xf0\xf6\x0f\x50\x6b\xab\x2c\xbd\x03\xef\xb6\x79\x9d\x11\x12\x4a\xf1\x71\x8f\xd4\xd9\xc3\x5d\xf7\x3c\x8b\x15\xca\x47\xa8\x4b\xe4\x6c\x89\x70\xab\x8b\x33\xf2\x27\x00\x00\xff\xff\x18\xd8\x48\x9f\x05\x08\x00\x00") func _1687249080_add_position_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1627,12 +1628,12 @@ func _1687249080_add_position_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687249080_add_position_accounts.up..sql", size: 2129, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xc4, 0x4a, 0xea, 0xc9, 0x24, 0x42, 0xb9, 0xba, 0x45, 0x99, 0x8e, 0xfc, 0xbb, 0x47, 0xaf, 0x7, 0x28, 0x33, 0x95, 0x63, 0x13, 0xa2, 0x37, 0x61, 0xb8, 0xd, 0x19, 0x78, 0x1b, 0xea, 0x7f}} + info := bindataFileInfo{name: "1687249080_add_position_accounts.up..sql", size: 2053, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf3, 0x47, 0x9f, 0xb4, 0xe3, 0xc, 0x35, 0x15, 0x74, 0xc3, 0x72, 0x57, 0x9f, 0x3b, 0xc9, 0xd5, 0x9b, 0x31, 0xef, 0xd6, 0x21, 0xc4, 0x27, 0x8e, 0x37, 0xd5, 0x5, 0xdb, 0x3d, 0xcf, 0x37, 0xbb}} return a, nil } -var __1687269871_add_device_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xcb\x4c\x4e\x8d\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\xe5\x0a\x0d\x70\x71\x0c\x41\x32\x21\xd8\x35\x04\x45\xab\x2d\x44\x19\x20\x00\x00\xff\xff\x74\xf2\xb4\x19\x6e\x00\x00\x00") +var __1687269871_add_device_nameUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\x49\x2d\xcb\x4c\x4e\x8d\xcf\x4b\xcc\x4d\x55\x08\x71\x8d\x08\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x50\x52\xb2\xe6\x0a\x0d\x70\x71\x0c\x41\x32\x20\xd8\x35\x04\x45\xa7\x2d\x58\x15\x20\x00\x00\xff\xff\x8b\x24\xaa\xd8\x6c\x00\x00\x00") func _1687269871_add_device_nameUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1647,12 +1648,12 @@ func _1687269871_add_device_nameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687269871_add_device_name.up.sql", size: 110, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0x47, 0xe4, 0xac, 0x94, 0xd1, 0x47, 0x13, 0x5c, 0x61, 0xaa, 0x5a, 0xd9, 0x56, 0x3c, 0x95, 0x43, 0xaa, 0x3c, 0xd0, 0x8f, 0x76, 0xa4, 0xf9, 0x57, 0x29, 0xdb, 0x81, 0xd2, 0x6, 0xd9, 0x43}} + info := bindataFileInfo{name: "1687269871_add_device_name.up.sql", size: 108, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x61, 0xf2, 0xf9, 0x78, 0x57, 0xc3, 0x57, 0xdb, 0x37, 0xe, 0x7, 0x15, 0xde, 0x5a, 0x2a, 0xb5, 0x86, 0xb8, 0x5, 0x48, 0x68, 0x2a, 0xb, 0x7c, 0xd, 0x60, 0xba, 0x67, 0x30, 0x2d, 0xa3}} return a, nil } -var __1687506642_include_watch_only_account_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\x51\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x08\x09\x0a\x75\xb5\xe6\xe5\x02\x04\x00\x00\xff\xff\x4a\x3b\x7f\xdc\x52\x00\x00\x00") +var __1687506642_include_watch_only_account_settingUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xbb\x4f\xf1\xbf\x87\xa7\xcc\xc6\x53\x5c\x61\xa4\xe7\x32\xe2\xd0\x41\x49\x0f\x4d\x11\xdf\x7e\x1f\x89\xf2\x06\xa5\x45\x18\xe3\x88\x38\xfd\x33\x40\x29\xe1\x91\xa5\xbc\x56\x9c\x6e\x6d\xbe\x8f\xfa\xdb\xc3\xbe\xb5\x7b\xfb\xd7\xdd\xac\x4f\x0f\x2c\x39\x0b\xd3\x8a\xc4\x4f\x2a\xa2\xd0\xad\xf0\xfd\x76\x05\x00\x00\xff\xff\xa1\x60\x38\x38\x51\x00\x00\x00") func _1687506642_include_watch_only_account_settingUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1667,12 +1668,12 @@ func _1687506642_include_watch_only_account_settingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687506642_include_watch_only_account_setting.up.sql", size: 82, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0x15, 0x72, 0x43, 0x55, 0xdb, 0xcd, 0xa2, 0x1a, 0x10, 0x5a, 0x25, 0xa2, 0x61, 0x2b, 0xa5, 0x88, 0xe3, 0xa3, 0x17, 0x1e, 0x21, 0xf4, 0x4c, 0x38, 0x37, 0x3c, 0x43, 0x7f, 0xa6, 0x50, 0x31}} + info := bindataFileInfo{name: "1687506642_include_watch_only_account_setting.up.sql", size: 81, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0xa0, 0x61, 0xf8, 0xb9, 0x15, 0x22, 0x9a, 0xca, 0x9b, 0x89, 0x96, 0x90, 0x47, 0x56, 0xf3, 0x21, 0xf6, 0xbd, 0xd1, 0xa1, 0x8f, 0xa8, 0x34, 0xc3, 0x54, 0x86, 0x69, 0x14, 0x96, 0xdb, 0xbb}} return a, nil } -var __1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xbb\xe0\x3b\xfc\x8f\xe0\xdd\x53\xb5\x51\x84\xd8\xc1\x48\xcf\x61\xc4\xa1\xc3\x92\x1e\xda\x21\x7d\x7b\xbf\xc0\x42\x33\x24\x5c\x98\xd0\xd6\xde\x37\x7f\x37\x6d\xc3\x4d\xad\x54\xfb\x22\xc4\x88\xeb\xc4\xf9\x99\xb0\xb9\x95\xfd\xb5\xea\x6f\xe9\xf6\xd1\xea\x65\xe8\x62\x56\x77\xef\x78\x24\xa1\x3b\xcd\x48\x93\x20\x65\x66\x44\xba\x85\xcc\x82\xd3\xf9\x78\xf8\x07\x00\x00\xff\xff\x45\x1d\x42\xc5\x63\x00\x00\x00") +var __1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x0a\xc2\x30\x0c\x06\xe0\xbb\x4f\xf1\x3f\x82\x77\x4f\xd5\x46\x11\x62\x07\x23\x3d\x87\x11\x87\x0e\x4b\x7a\x68\x87\xf4\xed\xf7\x05\x16\x9a\x21\xe1\xca\x84\xb6\xf6\xbe\xf9\xa7\x69\x1b\x6e\x6a\xa5\xda\x0f\x21\x46\xdc\x26\xce\xaf\x84\xcd\xad\xec\xef\x55\xff\x4b\xb7\xaf\x56\x2f\x43\x17\xb3\xba\x7b\xc7\x33\x09\x3d\x68\x46\x9a\x04\x29\x33\x23\xd2\x3d\x64\x16\x9c\x2f\xa7\x23\x00\x00\xff\xff\x37\x1e\x28\x69\x62\x00\x00\x00") func _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1687,12 +1688,12 @@ func _1688022264_add_include_watch_only_account_to_settings_sync_clockUpSql() (* return nil, err } - info := bindataFileInfo{name: "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql", size: 99, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x85, 0xd8, 0x12, 0x5c, 0x5e, 0xa6, 0xf0, 0x67, 0x41, 0x24, 0x9f, 0x85, 0xd7, 0x6e, 0xca, 0xc4, 0xab, 0x8c, 0x1e, 0x23, 0x40, 0x86, 0x34, 0xd7, 0xd5, 0xb1, 0x96, 0xb7, 0x85, 0x4d, 0x81}} + info := bindataFileInfo{name: "1688022264_add_include_watch_only_account_to_settings_sync_clock.up.sql", size: 98, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0xa2, 0x31, 0xcc, 0x3d, 0x59, 0x1b, 0x26, 0x5b, 0x78, 0xd, 0x6a, 0x75, 0x2a, 0xe0, 0x2, 0x21, 0x28, 0x8c, 0x92, 0x24, 0x98, 0x86, 0xdd, 0x2, 0x53, 0xe8, 0xf6, 0xc2, 0x7d, 0x57, 0x13}} return a, nil } -var __1688054680_add_columns_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\xd1\x0a\xc2\x20\x14\x80\xe1\xfb\xa0\x77\x38\xec\x35\xba\x3a\x4e\x5b\x82\x39\x30\xed\x56\x64\x15\x93\x9a\x82\x9e\x68\x8f\x1f\x75\xd9\x55\x83\x3d\xc0\xff\xc1\x8f\xca\x0a\x03\x16\x99\x12\x30\x3d\x1f\x14\x3d\x95\x90\x6a\x18\x28\xe6\x54\x01\x39\x87\xb6\x57\xee\xa8\xe1\x56\xf2\xe4\xd3\x95\x5e\xb9\xdc\x7d\xbc\x80\xd3\x27\xd9\x69\xc1\x81\xc9\x4e\x6a\xbb\xdb\x6e\xfe\xb7\x28\xaf\x25\x0d\x25\xd7\xea\x69\xfe\x38\x67\x34\xed\x01\x0d\x70\xb1\x47\xa7\x2c\x34\xcd\x22\xea\x3b\x48\xb3\x1f\x43\x1d\x81\xa9\x9e\x2d\x5d\xfa\x69\xdf\x01\x00\x00\xff\xff\x4e\x90\xd6\x2c\x5b\x01\x00\x00") +var __1688054680_add_columns_to_multitransactionUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x41\x0a\xc2\x30\x10\x40\xd1\xbd\xa7\x18\x7a\x0d\x57\x93\x26\xd6\x42\x4c\x21\x26\x6e\x43\xa8\x4a\x83\x36\x81\xcc\x88\x3d\xbe\xe8\xce\x9d\x05\x0f\xf0\x1f\x7c\xd4\x4e\x59\x70\x28\xb4\x82\xf9\x71\xe7\x14\xb8\xc6\x4c\x71\xe4\x54\x32\x01\x4a\x09\xed\xa0\xfd\xc1\xc0\xb5\x96\x39\xe4\x0b\x3f\x4b\xbd\x85\x74\x06\x6f\x8e\x7d\x67\x94\x04\xd1\x77\xbd\x71\xdb\xcd\xef\x14\x97\x3f\x41\x63\x2d\x44\x81\x97\x37\x73\x42\xdb\xee\xd1\x82\x54\x3b\xf4\xda\x41\xd3\xac\x91\x3e\x77\xbc\x84\x29\xd2\x04\x42\x0f\x62\xe5\xcf\x77\xfa\x0a\x00\x00\xff\xff\x09\x48\xcf\x50\x56\x01\x00\x00") func _1688054680_add_columns_to_multitransactionUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1707,12 +1708,12 @@ func _1688054680_add_columns_to_multitransactionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1688054680_add_columns_to_multitransaction.up.sql", size: 347, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2, 0x14, 0x33, 0xa6, 0x6c, 0x51, 0xfa, 0x5f, 0x61, 0xa6, 0xfa, 0x65, 0x75, 0x6a, 0x2e, 0x9a, 0xf8, 0x97, 0xc4, 0xb4, 0xb4, 0x6c, 0xc9, 0xec, 0x36, 0xab, 0x66, 0x14, 0x56, 0x61, 0xdf, 0x22}} + info := bindataFileInfo{name: "1688054680_add_columns_to_multitransaction.up.sql", size: 342, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xbb, 0x88, 0xde, 0x98, 0x9e, 0xa8, 0xc0, 0xf7, 0x2b, 0xc4, 0x33, 0x77, 0xf5, 0x58, 0x46, 0x52, 0xc6, 0xc2, 0x27, 0x1d, 0x8, 0xc9, 0x83, 0xb6, 0x16, 0x31, 0x99, 0x15, 0xcb, 0xb1, 0x40}} return a, nil } -var __1688636552_keycards_table_columns_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x4f\x8f\x9b\x30\x10\xc5\xef\x48\x7c\x87\x39\x26\x12\x95\xda\x73\xd5\x83\x03\x43\x8b\xea\xd8\xd1\xe0\x54\xcd\x09\x21\xcc\x01\x25\x0d\x11\x10\x55\xfb\xed\x57\x66\xcd\x7f\xd0\xe6\x88\xe7\x37\xcf\x8f\xe7\x19\xc6\x15\x12\x28\x76\xe0\x08\xd7\xfc\x2d\x4b\x2b\x5d\x03\xa1\x60\x47\x04\x25\xfb\xa3\xa4\xbc\xe9\xef\xae\xb3\x46\x27\x69\x96\x95\xcf\x7b\xb3\xda\xd6\xd5\x6c\xbf\xeb\xf8\x84\x4c\xa1\x95\x88\x42\x10\x52\x01\xfe\x8d\x62\x15\x0f\xd7\xef\x5c\x07\x00\xba\xef\xe4\x59\x68\xf8\xc3\xc8\xff\xc5\xa8\xc5\xc5\x99\x73\x38\x51\x74\x64\x74\x81\xdf\x78\xf1\xa6\xf8\x3d\xfd\x97\x2f\xf8\x19\x73\x2b\xb3\x6b\xae\xe1\x20\x25\x47\x26\x20\xc0\x90\x9d\xb9\x82\x90\xf1\x18\x07\x74\xf5\x66\x5b\x7e\x94\x75\xd1\x14\xe5\x1d\x22\xa1\x06\x57\x9d\xd0\x57\x4b\x85\x92\x30\xfa\x29\x8c\xcb\x9d\x15\xdc\x03\x61\x88\x84\xc2\xc7\xf6\x97\x1f\x69\x51\xd5\x7d\xf1\xa3\x0d\x40\x1a\x53\x1c\x15\x82\xcf\x62\x9f\x05\xe8\x3a\xfb\x57\xf3\x1b\x1e\xe4\x85\x20\xad\x51\xdb\x92\xa4\x5a\x57\x79\x5d\x6f\x61\xa3\xd4\x61\x37\x92\xf5\xe6\x02\xfb\xf5\x00\x3a\x7e\x1e\x42\xeb\x7b\x02\x8c\x82\x38\x9f\x02\x36\x0e\xe2\x93\x84\x22\x11\x23\x29\xf3\x2e\xc3\x1c\x9a\xa6\x18\x39\xfa\x0a\x26\xae\xc7\x33\xe3\xcd\xa6\xc3\xeb\x46\xc0\x83\x5b\x5a\x37\xc9\xf3\xa1\xd3\x26\x4f\x32\x53\x35\x7a\x21\xc9\xe3\x64\x3f\xcc\xa1\xa4\x00\x09\x0e\x97\x65\xcb\xa6\xb7\xfe\xb9\xb6\x4c\xce\xa2\x5d\xde\xbd\x58\x32\x9b\x58\xbf\x50\x31\xaa\x61\x60\x7f\x40\x55\xfe\x2f\x34\x7c\x81\x6f\x2d\x1c\x90\x3c\x6d\xad\xb4\x55\x5c\x43\x4c\xe5\x3d\x00\x00\xff\xff\xec\x90\x06\x55\x3d\x04\x00\x00") +var __1688636552_keycards_table_columns_updateUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x4f\x0f\x9b\x30\x0c\xc5\xef\xf9\x14\xef\xd8\x4a\x4c\xda\xce\xd5\x0e\x29\x98\x0d\x2d\x4d\xaa\x90\x4e\xeb\x09\x21\xc2\x01\xb5\x2b\x15\x50\x4d\xfb\xf6\x13\xff\xff\x14\xb6\x1d\xc1\x3f\x3b\xcf\xcf\x36\x17\x86\x34\x0c\x3f\x0a\xc2\x2d\xfd\x9d\xc4\x85\x2d\xa1\x49\xf2\x13\xc1\xa8\xe1\x57\x94\xdf\xed\x81\xad\xc1\x51\x9c\x24\xf9\xeb\x51\xad\x66\xf5\xb1\x36\x9d\xb9\x9a\xb8\xa1\xae\x40\xe0\x43\x2a\x03\xfa\x11\x84\x26\x1c\xdf\xde\x31\x00\xfd\x67\xf4\xca\x2c\xbe\x73\xed\x7e\xe5\xba\xa1\xe5\x45\x08\x9c\x75\x70\xe2\xfa\x8a\x6f\x74\x75\x66\xf4\x23\xfe\x99\xbe\xe1\x73\xe4\x9e\x27\xb7\xd4\xe2\xa8\x94\x20\x2e\xe1\x91\xcf\x2f\xc2\xc0\xe7\x22\xa4\x81\x5c\x7d\xb6\x8d\x3e\xf3\x32\xab\xb2\xfc\x81\x40\x9a\x51\x51\x5f\xe6\x63\x0b\xf9\x4a\x53\xf0\x45\xd6\x02\x77\x5d\xb9\x3d\x34\xf9\xa4\x49\xba\xd4\x34\xfb\x8c\xb3\xa2\x1c\x82\x4d\x16\xa0\x6a\x41\x82\x0c\xc1\xe5\xa1\xcb\x3d\x62\xfb\xff\x73\x6d\x1c\xc2\xbf\xed\x6b\x25\x76\x09\x51\x6c\x6d\x91\x96\xe5\x06\x35\x71\x1a\xbb\x49\x51\x67\x99\xbf\x5f\x6d\xbc\xc7\x97\xcd\x37\x9a\x67\xc0\x68\xc0\xe5\xec\xf1\x89\x01\x7f\x33\x26\x90\x21\x69\x53\x4f\x62\x5c\x39\x06\x84\x24\xc8\x35\x98\xc9\x9d\x6e\x88\xb3\x58\x06\xa7\x1f\xb9\x83\x7b\x5c\x56\xd1\xeb\x69\xe3\x2a\x8d\x92\x3a\xca\x00\x5f\xab\xd3\xec\x0e\x18\xa0\xb4\x47\x1a\xc7\xeb\x7b\xc2\x86\xac\x61\x40\x1b\xfa\x16\x76\xbe\x3d\xbb\x38\xa4\xce\xa4\xe1\x68\x42\x32\xe3\x66\x7e\x46\x91\xff\xca\x2c\x3e\xe0\xd3\x81\x31\x4f\xab\xf3\xd6\xc9\xb6\xd5\xd6\x88\x3a\xf0\x27\x00\x00\xff\xff\x9d\x4a\x6f\x9a\x1b\x04\x00\x00") func _1688636552_keycards_table_columns_updateUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1727,12 +1728,12 @@ func _1688636552_keycards_table_columns_updateUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1688636552_keycards_table_columns_update.up.sql", size: 1085, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x8b, 0x50, 0x46, 0x97, 0xf1, 0x18, 0x34, 0xb1, 0xa8, 0x8d, 0xb8, 0xbb, 0x51, 0xed, 0x79, 0x20, 0xf0, 0x14, 0x8c, 0x78, 0xe5, 0x97, 0x9e, 0xd, 0xe5, 0x55, 0xd5, 0x44, 0x89, 0x6, 0x9f}} + info := bindataFileInfo{name: "1688636552_keycards_table_columns_update.up.sql", size: 1051, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x82, 0x37, 0x82, 0xae, 0x44, 0x7f, 0x4d, 0xb5, 0x50, 0x1b, 0x5f, 0x2b, 0xaa, 0xb1, 0x3, 0x97, 0xba, 0x8b, 0xea, 0x30, 0x5, 0xa4, 0x1a, 0x2c, 0x7, 0x63, 0x89, 0x43, 0x12, 0xb6, 0xb7}} return a, nil } -var __1689248269_add_related_chain_id_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\x49\x2c\x49\x4d\x89\x4f\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\x70\xf2\x74\xf7\xf4\x0b\xb1\xe6\xe5\x02\x04\x00\x00\xff\xff\xe7\x3c\x4b\x5f\x43\x00\x00\x00") +var __1689248269_add_related_chain_id_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x4a\xcd\x49\x2c\x49\x4d\x89\x4f\xce\x48\xcc\xcc\x8b\xcf\x4c\x51\x08\xf5\x0b\xf6\x74\xf7\x73\x75\x51\x70\xf2\x74\xf7\xf4\x0b\xb1\xe6\x02\x04\x00\x00\xff\xff\xb6\x0a\xba\xdf\x42\x00\x00\x00") func _1689248269_add_related_chain_id_networksUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1747,12 +1748,12 @@ func _1689248269_add_related_chain_id_networksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1689248269_add_related_chain_id_networks.up.sql", size: 67, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xee, 0x27, 0x10, 0x4a, 0x6c, 0x0, 0x87, 0x56, 0xa8, 0x0, 0x4c, 0xe, 0x7d, 0xff, 0xe0, 0x90, 0xb4, 0x79, 0x18, 0x72, 0xf6, 0x8, 0x6d, 0x30, 0xb9, 0x47, 0x1f, 0x4b, 0xdc, 0xc, 0xdf, 0x48}} + info := bindataFileInfo{name: "1689248269_add_related_chain_id_networks.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0xad, 0xde, 0xb5, 0xc7, 0x60, 0x1a, 0x99, 0x7d, 0x51, 0x74, 0x43, 0x60, 0x17, 0x54, 0x82, 0xb6, 0xc6, 0x96, 0x1c, 0x43, 0x74, 0x6, 0x15, 0xd6, 0xa4, 0x2a, 0xd2, 0x1c, 0xeb, 0xdc, 0xb4}} return a, nil } -var __1689340211_index_filter_columnsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xc1\x6e\xab\x30\x10\x45\xf7\x48\xfc\xc3\x2c\xf3\x24\xf8\x82\xac\x9e\x1a\x2a\xb1\x81\x2a\xc9\x22\x3b\xe4\xe0\xa1\xb5\x62\x8f\x91\x67\x50\xe1\xef\x2b\xa0\xad\x48\xea\xec\xec\xab\x33\xa3\x73\x27\xcf\xa1\xa0\x0f\x45\x2d\x82\xd1\x63\x23\x41\x11\x77\x18\xb8\xe9\x8c\x15\x0c\x70\x9d\xc0\x50\x6b\x07\x6d\xe8\x1d\x9c\x0f\x08\x9d\x41\xab\x39\x4d\x0e\xc7\xfa\x0d\xca\xea\x50\x5c\xa0\x7c\x85\xe2\x52\x9e\xce\xa7\xe8\x8e\x7d\x9a\xbc\x1c\x8b\xff\xe7\xe2\x9b\x8e\x31\x69\x52\x57\xf0\x1b\xc2\xce\x0d\x56\xcc\x4a\xa9\x56\x8c\xa7\xc6\xe8\x0c\xac\x57\x1a\x75\x06\x62\x1c\xb2\x28\xd7\x67\xc0\xa2\x64\xe0\x0c\x08\xe5\xd3\x87\xdb\x82\xc9\xd8\x74\xc1\xbb\x46\x69\x1d\x90\x79\x09\xc4\x6f\xbe\xfe\x86\xf4\xf8\x5d\x06\xa7\x1e\xff\xed\xd3\x24\x4d\xf2\x1c\x4a\xd2\x38\x42\xe7\x03\xf4\x48\x73\xfd\xad\x0e\x47\x3a\xc5\xb1\xba\x8a\xce\x3f\xab\xf8\x20\xbe\xb1\xbe\x6b\xb8\x39\xc0\xe4\xae\xde\x46\xac\xff\xec\x8f\x39\xc7\xa0\xba\x8a\xcc\xc2\xee\xb9\xd9\x7c\xb6\x1f\x73\x66\x94\x3b\xbf\x19\x5c\xc3\x15\x70\x7e\x20\x59\xe3\xe5\x39\x9b\x7f\x05\x00\x00\xff\xff\xf8\x7f\xb7\x59\x85\x02\x00\x00") +var __1689340211_index_filter_columnsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x4d\x6e\x83\x30\x10\x85\xf7\x3e\xc5\x2c\x13\x09\x4e\xc0\xaa\x6a\xa8\xc4\x06\xaa\x24\x8b\xec\x90\x83\x87\xd6\x8a\x7f\x90\x67\x50\xe1\xf6\x15\xd0\x46\x24\x38\x3b\xcf\xd3\x37\xa3\xef\x39\x4d\x21\x77\xdf\xd2\x35\x08\x5a\x0d\x35\x07\xe9\xa8\xc5\x40\x75\xab\x0d\x63\x80\xeb\x08\xda\x35\xa6\x57\xda\x7d\x81\xf5\x01\xa1\xd5\x68\x14\x89\xc3\xb1\xfa\x84\xa2\x3c\xe4\x17\x28\x3e\x20\xbf\x14\xa7\xf3\x29\x7a\x22\x13\xef\xc7\xfc\xed\x9c\xff\xc1\x31\x44\x54\x25\xdc\x33\xd8\xd9\xde\xb0\x5e\x20\xd9\xb0\xf6\xae\xd6\x2a\x01\xe3\xa5\x42\x95\x00\x6b\x8b\xc4\xd2\x76\x09\x10\x4b\xee\x29\x01\x87\xfc\xe3\xc3\x6d\xc6\x78\xa8\xdb\xe0\x6d\x2d\x95\x0a\x48\x34\x07\xec\x57\xa3\xbf\xa1\x7b\x1e\xe7\xc5\xb1\xc3\x7d\x26\x44\x9a\x42\xe1\x14\x0e\xd0\xfa\x00\x1d\xba\xa9\xf9\x5a\x86\xb6\x7d\xa2\x54\x55\x46\xb7\x5f\xd5\x7b\x92\x5e\x19\x3f\xb4\x5b\x95\x1f\xed\xd5\x9b\x8d\xf1\xe6\x7a\xc4\x37\xc2\x54\x65\x64\x13\x76\xaf\xad\xa6\xef\xfa\xb7\x26\x42\x7e\x70\x9b\xc0\x25\x5c\x00\xeb\x7b\xc7\x4b\x3c\x3f\xf7\x99\xf8\x0d\x00\x00\xff\xff\xdc\x17\xb3\x7c\x79\x02\x00\x00") func _1689340211_index_filter_columnsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1767,12 +1768,12 @@ func _1689340211_index_filter_columnsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1689340211_index_filter_columns.up.sql", size: 645, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0xcd, 0xa9, 0x3e, 0x4e, 0x58, 0x4b, 0x39, 0xe9, 0xed, 0x43, 0x1f, 0xcc, 0xc6, 0xe4, 0x86, 0x31, 0x17, 0x6c, 0xb4, 0x82, 0x2, 0xb4, 0x36, 0x93, 0x34, 0xb5, 0x62, 0x91, 0xb9, 0x3a, 0xe7}} + info := bindataFileInfo{name: "1689340211_index_filter_columns.up.sql", size: 633, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0xc8, 0x1, 0x8b, 0x85, 0x2b, 0xa7, 0x46, 0xfe, 0xe9, 0x9c, 0xaf, 0xec, 0x10, 0xe5, 0xec, 0x23, 0xd3, 0xf, 0xee, 0xad, 0xfb, 0xf1, 0xc7, 0xc, 0xbc, 0x14, 0xac, 0xf8, 0x3b, 0x5a, 0x9e}} return a, nil } -var __1689498471_make_wallet_accounts_positions_non_negativeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x41\x6f\xa3\x3a\x10\xc7\xef\x48\x7c\x87\x51\x4f\xc9\x93\xa9\xda\x77\xad\x7a\x70\x61\xd2\xa2\x47\xa0\x32\xce\x5b\xf5\x84\x5c\xf0\x26\x6c\x08\x46\x98\x6c\xb6\xdf\x7e\x05\x18\x96\x8a\x6c\x36\xda\x9c\x22\xf3\x1f\x8f\xe7\x3f\xbf\x19\xc7\x01\x5a\x14\x70\x12\x45\x21\x1b\x10\x69\xaa\x8e\x65\x03\x95\xd2\x79\x93\xab\x52\x83\xde\xa9\x63\x91\xc1\xbb\x34\x67\xdf\x25\x01\xdd\x88\xba\xc9\xb7\xf0\xb5\x56\x07\xb8\xbb\xb5\x2d\xc7\x01\x77\x27\xe6\xe1\x70\xca\x8b\xa2\x8d\x15\xc5\x49\x7c\x68\x70\xee\x6f\x6d\x6b\xf3\xea\x51\x8e\xb6\x05\xb0\x97\x1f\x95\xc8\x6b\x9d\x98\x38\x6d\x5b\x31\xf2\xf6\xcb\x78\xc1\x23\x2c\x62\x0c\xd0\xe5\xb0\xf6\xc3\xc5\x70\xbc\x04\x07\xee\x81\xc6\x70\xc8\xcb\xa4\x52\x1a\x56\x2c\x5a\xcf\xaf\x5b\xda\xd6\x97\x17\x64\x5d\xae\xb4\x7d\xdf\x23\xdc\x3f\xd8\x96\x6d\xb9\x0c\x29\x47\xe0\xf4\x29\xc0\x79\x58\xd2\x1c\x2a\x58\xb4\x41\x79\x06\xc3\xcf\x0f\x39\x3e\x23\x83\x57\xe6\xaf\x29\x7b\x83\xff\xf0\x0d\xe8\x86\x47\x7e\xe8\x32\x5c\x63\xc8\x49\x1b\x20\xb2\xac\x96\x5a\xb7\x01\xff\x53\xe6\xbe\x50\x46\x4c\xa1\xc9\xb1\xbf\x6c\x7a\x5c\x1d\xdf\xf7\xf2\x03\x66\xc7\xa2\xd9\x99\xac\xe6\x18\x20\x8c\x38\x84\x9b\x20\x00\x0f\x57\x74\x13\x70\xb8\xb9\xe9\xb4\xa5\x38\xc8\x6b\xb5\xa9\x2a\x54\x7d\xa5\x56\x1e\xd4\xb7\xfc\x4a\xad\x61\xa7\xfd\x3d\x45\x51\xd0\xfd\x99\x69\x57\x34\x88\x91\x8c\x9d\x80\xab\xe5\xbb\x3c\xcb\x64\x79\xb5\x5c\x55\xb2\x16\xef\x85\xbc\xfc\xf0\x52\x19\x4b\x6a\x29\x1a\x99\x25\xa2\x81\x16\x4a\xee\xaf\x71\x54\x77\x82\x63\x95\x5d\x16\xa4\x85\x4a\xf7\x23\x22\x70\xfe\x79\x77\xe4\x13\xd4\x7f\x96\xae\x22\x86\xfe\x73\xd8\x51\xb6\x30\xf4\x2c\x81\xe1\x0a\x19\x86\x2e\xc6\x23\xb4\x93\xaf\x51\x08\x1e\x06\xc8\x11\x5c\x1a\xbb\xd4\x43\xdb\x5a\x76\xb4\xfb\x61\x8c\x8c\xb7\x39\xa3\xb3\x53\xd7\xf3\x6e\xd0\x25\x03\xac\xc4\xe0\x49\x3a\x1e\x49\x47\x1a\xe9\x19\x22\x3d\x1e\xc4\x74\x9e\x74\x2d\x9d\x34\x8b\x8c\x5d\x20\x13\x87\xc9\xc4\x4c\xd2\xfb\x46\x46\x4f\x96\xed\xe8\x77\x73\xfe\x8f\x6d\xb5\xd3\xfc\x9b\xfd\x10\x31\x0f\x19\x3c\xbd\x4d\xfd\xec\x8a\x34\xa5\x9f\x5f\x04\x57\xd9\x30\xbc\x60\x32\xc7\x7f\x6f\xc6\xdc\x89\xcf\xb8\x9d\x35\x23\xcf\x9c\x7f\xdb\xad\x56\x29\x7d\xc1\x84\xb6\x5d\x7d\xc9\x2c\x7a\xbd\xb4\xc3\x3a\x91\xe3\xc0\x49\x42\x29\x65\x06\x8d\x82\xbd\x94\x15\x08\x03\xed\x69\x27\xcb\x61\x65\x6b\xa8\xa5\xaa\x33\x59\xe7\xe5\x16\x4e\x42\x83\xfc\x21\xd3\x63\x23\x33\xdb\xa2\x01\x47\x66\xf2\x68\xd9\x34\x79\xb9\xd5\x40\x3d\x0f\xdc\x28\xd8\xac\x43\x53\xf7\xaf\xcc\x43\x5b\x92\x74\x27\xca\xad\x4c\xfa\x64\xc3\xfe\x9c\x03\xff\x60\x5b\x3f\x03\x00\x00\xff\xff\x08\x6b\x20\x5e\x85\x06\x00\x00") +var __1689498471_make_wallet_accounts_positions_non_negativeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x51\x6f\x9b\x30\x10\xc7\xdf\xfd\x29\x4e\x7d\x4a\x26\x53\xb5\x7b\x8d\xfa\xe0\xc2\xa5\x45\x23\x50\x19\x67\x53\x9f\x90\x0b\x5e\xc2\x42\x30\xc2\x64\x59\xbf\xfd\xe4\x60\x92\x6c\xc9\xd2\x68\x3c\xa1\xf3\xff\x7c\xbe\xbb\xdf\x9d\xe7\x01\xab\x2a\xd8\xca\xaa\x52\x1d\xc8\x3c\xd7\x9b\xba\x83\x46\x9b\xb2\x2b\x75\x6d\xc0\x2c\xf5\xa6\x2a\xe0\x4d\x39\xdb\x4f\x45\xc1\x74\xb2\xed\xca\x05\x7c\x6f\xf5\x1a\xee\x6e\x89\xe7\x81\xbf\x94\xa7\xde\xb0\x2d\xab\xca\xba\xca\x6a\x2b\xdf\x0d\x78\xf7\xb7\x64\xfe\x12\x30\x81\x04\x60\xa5\xde\x1b\x59\xb6\x26\x73\x5e\x86\xa4\x28\x08\x1c\x9c\x1f\x60\x94\x62\x84\xbe\x80\x59\x18\x8f\x06\xf3\x18\x3c\xb8\x07\x96\xc2\xba\xac\xb3\x46\x1b\x98\xf2\x64\x76\x7a\xd9\x98\x7c\x7b\x46\x6e\xe3\xe4\xf6\x65\x0f\x70\x3f\x21\xc4\xe7\xc8\x04\x82\x60\x8f\x11\x9e\xba\x64\xdd\xba\x81\x11\x01\x28\x0b\x18\xbe\x30\x16\xf8\x84\x1c\x5e\x78\x38\x63\xfc\x15\xbe\xe0\x2b\xb0\xb9\x48\xc2\xd8\xe7\x38\xc3\x58\x50\x02\x20\x8b\xa2\x55\xc6\x58\xfd\x57\xc6\xfd\x67\xc6\x69\x9f\x5f\xb6\xe9\xaf\x3a\xb2\x36\x9b\xb7\x95\x7a\x87\xbf\xad\xb2\x5b\xba\x88\xce\x0a\x10\x27\x02\xe2\x79\x14\x41\x80\x53\x36\x8f\x04\xdc\xdc\x58\x69\x2d\xd7\xea\x4a\x69\xae\x2b\xdd\x5e\x27\x55\x6b\xfd\xa3\xbc\x4e\xea\x48\xb1\xdf\x63\x92\x44\xbb\x9f\x13\xe9\x94\x45\x29\xd2\xa1\xfa\x70\xad\x7a\x59\x16\x85\xaa\xaf\x55\xeb\x46\xb5\xf2\xad\x52\x97\x1f\x5d\xeb\xbe\x18\xad\x92\x9d\x2a\x32\xd9\x81\x05\x50\x84\x33\xdc\x8b\xed\xf9\xa6\x29\x2e\x9e\xe7\x95\xce\x57\x7b\x28\xe0\xfc\xd3\xee\xe8\x31\xc0\x1f\x2a\xa7\x09\xc7\xf0\x29\xde\x51\x35\x72\xbc\x8c\x81\xe3\x14\x39\xc6\x3e\xa6\x7b\x46\x8f\x4e\x93\x18\x02\x8c\x50\x20\xf8\x2c\xf5\x59\x80\x64\x3c\x21\x24\x8c\x53\xe4\xc2\xc6\x4b\xce\x8d\x56\x8f\xb6\xe3\x94\x0e\x68\x52\x47\x23\xdd\xf1\x47\x77\x68\xd1\x9e\x1a\xda\x13\x41\x5d\xb7\xe9\xae\x8f\x87\x0e\xd1\x7d\xed\xe9\x51\x61\xe9\x51\x11\x69\x5f\x30\xba\xaf\xc6\x98\xb8\x61\xfe\x44\xec\xc4\x9e\x5d\x00\x09\x0f\x90\xc3\xe3\xeb\x51\x11\x27\x84\xb8\x74\xcf\xcf\xf9\xc7\xb9\xbb\xb8\x87\x39\xfd\xff\xfc\x4f\xb3\xff\x03\xac\xb3\xf9\x97\x85\xf7\xd9\xae\xab\x46\x9b\x7f\x26\x6e\xdb\x63\x13\xe5\xc9\xcb\xa5\xe5\x34\x21\x76\xd3\x6e\x15\xd4\x4a\x15\xd0\x69\x58\x29\xd5\x80\x74\x68\x6e\x97\xaa\x1e\x36\xb0\x81\x56\xe9\xb6\x50\x6d\x59\x2f\x60\x2b\x0d\xa8\x5f\x2a\xdf\x74\xaa\x20\x2c\x12\xc8\x5d\x10\xa3\xba\xae\xac\x17\x06\x58\x10\x80\x9f\x44\xf3\x59\xec\xf2\x3d\x84\x1d\xfa\x90\xe5\x4b\x59\x2f\x54\xd6\xc7\x1a\xd6\xe2\x29\xd6\x13\xf2\x3b\x00\x00\xff\xff\x2a\x90\x75\xb5\x51\x06\x00\x00") func _1689498471_make_wallet_accounts_positions_non_negativeUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1787,12 +1788,12 @@ func _1689498471_make_wallet_accounts_positions_non_negativeUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1689498471_make_wallet_accounts_positions_non_negative.up.sql", size: 1669, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x9f, 0x85, 0xb, 0x38, 0x41, 0xf1, 0x4, 0xaf, 0xb7, 0x3b, 0x7, 0x66, 0x0, 0xd, 0x4, 0x74, 0x36, 0x1d, 0xc9, 0xe1, 0xee, 0x88, 0x57, 0xca, 0x48, 0xdf, 0x9, 0x4b, 0x87, 0x7c, 0x4}} + info := bindataFileInfo{name: "1689498471_make_wallet_accounts_positions_non_negative.up.sql", size: 1617, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x8d, 0xfc, 0x64, 0x78, 0x7a, 0x55, 0x38, 0xc9, 0x1e, 0x71, 0x25, 0xe2, 0x81, 0xc8, 0x3b, 0x1d, 0xf, 0xe7, 0x1f, 0x67, 0xbf, 0x6, 0xf1, 0x6a, 0x56, 0xf, 0x30, 0xb1, 0xc5, 0xca, 0x19}} return a, nil } -var __1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\xbb\x6e\x02\x31\x14\x44\x7b\x4b\xfe\x87\xe9\x80\x6f\x40\x14\x17\xf6\xae\x52\x78\xd9\x68\xed\x55\xd2\x59\x96\xd7\x02\x8b\xc5\x46\xd8\x79\xf0\xf7\x51\x1e\x4a\x93\x34\xb4\x47\x33\x67\x86\x94\xe1\x01\x86\xb6\x8a\x71\x0a\xb7\x8b\x8b\xd7\x02\x6a\x1a\xec\x7a\x35\x76\x7b\x5c\xc3\x39\xbf\x86\x09\xdb\xbe\x57\x4c\x7b\x34\xdc\xd2\xa8\x0c\x5a\x52\x9a\xd7\x52\xfc\xd7\xb7\xce\xfb\xfc\x92\xea\x5d\x22\x29\xc6\xc7\x86\x0c\x4b\x01\x94\x50\x6b\x4c\x87\x22\x85\x66\xf3\x09\xde\xdc\x3c\x87\xfa\xeb\xb5\x97\x5c\x62\x8d\x39\x59\x7f\x74\xe9\x10\xac\x9f\xb3\x3f\x61\x83\xa5\x66\xc5\x3b\x83\x8e\x9e\x97\x5f\x6c\x05\xd2\x38\xbb\xf7\x9f\x44\x3b\xf4\xdd\xdf\x9b\x2b\x29\x9e\x1e\x78\xf8\x9e\xbe\xa5\x7a\x0c\x35\x7a\x1b\x27\x6c\xb0\x88\xd3\x62\xfd\x11\x00\x00\xff\xff\x91\x5d\x1c\xc5\x24\x01\x00\x00") +var __1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\x3d\x6e\x02\x31\x14\x84\x7b\x9f\x62\x3a\xe0\x0c\x88\xe2\x81\xdf\x2a\x85\x17\x47\x6b\xaf\x92\xce\xb2\xbc\x16\x58\x2c\x36\xc2\xce\x0f\xb7\x8f\xb4\x8a\xd2\x24\x4d\xda\xd1\xcc\x37\x1f\x29\xcb\x03\x2c\xed\x15\xe3\x12\x1f\x37\x9f\xee\x15\x24\x25\x0e\x5a\x8d\xfd\x11\xf7\x78\x2d\xef\x71\xc2\x5e\x6b\xc5\x74\x84\xe4\x8e\x46\x65\xd1\x91\x32\xbc\x15\x7f\xcd\x9d\x0f\xa1\xbc\xe5\xf6\x1f\x8e\x18\x9f\x25\x59\x16\x40\x8d\xad\xa5\x7c\xaa\xc2\xb0\x15\xc0\x87\x9f\xe7\xd8\x7e\x90\xee\x56\x6a\x6a\xa9\x64\x17\xce\x3e\x9f\xa2\x0b\x73\x09\x17\xec\xb0\x36\xac\xf8\x60\xd1\xd3\xeb\x7a\xc9\x36\x20\x83\xab\xff\xfc\x6e\x74\x83\xee\x7f\x1b\x6e\xc4\xcb\x13\x0f\xcb\xed\x23\xb7\x73\x6c\x29\xb8\x34\x61\x87\x55\x9a\x56\xdb\xaf\x00\x00\x00\xff\xff\x4e\x4f\x7c\x3c\x1c\x01\x00\x00") func _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1807,12 +1808,12 @@ func _1689856991_add_soft_remove_column_for_keypairs_and_accountsUpSql() (*asset return nil, err } - info := bindataFileInfo{name: "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql", size: 292, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbc, 0x3d, 0xea, 0x9c, 0xd, 0x6, 0xa0, 0x7f, 0xcc, 0x33, 0x4a, 0x97, 0xdd, 0x9, 0xf3, 0x29, 0x5e, 0x5e, 0x8b, 0x72, 0x84, 0x84, 0x2, 0x70, 0xe0, 0x3f, 0xf2, 0x4c, 0x99, 0x9, 0xc, 0x3c}} + info := bindataFileInfo{name: "1689856991_add_soft_remove_column_for_keypairs_and_accounts.up.sql", size: 284, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xfb, 0x7b, 0x9a, 0xee, 0xa4, 0x1f, 0x54, 0x81, 0x9c, 0x66, 0xd1, 0xde, 0x2d, 0xee, 0x8f, 0xb0, 0xc, 0x8, 0xb7, 0x1f, 0x5f, 0x28, 0x42, 0x75, 0x3, 0x19, 0xfb, 0xb5, 0x53, 0xa2, 0xcc}} return a, nil } -var __1690225863_add_collectibles_ownership_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xd1\x4a\xc7\x20\x14\x87\xef\x05\xdf\xe1\x5c\x16\xfc\xdf\xa0\x2b\xdd\x6c\x09\xe2\x60\x73\xb1\x3b\x31\x77\x62\x92\x68\xa8\xd0\xeb\x47\x63\x5d\x34\x88\xba\x3e\x3f\xbe\xf3\x7d\xdd\x24\x98\x11\x60\x18\x57\x02\xe4\x23\xe8\xd1\x80\x58\xe5\x6c\x66\xf0\x39\x46\xf4\x2d\xbc\x44\xac\x36\x7f\x24\x2c\x75\x0f\xef\xd6\x3b\xbf\x23\xdc\x51\x02\x00\xe0\x77\x17\x92\x0d\x1b\x2c\x7a\x96\x83\x16\x3d\x70\x39\x48\x6d\x0e\x8e\x5e\x94\xba\x9d\xbb\x9c\x5a\x71\xbe\x59\xb7\x6d\x05\x6b\x85\x67\x36\x75\x4f\x6c\xba\xee\x5a\x7e\xc3\x83\xc7\xd5\xc8\xaf\xc7\xc3\xe1\x57\x02\x25\xf7\x0f\x94\x50\x72\x16\x49\xdd\x8b\xf5\x7f\x45\xaf\x21\x36\x2c\x16\x53\x2b\x01\x2b\x8c\xfa\x8f\xf4\xef\xe8\xdb\x4f\xa3\xaf\xf7\x9f\x01\x00\x00\xff\xff\xbd\x0f\x1d\x2c\x4f\x01\x00\x00") +var __1690225863_add_collectibles_ownership_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x41\x6a\xc5\x20\x10\x06\xe0\xbd\xa7\x98\x65\x03\xb9\x41\x56\x9a\xd8\x54\x10\x03\x89\x29\xd9\x89\x35\x53\x22\x15\x2d\x2a\xf4\xfa\x85\xb4\x5d\x34\xf0\x78\x6f\x3d\xff\xfc\x33\x5f\x3f\x73\xaa\x39\x68\xca\x24\x07\xf1\x0c\x6a\xd2\xc0\x37\xb1\xe8\x05\x5c\x0a\x01\x5d\xf5\x6f\x01\x8b\x49\x5f\x11\x73\x39\xfc\xa7\x71\xd6\x1d\x08\x4f\x04\x00\xc0\x1d\xd6\x47\xe3\x77\x58\xd5\x22\x46\xc5\x07\x60\x62\x14\x4a\x9f\x35\x6a\x95\xb2\xfd\x89\xa5\x58\xb3\x75\xd5\xd8\x7d\xcf\x58\x0a\xbc\xd2\xb9\x7f\xa1\xf3\x25\x56\xd3\x07\x9e\x6d\x4c\x4e\xec\x32\x3b\xef\xdf\xdc\x27\x4d\x47\xc8\x2f\x45\xa8\x81\x6f\x8f\x51\xde\x7d\xa8\x98\x0d\xc6\x9a\x3d\x16\x98\xd4\x1d\xf3\x1f\xb7\xfd\xff\x4e\xd3\x91\xef\x00\x00\x00\xff\xff\xe1\x57\x74\x7f\x47\x01\x00\x00") func _1690225863_add_collectibles_ownership_cacheUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1827,12 +1828,12 @@ func _1690225863_add_collectibles_ownership_cacheUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1690225863_add_collectibles_ownership_cache.up.sql", size: 335, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0x12, 0x9a, 0x2d, 0x57, 0x3b, 0x9, 0x32, 0xfa, 0xd4, 0xac, 0xf9, 0x5a, 0x91, 0x52, 0xa2, 0x73, 0xa, 0x72, 0x29, 0x97, 0xf4, 0x88, 0x7c, 0x46, 0x70, 0xf1, 0xec, 0xc8, 0xc7, 0x75, 0x5f}} + info := bindataFileInfo{name: "1690225863_add_collectibles_ownership_cache.up.sql", size: 327, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0x2d, 0xfa, 0x52, 0x54, 0x3e, 0x6e, 0x50, 0x7a, 0xe0, 0x4d, 0xd1, 0x5b, 0x3a, 0xc7, 0xb6, 0x67, 0xe8, 0x82, 0xf0, 0xc4, 0xb5, 0xcc, 0x3b, 0xbf, 0x89, 0xe0, 0x1b, 0xbc, 0xa4, 0xa9, 0x68}} return a, nil } -var __1690734354_add_preferred_chain_idsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcc\x41\x0a\x02\x21\x14\x06\xe0\x7d\xd0\x1d\x7e\xe6\x1a\xad\x5e\x33\x46\x8b\x97\x03\xa2\x6d\x45\xf4\x45\x12\xcc\xc8\xd3\x16\xdd\xbe\x2b\xd4\x05\x3e\x62\x6f\x1c\x3c\x9d\xd9\xe0\x25\x9f\x96\xaa\xf6\x98\x72\xde\xdf\xdb\xe8\xa0\x65\xc1\xbc\x72\xb8\x59\x34\xdd\x4b\x6c\x2a\x0f\x51\x95\x12\xf3\x33\xd5\x2d\xd6\xd2\x71\x27\x37\x5f\xc9\xc1\xae\x1e\x36\x30\x63\x31\x17\x0a\xec\x31\x4d\xa7\xe3\xe1\x67\x7f\x48\x1f\x7f\xfb\xdf\x00\x00\x00\xff\xff\xe8\x8d\xd2\xb3\xbe\x00\x00\x00") +var __1690734354_add_preferred_chain_idsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcc\xc1\xad\x02\x21\x10\x06\xe0\xfb\xab\xe2\xcf\xb6\xf1\x4e\xe3\x82\xf1\x30\xb2\x09\x01\xaf\x84\xc0\x18\x89\xc9\x2e\x19\xf0\x60\xf7\xb6\xa0\x0d\x7c\xc4\xc1\x7a\x04\x3a\xb1\xc5\x53\xde\x3d\x37\x1d\x29\x97\x72\xbc\xf6\x39\x40\xc6\x60\xdd\x38\x5e\x1d\xba\x1e\x35\x75\x95\xbb\xa8\x4a\x4d\xe5\x91\xdb\x9e\x5a\x1d\xb8\x91\x5f\x2f\xe4\xe1\xb6\x00\x17\x99\x61\xec\x99\x22\x07\x2c\xcb\xff\xdf\xd7\xfc\x94\x31\x7f\xe6\x3f\x01\x00\x00\xff\xff\xa6\xd7\x0a\xe8\xbd\x00\x00\x00") func _1690734354_add_preferred_chain_idsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1847,12 +1848,12 @@ func _1690734354_add_preferred_chain_idsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1690734354_add_preferred_chain_ids.up.sql", size: 190, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xd0, 0x8d, 0x26, 0x9, 0x94, 0x3a, 0xc5, 0x4d, 0xc7, 0x88, 0xf3, 0xfd, 0x6c, 0x1d, 0x1b, 0x6e, 0xda, 0xc7, 0xd8, 0xe9, 0x2a, 0xe1, 0x2f, 0xfd, 0xd, 0xde, 0x42, 0x63, 0xc4, 0x15, 0xae}} + info := bindataFileInfo{name: "1690734354_add_preferred_chain_ids.up.sql", size: 189, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xb4, 0x32, 0x89, 0xa1, 0xed, 0x19, 0x61, 0x1a, 0xdf, 0x72, 0x4c, 0x28, 0x5f, 0x87, 0x72, 0x33, 0xad, 0x9a, 0xc6, 0xaf, 0x6b, 0xaf, 0xa9, 0x70, 0xc7, 0x8a, 0x42, 0xe2, 0xac, 0x15, 0x2a}} return a, nil } -var __1691173699_add_collectibles_and_collections_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x54\xcd\x8e\xda\x30\x10\xbe\x23\xf1\x0e\x73\x6c\x25\xde\xa0\xa7\x90\x0c\x34\x6a\x64\xda\x90\x54\xdb\x53\x34\x6b\xbb\xec\x08\xc7\x8e\x1c\x67\x55\xde\xbe\x02\x76\xdb\x2e\x8b\x03\xb4\xd2\xf6\x9a\xf9\xfc\xd9\xf9\x7e\x26\x2d\x31\xa9\x10\xaa\x64\x5e\x20\xe4\x0b\x10\xab\x0a\xf0\x2e\x5f\x57\x6b\x90\xce\x18\x2d\x03\xdf\x1b\xdd\x28\x0a\xd4\x48\x92\x0f\x1a\xde\x4d\x27\x00\x00\xf2\x81\xd8\x36\xac\xa0\x16\xeb\x7c\x29\x30\x83\x79\xbe\xcc\x45\x75\x60\x10\x75\x51\xcc\x9e\x70\xce\x06\x4f\x32\x34\xa4\x94\xd7\x7d\x0f\x5f\x93\x32\xfd\x98\x94\xa7\xb8\xe0\xb6\xfa\xc0\x37\x2f\x56\xf3\xd3\x61\xe7\xdd\x23\x2b\xed\x63\x87\x2d\xb5\x3a\x36\x53\xba\x97\x9e\xbb\xc0\xce\xc6\x20\x9d\xf6\x2d\x19\xb6\xdb\x18\x80\x5b\xda\xe8\x66\xf0\x26\x06\x20\xcb\x2d\xed\xaf\xb8\x0e\xd4\x6a\xc5\xd4\x84\x5d\x17\x7d\xf5\x3d\xc9\xed\xc6\xbb\xc1\xaa\x46\x3a\xe3\xa2\x7f\x7e\x94\x6d\xf0\xfc\x0a\x30\x9d\xbc\xff\x30\x9d\x4c\x27\x4f\x0e\xd7\x22\xff\x52\x23\xe4\x22\xc3\xbb\x4b\x46\xb3\xd2\x36\xf0\xf7\x5d\xa3\x6d\xf0\x3b\x58\x89\x68\x16\x9e\x53\x30\x7b\xe5\xf3\xec\x97\xa3\x2f\x9e\x71\x29\x68\xc1\x13\x87\xfe\x3f\x46\xed\xf0\x80\x51\x6b\x8e\x88\x47\x32\x43\x3c\x73\xdc\x77\x86\x76\xa3\x34\x2d\xfd\x18\x27\x59\xac\x4a\xcc\x97\x02\x3e\xe1\xb7\xeb\x74\x86\x12\x17\x58\xa2\x48\x31\x56\xde\x2b\x79\x8e\xf7\xc3\xde\xf8\xfa\x73\xb6\xb7\x2d\x4d\xd6\x69\x92\xe1\x9f\x93\x0c\x0b\xfc\x3d\x39\x49\xdb\x98\xcd\xce\xbe\xc1\x3a\xf9\x97\x8d\xd1\x9b\x61\x73\xfb\x26\xb8\xbd\x6f\xcf\x42\xc4\xeb\x76\x22\x55\xdc\xbd\x5b\xc4\x7f\x93\x8a\x5d\x6c\x51\xcb\x16\x4a\x4c\x8a\x33\xb5\x38\xfb\xfd\xba\x36\x9c\xed\xc0\x0b\x15\x47\x0f\xff\x65\xf0\x7f\x06\x00\x00\xff\xff\xcd\x5f\x67\x11\x45\x07\x00\x00") +var __1691173699_add_collectibles_and_collections_data_cacheUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x94\xc1\x8e\xda\x30\x10\x86\xef\x79\x8a\x39\xb6\x12\x6f\xd0\x53\x48\x06\x1a\x35\x32\x6d\x48\xaa\xed\x29\x9a\xb5\x5d\x76\x84\x63\x47\x8e\xb3\x2a\x6f\x5f\x01\xdd\x76\x0b\x6b\xc8\xae\x84\xf6\xea\x7f\x3c\xb6\xe7\xfb\x7f\x67\x15\xa6\x35\x42\x9d\xce\x4b\x84\x62\x01\x62\x55\x03\xde\x15\xeb\x7a\x0d\xd2\x19\xa3\x65\xe0\x7b\xa3\x5b\x45\x81\x5a\x49\xf2\x41\xc3\x87\x04\x00\x40\x3e\x10\xdb\x96\x15\x34\x62\x5d\x2c\x05\xe6\x30\x2f\x96\x85\xa8\x0f\x0d\x44\x53\x96\xb3\x63\x99\xb3\xc1\x93\x0c\x2d\x29\xe5\xf5\x30\xc0\xf7\xb4\xca\x3e\xa7\xd5\x49\x59\x70\x5b\x7d\xe8\x36\x2f\x57\xf3\x13\xad\xf7\xee\x91\x95\xf6\x91\xad\x96\x3a\x1d\x91\x94\x1e\xa4\xe7\x3e\xb0\xb3\x91\x8a\x5e\xfb\x8e\x0c\xdb\x6d\x44\xe7\x8e\x36\xba\x1d\xbd\x89\xe8\x64\xb9\xa3\x7d\xff\x49\x35\x9d\x56\x4c\x6d\xd8\xf5\xb1\x0b\xdf\x93\xdc\x6e\xbc\x1b\xad\x6a\xa5\x33\x2e\xf6\xe4\xe3\xb4\x46\xcf\x67\x7a\xf2\xf1\x53\x92\xfc\x41\xda\x88\xe2\x5b\x83\x50\x88\x1c\xef\xae\x91\x65\xa5\x6d\xe0\x9f\xbb\x56\xdb\xe0\x77\xb0\x12\x51\xf8\x4f\xdc\x67\x67\x68\x67\x7f\x29\x3e\xbb\xc4\x35\x5f\x05\x4f\x1c\x86\x77\x72\xd6\xe1\xf0\x4b\x3c\x8e\x05\x8f\x64\xc6\xa8\xc5\x78\xe8\x0d\xed\x2e\x35\xe9\xe8\xd7\xc5\x16\x8b\x55\x85\xc5\x52\xc0\x17\xfc\x31\x6d\xba\x50\xe1\x02\x2b\x14\x19\xc6\x32\x3a\xb1\xcf\xe1\x78\xd8\xd3\x6e\xbe\xe6\x7b\x5a\x59\xba\xce\xd2\x1c\x9f\x09\x39\x96\xf8\x4f\x48\x26\x92\x75\xf6\xd6\x1f\xc6\xdb\x3f\x85\xc1\x8c\x9b\x57\xa7\xfd\x95\xb9\x7a\x7a\x7f\x3c\x56\x27\x13\x8a\xf3\x9a\x3e\xf1\xdb\x47\xe9\x5a\x5c\x3a\xb6\x50\x61\x5a\x9e\x07\xe0\xa5\xe5\x69\xbe\x7f\xd1\xed\xff\x4d\xef\xe2\xe6\xb7\x58\xfc\x77\x00\x00\x00\xff\xff\xfb\xd0\x28\xee\x13\x07\x00\x00") func _1691173699_add_collectibles_and_collections_data_cacheUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1867,12 +1868,12 @@ func _1691173699_add_collectibles_and_collections_data_cacheUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1691173699_add_collectibles_and_collections_data_cache.up.sql", size: 1861, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x31, 0xea, 0xd7, 0xff, 0x71, 0x8b, 0xae, 0xde, 0x19, 0x72, 0x19, 0x7c, 0xaf, 0x73, 0x3d, 0x2a, 0x91, 0xf5, 0xa8, 0x44, 0x79, 0x44, 0x16, 0xde, 0x4e, 0xed, 0x2a, 0xbd, 0x53, 0x8b, 0xf9}} + info := bindataFileInfo{name: "1691173699_add_collectibles_and_collections_data_cache.up.sql", size: 1811, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x0, 0xf2, 0xaa, 0xa9, 0x56, 0x92, 0xb7, 0x3c, 0xd8, 0xbf, 0x4c, 0x42, 0x90, 0xdd, 0xb3, 0xb8, 0xca, 0x4a, 0xa1, 0x91, 0x29, 0x5, 0xf6, 0xb0, 0x75, 0x82, 0x98, 0x7e, 0x6d, 0x74, 0x15, 0xc3}} return a, nil } -var __1691753758_move_wallet_tables_to_wallet_dbUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x91\x41\x6a\xc3\x40\x0c\x45\xf7\x81\xdc\x41\x17\x48\x2f\xd0\x55\x4a\x53\x08\x14\x5a\x9a\x2c\xba\x1b\xe4\x19\xd9\x16\x91\x35\xe9\x48\x4e\xf0\xed\x8b\x4d\xa1\xb5\x1b\xb2\x9d\xff\xf4\xff\x1f\xe9\xf9\xe3\xed\x1d\x8e\xdb\xa7\xd7\x1d\x54\x92\xe3\xc9\x1e\xd7\xab\x7f\x6f\xa1\xa0\x36\x74\x4f\x0a\x46\x5f\x3d\xa9\x33\xca\x9c\x3a\x93\x26\xd6\x26\x78\x41\x35\x8c\xce\x59\x17\x3e\x86\x17\x4a\x01\x53\x2a\x64\x36\x85\x6c\x36\xe0\xf9\x44\x1a\x2a\x14\xd4\x48\x06\x6c\xe0\x2d\x41\x56\x19\xc0\xb1\x12\x02\x6f\xd1\xe1\x8a\x06\x67\xc1\x48\x09\xaa\x01\x3a\x36\xc7\x13\x01\x2b\x68\x4e\x14\xb3\xd6\xdc\x4c\x6e\x1d\x37\x05\xa7\x68\x40\x4d\x23\xe0\x64\x6e\xc0\x3e\x3a\x77\x6c\xc6\xda\x00\xd7\x7f\xe6\x7e\x67\x46\x44\xb3\x43\x6f\x94\x1e\x66\xcd\xf7\x2f\xb0\xfb\xdc\x1f\x8e\x87\x45\xdd\xf9\xff\x26\x6d\xf1\x76\x61\xe3\x4a\x28\xdc\xd2\x62\x5f\x0a\x69\x1c\x42\x9d\x4b\x87\x1e\x22\xc6\x96\xe6\x48\xd7\x8b\xf3\x9d\x95\xfe\x14\x09\x2d\x9b\xe7\x32\x2c\x2e\x52\x38\xd2\x2d\xd7\x98\x45\x28\xfa\x58\xcc\x42\xbe\x2a\x15\x6b\xf9\x7c\x8b\x9c\x92\x6b\x2a\x63\xec\xb4\xe0\xad\x08\xb0\x26\x1e\x6f\x85\x85\x00\x7b\xcf\x1d\x3a\x47\x14\x19\xa0\x50\x97\x2f\x94\xd6\xab\xef\x00\x00\x00\xff\xff\x14\xb5\x54\x5a\x6d\x02\x00\x00") +var __1691753758_move_wallet_tables_to_wallet_dbUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x51\x41\x6e\x22\x41\x0c\xbc\xf3\x0a\x7f\x80\xfd\x00\x27\x56\xcb\x4a\x48\x2b\x6d\x14\x38\xe4\xd6\xf2\x74\x7b\x66\x2c\xdc\x6e\xd2\xf6\x80\xe6\xf7\x51\xa3\x48\x61\x12\x92\xab\xab\x5c\x55\x76\xfd\x79\xfe\xff\x04\xc7\xed\xef\x7f\x3b\xe8\xa4\xc4\x93\x6d\x56\x5f\x46\xa1\xa2\x0e\xf4\x03\x12\x8c\x5e\x27\x52\x67\x94\x05\xe9\x4c\x9a\x58\x87\xe0\x15\xd5\x30\x3a\x17\x5d\xaa\x18\x5e\x28\x05\x4c\xa9\x92\x59\x73\x58\xaf\xc1\xcb\x89\x34\x74\x28\xa8\x91\x0c\xd8\xc0\x47\x82\xa2\x32\x83\x63\x27\x04\x3e\xa2\xc3\x15\x0d\xce\x82\x91\x12\x74\x33\x64\x36\xc7\x13\x01\x2b\x68\x49\x14\x8b\xf6\x3c\x34\xb1\xcc\x43\xc5\x9b\x2f\xa0\xa6\x86\x3b\x99\x1b\xb0\x37\xe1\xcc\x66\xac\x03\x70\x7f\xb7\xf6\xb1\xd3\x28\x5a\x1c\x26\xa3\xf4\xeb\x3e\xf6\xfe\x2f\xec\x5e\xf6\x87\xe3\xe1\x53\xd8\xc5\x6d\x37\x68\x39\xba\xb0\x71\x27\x14\x1e\x40\x71\xaa\x95\x34\xce\xa1\x2f\x35\xa3\x87\x88\x71\xa4\x05\x23\x4f\xe2\xfc\xfd\x2b\xdf\x33\x84\x91\xcd\x4b\x9d\x97\x3d\x54\x8e\xf4\x40\x32\x16\x11\x8a\xde\x32\x59\x28\x57\xa5\x6a\x23\x9f\x1f\x10\x6f\xae\x3d\x55\xdb\xac\xda\x57\xb7\x22\xc0\x9a\xb8\xf5\x83\x95\x00\x27\x2f\x19\x9d\x23\x8a\xcc\x50\x29\x97\x0b\xa5\xd5\x5b\x00\x00\x00\xff\xff\x04\xf6\x92\xda\x5b\x02\x00\x00") func _1691753758_move_wallet_tables_to_wallet_dbUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1887,12 +1888,12 @@ func _1691753758_move_wallet_tables_to_wallet_dbUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1691753758_move_wallet_tables_to_wallet_db.up.sql", size: 621, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x99, 0xc8, 0xf4, 0xcf, 0x91, 0x56, 0x5, 0x14, 0x82, 0x2b, 0xd2, 0x82, 0x88, 0xad, 0x5a, 0x46, 0xa3, 0xb3, 0x72, 0x15, 0x34, 0xc8, 0x94, 0xb9, 0xf, 0x53, 0x19, 0xe9, 0x50, 0x98, 0xdd, 0xed}} + info := bindataFileInfo{name: "1691753758_move_wallet_tables_to_wallet_db.up.sql", size: 603, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0x7f, 0xd9, 0x6f, 0x91, 0x37, 0x7a, 0x8f, 0xf4, 0xd6, 0xec, 0xd4, 0xb9, 0x8e, 0xc5, 0xeb, 0x1a, 0xfa, 0xd1, 0x4, 0x1, 0xff, 0x51, 0x23, 0xc, 0x96, 0xf2, 0x3c, 0x12, 0xa7, 0xf7, 0x33}} return a, nil } -var __1691753800_pubsubtopic_keyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x4f\xaf\xa2\x30\x14\xc5\xf7\x24\x7c\x87\x1b\x57\x9a\x30\x31\x33\x5b\x57\x45\x2f\x23\x99\x4a\x4d\xa9\xe3\xb8\x22\x20\x1d\xa7\xd1\x01\x1e\x2d\x1a\xbf\xfd\xcb\xab\xf8\x87\x3c\xe5\x2d\xb9\xf7\x77\x0f\xe7\x9c\x4e\x39\x12\x81\x20\x88\x4f\x11\xc2\x00\x22\x26\x00\xff\x84\xb1\x88\xa1\x6a\x32\xdd\x64\xa6\xac\xd4\x36\xd1\x6a\x57\xa8\x62\x97\xec\xe5\x19\x86\xae\x03\x00\x60\x17\xf0\x9b\xf0\xe9\x9c\x70\x7b\x17\xad\x28\xf5\x2e\xcb\xaa\x56\x47\x0b\xfb\x94\xf9\x9d\x45\x93\x3d\xcc\xbb\x47\x4b\x1e\x2e\x08\xdf\xc0\x2f\xdc\xc0\xd0\xca\x8f\x5c\x67\x04\xeb\x50\xcc\xd9\x4a\x00\x67\xeb\x70\x36\x71\x1d\xd7\xe9\x31\xfd\x3f\x55\x07\x2d\xeb\xa3\xac\x13\xab\xa0\x93\x42\x9e\xfa\x2d\xc3\x0c\x03\xb2\xa2\x02\x06\x83\xbb\x49\xdd\x64\xc9\x57\xf8\xf8\x94\xee\x9b\xf1\x8f\x71\x2e\xff\xa6\xcd\xc1\x7c\xb3\x9f\x55\x5d\x9a\xf2\x2a\xb4\xfd\x97\x9a\x44\xe5\xfa\x2a\xd2\x8e\x0f\xa9\x36\x49\x2d\xdf\x1a\xa9\x0d\x84\x91\xc0\x9f\xc8\x6f\xb2\xdf\x5b\x28\x57\x7a\x5b\x1e\x65\x7d\x06\x9f\x31\x8a\x24\xba\x11\x01\xa1\x31\xb6\x54\x21\x77\xa5\x51\xa9\x91\x79\x2f\xf6\x50\xed\xa5\x59\xaf\x13\xf2\x45\xcf\x61\x14\x23\x17\x1f\x0e\xd9\x8b\x62\x5d\x27\x46\x8a\x53\x01\xad\x68\x6f\x27\xb7\x3a\xbc\x4e\x03\xde\x3d\xaa\xf7\x90\xc7\x75\x02\xce\x16\x9f\xff\x6b\x9d\xcd\x38\x5b\xb6\xef\xff\x1c\x20\x54\x20\x7f\x45\x58\xeb\x1c\x23\xb2\x40\x78\x16\x6d\xf2\x1e\x00\x00\xff\xff\x55\x6d\xfc\x3d\x16\x03\x00\x00") +var __1691753800_pubsubtopic_keyUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\x51\x8f\xa2\x30\x18\x7c\xef\xaf\xf8\xe2\x93\x26\x5c\xcc\xdd\xab\x4f\x45\x3f\x4e\x72\x95\x9a\x52\xcf\xf3\x89\x80\xf4\xbc\x46\x0f\x58\x5a\x34\xfe\xfb\xcd\x16\x97\xc5\xac\xb2\x8f\xcc\x37\x33\xcc\x4c\xe7\x02\xa9\x44\x90\xd4\x67\x08\x61\x00\x11\x97\x80\x7f\xc2\x58\xc6\x50\x35\x99\x69\x32\x5b\x56\x7a\x9f\x18\x7d\x28\x74\x71\x48\x8e\xea\x0a\x63\x02\x00\xe0\x70\xf8\x4d\xc5\x7c\x49\x85\x93\x45\x1b\xc6\x3c\x77\xab\x6a\x7d\x76\x54\x9f\x71\xbf\x8f\x37\x59\x0f\xbe\x93\xac\x45\xb8\xa2\x62\x07\xbf\x70\x07\x63\xe7\x3d\x21\x13\xd8\x86\x72\xc9\x37\x12\x04\xdf\x86\x8b\x19\x21\x03\x69\xff\xa7\xfa\x64\x54\x7d\x56\x75\xe2\xe4\x26\x29\xd4\x65\x30\x2b\x2c\x30\xa0\x1b\x26\x61\x34\xea\xe2\x99\x26\x4b\xbe\x62\x4f\x2f\xe9\xb1\x99\xfe\x98\xe6\xea\x6f\xda\x9c\xec\x37\xf7\x59\xd5\xa5\x2d\x6f\x3e\xfb\x7f\xa9\x4d\x74\x6e\xde\x3d\x5a\xf4\x94\x1a\x9b\xd4\xea\xa5\x51\xc6\x42\x18\x49\xfc\x89\xa2\x33\xfd\xde\x72\x72\x6d\xf6\xe5\x59\xd5\x57\xf0\x39\x67\x48\xa3\x8e\x10\x50\x16\x63\x4b\x2a\xd4\xa1\xb4\x3a\xb5\x2a\x1f\x62\xf5\x06\x6d\xf7\xf4\xee\xfa\x3d\x5a\x37\x8c\x62\x14\xf2\x2d\x1b\x7f\x32\x27\x89\x91\xe1\x5c\xc2\xcd\x70\x70\x8a\x6e\x06\xef\xae\xba\xf7\x51\xd2\xeb\x55\x21\x81\xe0\xab\xcf\x7f\x9d\x11\xb2\x10\x7c\x7d\x7b\xf1\x47\x67\xca\x24\x8a\x67\x77\x17\x5a\x60\x44\x57\x08\x8f\x4a\xcd\x5e\x03\x00\x00\xff\xff\x78\x01\xaa\x5d\xff\x02\x00\x00") func _1691753800_pubsubtopic_keyUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1907,8 +1908,8 @@ func _1691753800_pubsubtopic_keyUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1691753800_pubsubtopic_key.up.sql", size: 790, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0xc9, 0x44, 0x1d, 0x1e, 0xd3, 0x67, 0xc5, 0x19, 0x56, 0xa0, 0x7d, 0x1c, 0x48, 0xc, 0xd, 0xbc, 0xbe, 0xa5, 0x79, 0x5f, 0xb, 0xaa, 0xde, 0xfd, 0x7f, 0xfe, 0x2e, 0x67, 0x63, 0x21, 0x24}} + info := bindataFileInfo{name: "1691753800_pubsubtopic_key.up.sql", size: 767, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0x42, 0x78, 0x4, 0x20, 0xa5, 0x62, 0xa1, 0xa5, 0x82, 0xa1, 0x41, 0x14, 0xaf, 0x5e, 0xe2, 0xc9, 0xcf, 0xad, 0x4b, 0x32, 0x6e, 0xc7, 0xac, 0x9f, 0xe0, 0xf, 0xe0, 0x3a, 0xa0, 0x67, 0x2d}} return a, nil } @@ -1927,12 +1928,12 @@ func _1693900971_add_profile_migration_needed_column_to_settings_tableUpSql() (* return nil, err } - info := bindataFileInfo{name: "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql", size: 88, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1693900971_add_profile_migration_needed_column_to_settings_table.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x89, 0x89, 0x81, 0xf1, 0x1, 0x2d, 0xa6, 0x24, 0xba, 0x48, 0x1, 0x9a, 0x7a, 0xcf, 0xe0, 0xfd, 0x3f, 0xc6, 0xc2, 0xd9, 0xe2, 0xfc, 0x6f, 0x2f, 0x83, 0x16, 0x61, 0x8e, 0x89, 0x64, 0xef}} return a, nil } -var __1694764094_add_original_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x2f\xca\x4c\xcf\xcc\x4b\xcc\x89\x2f\x2a\x48\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\xe5\x22\x5a\x6b\x5a\x62\x4e\x4e\x52\x62\x72\x36\x8a\x7e\x40\x00\x00\x00\xff\xff\xb7\x10\xf1\xb5\x79\x00\x00\x00") +var __1694764094_add_original_to_networksUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\xc8\x4b\x2d\x29\xcf\x2f\xca\x2e\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\x2f\xca\x4c\xcf\xcc\x4b\xcc\x89\x2f\x2a\x48\x8e\x2f\x2d\xca\x51\x08\x73\x0c\x72\xf6\x70\x0c\xb2\xe6\x22\x5a\x67\x5a\x62\x4e\x4e\x52\x62\x72\x36\x8a\x76\x40\x00\x00\x00\xff\xff\x26\xbc\x29\x20\x78\x00\x00\x00") func _1694764094_add_original_to_networksUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1947,8 +1948,8 @@ func _1694764094_add_original_to_networksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1694764094_add_original_to_networks.up.sql", size: 121, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x6e, 0x72, 0xe1, 0xc8, 0x67, 0x33, 0x12, 0x6b, 0xfb, 0x8e, 0x35, 0x14, 0x3c, 0x69, 0xff, 0x2f, 0x99, 0x88, 0x12, 0xd7, 0x99, 0xea, 0xcb, 0x42, 0x92, 0x2, 0x6d, 0xc1, 0x7, 0x26, 0xb9}} + info := bindataFileInfo{name: "1694764094_add_original_to_networks.up.sql", size: 120, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0xa0, 0xef, 0x4e, 0xf3, 0x1, 0xd5, 0x61, 0xcb, 0x83, 0xd2, 0xdf, 0x6a, 0x69, 0xee, 0x36, 0x0, 0x13, 0x94, 0x57, 0xb2, 0xa, 0x12, 0x28, 0x5c, 0x5, 0x69, 0x1a, 0xfd, 0xa0, 0x31, 0x6c}} return a, nil } @@ -1967,12 +1968,12 @@ func _1695974515_add_is_sepolia_enabled_to_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1695974515_add_is_sepolia_enabled_to_settings.up.sql", size: 82, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} + info := bindataFileInfo{name: "1695974515_add_is_sepolia_enabled_to_settings.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0x95, 0xa7, 0xbb, 0x64, 0x91, 0x4e, 0x66, 0x9c, 0xbd, 0x96, 0xbb, 0x79, 0x3d, 0xc4, 0x2d, 0x3a, 0x36, 0xb5, 0x35, 0xdb, 0x53, 0x45, 0xf2, 0xf3, 0x61, 0xac, 0xe3, 0x38, 0xe6, 0x73, 0x54}} return a, nil } -var __1696259336_settings_add_url_unfurling_modeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\xca\x89\x2f\xcd\x4b\x2b\x2d\xca\xc9\xcc\x4b\x8f\xcf\xcd\x4f\x49\x55\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb4\xe6\xe5\xc2\x66\x56\x7c\x71\x65\x5e\x72\x7c\x72\x4e\x7e\x72\x36\x39\xc6\x1a\x58\x03\x02\x00\x00\xff\xff\x64\xba\x8c\x71\xa1\x00\x00\x00") +var __1696259336_settings_add_url_unfurling_modeUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\xca\x89\x2f\xcd\x4b\x2b\x2d\xca\xc9\xcc\x4b\x8f\xcf\xcd\x4f\x49\x55\xf0\xf4\x0b\x51\xf0\xf3\x0f\x51\xf0\x0b\xf5\xf1\x51\x70\x71\x75\x73\x0c\xf5\x09\x51\x30\xb4\xe6\xc2\x66\x54\x7c\x71\x65\x5e\x72\x7c\x72\x4e\x7e\x72\x36\x39\xa6\x1a\x58\x03\x02\x00\x00\xff\xff\xad\xc8\x55\x02\xa0\x00\x00\x00") func _1696259336_settings_add_url_unfurling_modeUpSqlBytes() ([]byte, error) { return bindataRead( @@ -1987,12 +1988,12 @@ func _1696259336_settings_add_url_unfurling_modeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1696259336_settings_add_url_unfurling_mode.up.sql", size: 161, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0x87, 0xac, 0x86, 0xb6, 0x36, 0xd0, 0xe2, 0xd1, 0x35, 0x48, 0xe8, 0x67, 0x70, 0xc4, 0x64, 0xb6, 0x33, 0xa5, 0xc3, 0xa8, 0x1f, 0x8c, 0x3f, 0x7c, 0xfc, 0x6d, 0xae, 0x51, 0xdd, 0x6f, 0xb2}} + info := bindataFileInfo{name: "1696259336_settings_add_url_unfurling_mode.up.sql", size: 160, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x62, 0xf4, 0x5, 0x31, 0x4e, 0x35, 0xb5, 0xcd, 0x1a, 0xad, 0xdc, 0xcb, 0x4, 0x94, 0x16, 0x67, 0xc4, 0x8d, 0x6f, 0x63, 0xa6, 0x8f, 0xbf, 0xa5, 0x6, 0xfd, 0xbe, 0xb1, 0x7c, 0xe8, 0xa7}} return a, nil } -var __1697123140_drop_include_watch_only_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\xe5\x02\x04\x00\x00\xff\xff\x3e\xd3\x7a\xb1\x3e\x00\x00\x00") +var __1697123140_drop_include_watch_only_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\x02\x04\x00\x00\xff\xff\xb4\xff\x34\xe0\x3d\x00\x00\x00") func _1697123140_drop_include_watch_only_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2007,12 +2008,12 @@ func _1697123140_drop_include_watch_only_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1697123140_drop_include_watch_only_accounts.up.sql", size: 62, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0xc9, 0xdd, 0xfb, 0x22, 0x6b, 0xf9, 0x4e, 0x77, 0x82, 0x3f, 0xec, 0x2d, 0xf3, 0x6a, 0xfe, 0x3b, 0x2a, 0x1f, 0x5, 0xd7, 0x8b, 0x3, 0xf5, 0x5d, 0x3d, 0x71, 0x5c, 0xc, 0x8b, 0xca, 0x5c}} + info := bindataFileInfo{name: "1697123140_drop_include_watch_only_accounts.up.sql", size: 61, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xc9, 0xc7, 0xaf, 0x7b, 0xe4, 0x83, 0x5, 0xe1, 0xde, 0x83, 0xd9, 0xdd, 0xbe, 0xb6, 0x1d, 0x24, 0x5c, 0x19, 0x88, 0xad, 0xc1, 0x5c, 0xd1, 0x26, 0x84, 0x61, 0xce, 0x3a, 0x74, 0x3c, 0x8c}} return a, nil } -var __1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\xe5\x02\x04\x00\x00\xff\xff\x39\xdf\xeb\x3b\x49\x00\x00\x00") +var __1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4e\x2d\x29\xc9\xcc\x4b\x2f\x8e\x2f\xae\xcc\x4b\x8e\x4f\xce\xc9\x4f\xce\x56\x70\x09\xf2\x0f\x50\x70\xf6\xf7\x09\xf5\xf5\x53\xc8\xcc\x4b\xce\x29\x4d\x49\x8d\x2f\x4f\x2c\x49\xce\x88\xcf\xcf\xcb\xa9\x8c\x4f\x4c\x4e\xce\x2f\xcd\x2b\xb1\xe6\x02\x04\x00\x00\xff\xff\xaf\x14\xf1\x14\x48\x00\x00\x00") func _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2027,12 +2028,12 @@ func _1697123233_drop_include_watch_only_account_to_settings_sync_clockUpSql() ( return nil, err } - info := bindataFileInfo{name: "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql", size: 73, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x33, 0x0, 0x7a, 0xe8, 0xf3, 0x8, 0x6a, 0xa1, 0x30, 0xc0, 0xc3, 0x55, 0xe3, 0x26, 0xb8, 0x99, 0x8, 0xe, 0xda, 0x75, 0x7e, 0x0, 0x38, 0x90, 0xcc, 0x1, 0xde, 0xf2, 0x7c, 0x11, 0x5a}} + info := bindataFileInfo{name: "1697123233_drop_include_watch_only_account_to_settings_sync_clock.up.sql", size: 72, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0xe9, 0x5b, 0xc9, 0xd2, 0x96, 0x18, 0x8e, 0x97, 0x13, 0x3b, 0x72, 0x2d, 0x8a, 0xa9, 0xa3, 0x32, 0x6, 0x17, 0xb, 0xd1, 0xd8, 0x44, 0x13, 0xde, 0xb6, 0xa3, 0xbf, 0xef, 0xf4, 0xf9, 0xff}} return a, nil } -var __1697623289_add_omit_transfers_history_scan_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x1d\x89\x3b\xfc\x7b\x30\xb9\xc4\x9d\x3e\x89\x04\xce\x1c\x55\xa8\x40\x06\x52\x29\xf6\xc2\xed\x79\x42\xd3\x3b\x4c\x16\x2a\x7c\x8f\xe8\xe3\xed\x90\x94\x70\x2d\xac\xb7\x8c\xe3\xdb\xa3\xc5\xdc\x86\xbf\xf6\xe9\xed\xd3\x3d\x8e\xf9\x6b\xfe\xdc\x06\x96\x52\xa8\x92\x91\x8b\x21\x57\x12\x49\x57\xa9\x34\xac\xc2\x87\x5e\xce\xa7\x7f\x00\x00\x00\xff\xff\x6e\x1a\xdf\x45\x5d\x00\x00\x00") +var __1697623289_add_omit_transfers_history_scan_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xfc\x7b\x30\xb9\xc4\x9d\x3e\x89\x04\xce\x1c\x55\xa8\x40\x06\x52\x29\xf6\xc2\xed\xfb\x84\xa6\x0f\x98\x2c\x54\xf8\x1e\xd1\xc7\xc7\x21\x29\xe1\x56\x58\xef\x19\xc7\xaf\x47\x8b\xb9\x0d\x7f\xef\xd3\xdb\xb7\x7b\x1c\xf3\xdf\xfc\xb5\x0d\x2c\xa5\x50\x25\x23\x17\x43\xae\x24\x92\xae\x52\x69\x58\x85\x4f\xbd\x5e\xce\x00\x00\x00\xff\xff\xa2\xfe\x48\x91\x5c\x00\x00\x00") func _1697623289_add_omit_transfers_history_scan_to_settingsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2047,12 +2048,12 @@ func _1697623289_add_omit_transfers_history_scan_to_settingsUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1697623289_add_omit_transfers_history_scan_to_settings.up.sql", size: 93, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x78, 0x4d, 0xe0, 0xab, 0x75, 0xc8, 0x84, 0xa2, 0x7b, 0xb7, 0x4e, 0xf6, 0xdf, 0xfa, 0x48, 0x78, 0xf3, 0x98, 0x74, 0x6b, 0x3e, 0xeb, 0xdd, 0xac, 0xad, 0x8a, 0x56, 0xa1, 0x7e, 0xd8, 0xbd}} + info := bindataFileInfo{name: "1697623289_add_omit_transfers_history_scan_to_settings.up.sql", size: 92, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xf, 0x2e, 0x73, 0x46, 0xee, 0x96, 0x1d, 0xa6, 0x75, 0xde, 0x46, 0x19, 0xbd, 0x13, 0x3f, 0x41, 0xf3, 0x6a, 0xb4, 0x93, 0x85, 0x8b, 0xed, 0x19, 0xa1, 0x4f, 0x91, 0xa1, 0x8, 0x88, 0xe2}} return a, nil } -var __1699577175_use_shardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\x4e\x8d\x2f\xce\x48\x2c\x4a\x89\x4f\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xc9\x2f\xc8\x4c\x56\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\xe5\x02\x04\x00\x00\xff\xff\x4a\x3e\x67\xe2\x55\x00\x00\x00") +var __1699577175_use_shardsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x4f\xcc\x2e\x2d\x33\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x28\x2d\x4e\x8d\x2f\xce\x48\x2c\x4a\x89\x4f\x49\x4d\x4b\x2c\xcd\x29\x89\x2f\xc9\x2f\xc8\x4c\x56\x70\xf2\xf7\xf7\x71\x75\xf4\x53\x70\x71\x75\x73\x0c\xf5\x09\x51\x48\x4b\xcc\x29\x4e\xb5\xe6\x02\x04\x00\x00\xff\xff\x46\xbb\x4a\x4e\x54\x00\x00\x00") func _1699577175_use_shardsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2067,12 +2068,12 @@ func _1699577175_use_shardsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1699577175_use_shards.up.sql", size: 85, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7b, 0x57, 0x34, 0x9, 0xa6, 0x41, 0xb2, 0x4e, 0x49, 0x11, 0x7f, 0x8e, 0xba, 0x1e, 0xf, 0x83, 0x1d, 0x57, 0x50, 0x45, 0xf9, 0x97, 0xad, 0xab, 0x1c, 0x95, 0x6, 0x9c, 0x31, 0xab, 0xcf, 0x8c}} + info := bindataFileInfo{name: "1699577175_use_shards.up.sql", size: 84, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0xc9, 0x51, 0x6d, 0x40, 0xb9, 0x96, 0xd2, 0xe3, 0xfc, 0xd8, 0xb1, 0xdf, 0xc7, 0x55, 0xf6, 0x63, 0xb4, 0xec, 0xc1, 0xe5, 0xb9, 0xcc, 0xa, 0xaa, 0xac, 0x49, 0x20, 0x7f, 0xdd, 0xa2, 0x71}} return a, nil } -var __1700741911_clusteridUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x29\x2d\x2e\x49\x2d\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x83\xcb\x64\xa6\x28\x78\xfa\x85\x28\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\xa8\x1b\xa8\x5b\xf3\x72\x01\x02\x00\x00\xff\xff\x73\x6b\xfc\x01\x4c\x00\x00\x00") +var __1700741911_clusteridUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x48\xce\x29\x2d\x2e\x49\x2d\x8a\x4f\xce\xcf\x4b\xcb\x4c\x57\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x83\xcb\x64\xa6\x28\x78\xfa\x85\x28\xf8\xf9\x87\x28\xf8\x85\xfa\xf8\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\xa8\x1b\xa8\x5b\x73\x01\x02\x00\x00\xff\xff\xce\x90\x14\xb6\x4b\x00\x00\x00") func _1700741911_clusteridUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2087,12 +2088,12 @@ func _1700741911_clusteridUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1700741911_clusterID.up.sql", size: 76, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0xe, 0x55, 0xac, 0xb0, 0xed, 0x65, 0xc2, 0x75, 0x37, 0xd0, 0xd2, 0xd2, 0xf5, 0x9, 0x9d, 0x25, 0x19, 0x30, 0x1f, 0x26, 0xb0, 0x31, 0x35, 0x32, 0x37, 0xbc, 0x1f, 0xe6, 0x9e, 0xbf, 0x1a}} + info := bindataFileInfo{name: "1700741911_clusterID.up.sql", size: 75, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x60, 0x13, 0x88, 0x61, 0x66, 0xe0, 0xf3, 0x38, 0x91, 0x1a, 0x91, 0xa7, 0x0, 0x7b, 0x32, 0x5e, 0x8, 0xa9, 0xb3, 0x76, 0x5, 0xeb, 0xf, 0x37, 0x85, 0xdf, 0x5c, 0xed, 0x34, 0x50, 0x9e}} return a, nil } -var __1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\xc2\x30\x10\x05\xd0\xbd\xe0\x1d\xfe\x3d\x5c\x4d\xcd\x74\xf5\x4d\x40\x93\x75\x18\xda\x82\x22\x24\xd2\xa9\x04\x6f\xef\x13\x66\xbd\x23\xcb\x44\xc5\x7b\xfb\x7d\xec\xb5\x7b\xb5\x65\xe9\xdf\x76\x38\x24\x04\x5c\x13\xcb\x2d\xc2\xd6\x75\xdf\xdc\xeb\x30\xaf\xad\x1f\xd5\x9f\x7d\x34\x4c\x29\x51\x25\x22\xa6\x8c\x58\x48\x04\x9d\xa5\x30\x63\x16\x3e\xf4\x72\x3e\xfd\x03\x00\x00\xff\xff\xf8\xdc\x0a\x12\x60\x00\x00\x00") +var __1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\xc2\x30\x10\x05\xd0\xbd\xa7\xf8\xf7\x70\x35\x35\xd3\xd5\x37\x01\x4d\xd6\x61\x68\x0b\x8a\x90\x48\xa7\x12\xbc\x7d\x9f\x30\xeb\x03\x59\x26\x2a\x3e\xdb\xff\x6b\xef\xdd\xab\x2d\x4b\xff\xb5\xc3\x21\x21\xe0\x96\x58\xee\x11\xb6\xae\xfb\xe6\x5e\x87\x79\x6d\xfd\xa8\xfe\xea\xa3\x61\x4a\x89\x2a\x11\x31\x65\xc4\x42\x22\xe8\x2c\x85\x19\xb3\xf0\xa9\xd7\xcb\x19\x00\x00\xff\xff\xd6\x4d\x3b\x2c\x5f\x00\x00\x00") func _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2107,12 +2108,12 @@ func _1701084316_add_wallet_was_not_shown_to_keypairs_accountsUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql", size: 96, mode: os.FileMode(0666), modTime: time.Unix(1703068375, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x8b, 0x68, 0x7b, 0xfd, 0x16, 0x0, 0xe2, 0x34, 0x7c, 0x8e, 0x5e, 0xfc, 0xd4, 0x3a, 0xf0, 0xb5, 0xfe, 0xa3, 0xef, 0x5c, 0xf2, 0xbe, 0xf2, 0xad, 0x36, 0x8c, 0xe1, 0xc9, 0x77, 0x12, 0x2d}} + info := bindataFileInfo{name: "1701084316_add_wallet_was_not_shown_to_keypairs_accounts.up.sql", size: 95, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0xe, 0x28, 0xdd, 0x95, 0xfb, 0xf4, 0xd2, 0xf4, 0xed, 0xd4, 0xdf, 0x14, 0xde, 0xa, 0x53, 0x60, 0x3, 0xa5, 0xbc, 0xd6, 0xdb, 0x7b, 0xd5, 0x62, 0x1c, 0xc3, 0xc6, 0xae, 0x8e, 0x4d, 0x85}} return a, nil } -var __1701084317_add_mnemonic_was_not_shown_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x1d\x89\x3b\xfc\x7b\x30\xb9\xc4\x9d\x3e\xb1\x04\xce\x1c\x21\x54\x41\x87\x3a\x83\x23\xf5\xfa\x3c\xa1\xeb\x13\x2e\x0b\x15\xb9\xcd\xb9\xc7\x37\x21\xa5\xe0\x6e\x6c\x8f\x8a\x23\xb6\x63\xc4\xfe\xe9\xe7\x3b\x7b\x8c\xd9\xf3\x37\xce\xc0\x62\x46\x95\x8a\x6a\x8e\xda\x48\x14\x5d\xa5\xd1\xb1\x0a\x5f\x7a\xbb\x5e\xfe\x01\x00\x00\xff\xff\x72\x0f\xbb\x61\x58\x00\x00\x00") +var __1701084317_add_mnemonic_was_not_shown_to_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\xc2\x30\x0c\x05\xd0\x9d\x53\xfc\x7b\x30\xb9\xc4\x9d\x3e\xb1\x04\xce\x1c\x21\x54\x41\x87\x3a\x83\x23\xf5\xfa\x7d\x42\xd7\x17\x5c\x16\x2a\x72\x9b\x73\x8f\x5f\x42\x4a\xc1\xc3\xd8\x9e\x15\x47\x6c\xc7\x88\xfd\xdb\xcf\x4f\xf6\x18\xb3\xe7\x7f\x9c\x81\xc5\x8c\x2a\x15\xd5\x1c\xb5\x91\x28\xba\x4a\xa3\x63\x15\xbe\xf5\x7e\xbb\x02\x00\x00\xff\xff\x51\x44\xfe\x41\x57\x00\x00\x00") func _1701084317_add_mnemonic_was_not_shown_to_settingsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2127,12 +2128,12 @@ func _1701084317_add_mnemonic_was_not_shown_to_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql", size: 88, mode: os.FileMode(0666), modTime: time.Unix(1703068375, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x54, 0x1e, 0xbb, 0x20, 0x6, 0x91, 0xc2, 0x3c, 0x33, 0x4f, 0x28, 0x3, 0x54, 0x84, 0xe2, 0x32, 0x8c, 0x4e, 0xce, 0xe5, 0x87, 0x68, 0xd9, 0xf5, 0x94, 0x3, 0x7, 0x6f, 0x4, 0x7b, 0xeb, 0xa8}} + info := bindataFileInfo{name: "1701084317_add_mnemonic_was_not_shown_to_settings.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xcd, 0xc9, 0x6b, 0x4, 0x7, 0xec, 0x71, 0x55, 0x7a, 0xce, 0x2f, 0xa4, 0xd3, 0xfb, 0x58, 0xcc, 0x5a, 0xa0, 0x19, 0xb1, 0x85, 0xb8, 0xa6, 0xcd, 0xcd, 0x5a, 0x5c, 0xa3, 0x39, 0xe5, 0x8e}} return a, nil } -var __1701444172_token_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xcf\x4b\xc3\x30\x14\xc7\xcf\x16\xfa\x3f\x3c\x72\xd9\x06\x13\xf4\xbc\x53\xb6\xbe\xc9\x30\x6b\x25\xa6\xe0\x4e\x61\xab\xcf\x1a\xda\x25\xa5\xc9\x94\xfe\xf7\x62\x94\x1e\x1c\xfe\x00\xaf\xc9\xe7\x7d\xdf\xfb\x7e\x56\x12\xb9\x42\x50\x7c\x29\x10\x58\x70\x0d\x59\xdd\xf5\xf4\x44\x3d\xd9\x8a\x3c\x83\x69\x9a\x5c\xb0\x86\x06\x06\x0a\x1f\x14\xe4\x85\x82\xbc\x14\x62\xfe\xfe\xdc\x39\x6f\x82\x71\x96\xc1\x26\x57\x78\x83\x72\xfc\x86\x0c\xd7\xbc\x14\x0a\x2e\xaf\x23\x59\xf7\xee\xd4\xe9\xbf\xf3\x2f\xc6\x9b\x43\x4b\x0c\x96\x45\x21\x90\xe7\xe7\xa0\x92\x25\x46\xb4\x72\xc7\xe3\xc9\x9a\x30\x68\xf3\xf8\xe5\xc8\x11\x9e\x4c\x22\x1a\xc8\x07\x4b\xe1\x87\xd4\x35\x17\xf7\x31\xf6\x4e\x6e\xb6\x5c\xee\xe0\x16\x77\xd3\x58\x7f\x3e\x4e\xcf\xd2\x64\xb6\x48\x93\x34\xe1\x42\xa1\xfc\x54\xe7\x29\x04\x63\x6b\x0f\x3c\xcb\x60\x55\x88\x72\x9b\xc3\xeb\xbe\x6d\x29\xe8\x33\xa9\xba\x7a\xde\xdb\x9a\x74\xd5\xba\xaa\xf9\x5e\xc5\xd5\xe2\x1f\x2b\x3e\x84\x1f\x06\x3d\xea\xf9\xa5\xf4\xe2\x2d\x00\x00\xff\xff\x65\x23\x07\xd0\x0a\x02\x00\x00") +var __1701444172_token_preferencesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3d\x4f\xc3\x30\x10\x86\xe7\xe6\x57\x9c\xbc\xb4\x95\x8a\x04\x73\x26\xb7\xb9\xa2\x0a\x37\x41\xc6\x91\xe8\x64\xb5\xe6\x08\x56\x52\x3b\x8a\x5d\x50\xfe\x3d\x0a\xa0\x0c\x54\x7c\xa8\xf3\x3d\xf7\xde\xbd\xcf\x4a\x22\x57\x08\x8a\x2f\x05\x02\x8b\xbe\x26\xa7\xdb\x8e\x9e\xa9\x23\x67\x28\x30\x98\x25\x13\x56\x53\xcf\x40\xe1\xa3\x82\xbc\x50\x90\x97\x42\x2c\x92\x09\x6b\x7d\xb0\xd1\x7a\xc7\x60\x93\x2b\xbc\x45\x39\x4e\x21\xc3\x35\x2f\x85\x82\xab\x9b\x01\xac\x3a\x7f\x6a\xf5\xbf\xf1\x57\x1b\xec\xa1\x21\x06\xcb\xa2\x10\xc8\xf3\x73\x4e\xc9\x12\x07\xd2\xf8\xe3\xf1\xe4\x6c\xec\xb5\x7d\xfa\xf6\xe0\xc8\x4e\xa7\x03\x19\x29\x44\x47\xf1\x97\xcc\x35\x17\x0f\x43\xe8\xbd\xdc\x6c\xb9\xdc\xc1\x1d\xee\x66\x1f\xc5\x17\xe3\xf2\x3c\x99\xa7\x49\xc2\x85\x42\xf9\x25\x2c\x50\x8c\xd6\x55\x01\x78\x96\xc1\xaa\x10\xe5\x36\x87\xb7\x7d\xd3\x50\xd4\x67\x2a\xb5\x79\xd9\xbb\x8a\xb4\x69\xbc\xa9\x7f\x76\x70\x9d\x5e\x7e\xe1\x53\xf4\xa1\xd7\xa3\x98\x3f\xfa\xa6\xef\x01\x00\x00\xff\xff\xcf\xac\xeb\x1e\xff\x01\x00\x00") func _1701444172_token_preferencesUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2147,12 +2148,12 @@ func _1701444172_token_preferencesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1701444172_token_preferences.up.sql", size: 522, mode: os.FileMode(0666), modTime: time.Unix(1704281265, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xbd, 0xca, 0xe1, 0x81, 0x12, 0xaf, 0xf4, 0xf2, 0x83, 0x49, 0x30, 0x9, 0x3b, 0x46, 0xcb, 0x38, 0xa9, 0x9f, 0x25, 0xeb, 0x3f, 0xd5, 0x91, 0x26, 0x78, 0x56, 0x4d, 0x6a, 0xb9, 0x70, 0xb5}} + info := bindataFileInfo{name: "1701444172_token_preferences.up.sql", size: 511, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xe, 0x76, 0xb9, 0x1d, 0xd4, 0xf0, 0xa, 0x12, 0xd3, 0x3, 0x42, 0x1, 0x4, 0x25, 0x93, 0xab, 0xb8, 0x30, 0xff, 0x12, 0x91, 0x1e, 0xc1, 0x1a, 0x7a, 0xf8, 0xc5, 0xbc, 0x3e, 0x29, 0x5a}} return a, nil } -var __1701961850_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x94\x4d\x8f\xaa\x48\x18\x85\xf7\x26\xfe\x87\x0a\xab\xee\x44\x6c\x51\x5b\xec\xee\x98\x0c\x4a\x89\x22\x02\x42\x59\x7e\x6c\x08\x42\xa9\x20\x1f\x4a\x15\xd0\xf4\xaf\x9f\x68\x7a\x66\x34\x99\xe4\x6e\xee\xbd\xc9\xdd\x90\x50\x75\xce\x79\xcf\xb3\x78\x6b\x69\xca\x12\x82\x80\x12\xc6\x82\xe4\x40\x81\x0d\x11\xd8\x47\x84\x30\x30\x00\x1c\x3d\xba\x99\x4f\x9b\x8c\x50\xc6\x81\xd5\x04\x5a\xf0\xbf\x3b\x0e\x18\xd6\xf7\xdf\xd4\x06\xfa\x52\xd3\x3e\xea\xb5\x7a\xed\x3b\x2f\x49\x7d\xe2\x78\x69\xb2\x0f\x0e\xb7\xc8\x8c\x24\x3e\xf9\x2a\xd2\x9c\x82\x01\xd8\xbb\x11\x25\xf7\xea\xd2\x3d\xe5\x45\xfb\x5e\x9f\x53\xe2\xdc\xa6\x3b\x3e\xd9\xbb\x79\xc4\x1c\x96\x9e\x03\x0f\x0c\x00\xcb\xf2\x07\xaf\x17\xe5\x94\x91\xec\xde\xfc\xbf\xfd\x3f\xea\x35\x19\x6a\x10\x41\x30\xb6\x8c\xf9\xbf\xb6\x6b\x51\xfa\x83\xbc\x7f\x8e\x02\x1f\x0c\x80\xd0\xbb\xa9\xa7\xba\x0d\x2d\x04\xa6\x3a\x32\x1e\xb3\x9e\xae\xdf\x06\x60\xd5\x99\x34\x00\xad\x12\x76\x24\x2c\xf0\x9c\xc0\x7f\xae\xd7\xb0\xa4\x2d\xa1\x0d\x9e\x38\x92\x64\xef\xbc\x1e\x74\x17\x92\xc2\x1b\x62\x56\xa9\x8b\x83\x60\xf2\x23\xb9\x84\x62\x32\x4c\xed\x4f\xfe\x6c\x7b\x5b\x6a\x59\x97\x1e\x2b\x86\xe3\x16\xb3\xe8\x48\x19\xb3\x1d\x6d\xbb\x07\x61\x77\xa1\x85\xa8\x9c\x91\xec\xb4\x33\x54\x94\x53\x24\x9a\xd4\xc0\xba\xe2\x54\x6c\xbc\xf5\xf7\x25\xea\x78\xc3\x43\x1c\x9d\x0e\xc9\xa6\x75\x88\xa3\xf2\x38\xf3\x43\x58\xf1\xb3\xdd\x1a\x53\x5f\x89\xb8\x06\xe7\x07\xd4\xc3\xaf\xbb\x34\x65\x5c\x83\x0b\x7c\xee\xf9\x67\x11\x19\xb3\xee\x62\x3c\xe1\x0b\x13\xc7\x74\x16\x46\xd0\xef\x84\xa1\xdd\x3f\x92\x60\xd7\x6d\xcb\xc6\xeb\x56\xd1\xf1\x72\x33\xe7\xa3\x9d\x7a\x32\xb5\xf6\xc2\x36\x5b\x1b\xd2\xc7\x5b\xcc\xaf\x2a\x6f\x7d\xea\x87\x38\x2c\xde\x34\x6f\x71\xce\xcb\xc8\x1d\xaa\x9d\x4f\x5d\x60\xcc\x9c\x57\x2d\xb1\x7c\x24\x92\x42\x77\xdc\xaa\x7e\x1b\xd1\x2a\x1a\xb6\x3d\x8a\x83\xae\x7e\xa4\x5f\x39\x8e\xbf\x8c\x95\x2f\x5c\x84\x79\x5a\x09\xf2\x18\xc5\x17\x61\xc8\xba\x8e\xb4\x9a\x1d\xc5\x25\x4f\x46\xd6\x04\x85\x9d\xf8\x0d\x19\xb1\xfb\xda\x91\xb5\xb5\xde\x11\xfa\x9e\x2d\x6a\xee\xd9\x3b\x4e\x5b\xc2\xf6\x33\x81\xa5\xb6\x86\x8f\x44\xa3\xd9\x44\xc6\xe4\xd7\x13\xb1\x8c\x90\xf7\x97\x17\x69\x6e\xa8\x78\xbb\xee\xe2\x1e\x5c\x9b\xa2\x8e\x54\x73\x2e\x6d\xd4\x8d\x8d\xda\x0b\xb3\x27\xa9\xeb\xcd\x4a\xec\x4d\x97\x3d\xac\xa8\xb6\xb8\xc4\xb6\x2e\x6f\xb6\x4a\xf7\xaf\x6b\x9b\xdb\x32\x35\xbf\x17\xeb\x36\xba\x49\x99\xcb\x72\xda\x0c\xe2\x3f\xb7\xf6\xf5\x01\xba\x2f\xfc\x77\x00\x00\x00\xff\xff\xcd\xbb\x75\xbc\x16\x05\x00\x00") +var __1701961850_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x94\x5f\x6f\xa2\x40\x14\xc5\xdf\xfd\x14\x13\x9e\xda\x44\xac\xa8\x15\xdb\xc6\x64\x51\x46\x14\x11\x10\xc6\xf1\xcf\x0b\x41\x18\x05\xe4\x8f\x32\x03\x94\x7e\xfa\x8d\xa6\xbb\x6d\x93\xcd\x3e\xed\x6e\xb2\x2f\x93\xcc\xcc\x3d\xe7\x9e\xdf\xc3\xbd\x2b\x53\x96\x10\x04\x94\x30\x16\xa6\x47\x0a\x6c\x88\xc0\x21\x26\x84\x81\x21\xe0\x68\xe0\xe6\x3e\x6d\x31\x42\x19\x07\xd6\x53\x68\xc1\x8f\x3f\x0e\x18\xd6\xfb\x6d\x66\x03\x7d\xa5\x69\x2f\x8d\xc6\xbb\x5b\x9a\xf9\xc4\xf1\xb2\xf4\x10\x1e\x6f\x86\x39\x49\x7d\xf2\x56\x66\x05\x05\x43\x70\x70\x63\x4a\x3e\x6a\x2b\xf7\x54\x94\x9d\xcf\xd5\x05\x25\xce\xad\xb3\xe3\x93\x83\x5b\xc4\xcc\x61\xd9\x39\xf4\xc0\x10\xb0\xbc\xf8\xa4\xf4\xe2\x82\x32\x92\x7f\x96\xfe\x32\xf9\x4b\x43\x86\x1a\x44\x10\x4c\x2c\x63\xf1\x53\x75\xcd\x48\x7f\x6b\xf6\xe3\x29\xf4\xc1\x10\x08\xfd\x97\x46\x63\xa6\xdb\xd0\x42\x60\xa6\x23\xe3\xab\xcf\xdd\xf5\x6c\x02\x56\x9f\x49\x13\xd0\x3a\x65\x01\x61\xa1\xe7\x84\xfe\x7d\x03\x4b\xda\x0a\xda\xe0\x8e\x23\x69\xfe\xcc\xeb\x61\x6f\x29\x29\xbc\x21\xe6\xb5\xba\x3c\x0a\x26\x3f\x96\x2b\x28\xa6\xa3\xcc\x7e\xe5\xcf\xb6\xb7\xa3\x96\x75\xe9\xb3\x72\x34\x69\x33\x8b\x8e\x95\x09\xdb\xd3\x8e\x7b\x14\xf6\x17\x5a\x8a\xca\x19\xc9\x4e\x27\x47\x65\x35\x43\xa2\x49\x0d\xac\x2b\x4e\xcd\x26\x3b\xff\x50\xa1\xae\x37\x3a\x26\xf1\xe9\x98\x6e\xdb\xc7\x24\xae\x82\xb9\x1f\xc1\x9a\x9f\xef\x37\x98\xfa\x4a\xcc\x35\x39\x3f\xa4\x1e\x7e\xdc\x67\x19\xe3\x9a\x5c\xe8\x73\xf7\x7f\x04\xc7\x98\xf7\x96\x93\x29\x5f\x9a\x38\xa1\xf3\x28\x86\x7e\x37\x8a\xec\x41\x40\xc2\x7d\xaf\x23\x1b\x8f\x3b\x45\xc7\xab\xed\x82\x8f\xf7\xea\xc9\xd4\x3a\x4b\xdb\x6c\x6f\xc9\x00\xef\x30\xbf\xae\xbd\xcd\x69\x10\xe1\xa8\x7c\xd2\xbc\xe5\xb9\xa8\x62\x77\xa4\x76\x5f\x75\x81\x31\x73\x51\xb7\xc5\xea\x2b\x8e\x14\xb9\x93\x76\xfd\x6f\x70\xd6\xf1\xa8\xe3\x51\x1c\xf6\xf4\x80\xbe\x15\x38\x79\x33\xd6\xbe\x70\x11\x16\x59\x2d\xc8\x13\x94\x5c\x84\x11\xeb\x39\xd2\x7a\x1e\x88\x2b\x9e\x8c\xad\x29\x8a\xba\xc9\x13\x32\x12\xf7\xb1\x2b\x6b\x1b\xbd\x2b\x0c\x3c\x5b\xd4\xdc\xb3\x17\xcc\xda\xc2\xee\x35\x85\x95\xb6\x81\x5f\x71\xc6\xf3\xa9\x8c\xc9\x5f\xc6\x61\x39\x21\xcf\x0f\x0f\xd2\xc2\x50\xf1\x6e\xd3\xc3\x7d\xb8\x31\x45\x1d\xa9\xe6\x42\xda\xaa\x5b\x1b\x75\x96\x66\x5f\x52\x37\xdb\xb5\xd8\x9f\xad\xfa\x58\x51\x6d\x71\x85\x6d\x5d\xde\xee\x94\xde\xb7\x6b\x94\xdb\xf4\xb4\xde\x27\xe9\xd6\xb9\x45\x99\xcb\x0a\xda\x0a\x93\xff\x34\xf3\x75\xd9\x7c\xa4\xfd\x1e\x00\x00\xff\xff\x92\xee\x09\x48\xfc\x04\x00\x00") func _1701961850_shards_testUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2167,12 +2168,12 @@ func _1701961850_shards_testUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1701961850_shards_test.up.sql", size: 1302, mode: os.FileMode(0666), modTime: time.Unix(1703068375, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0x86, 0x7, 0x2f, 0xd3, 0xe3, 0x86, 0x1d, 0x61, 0xad, 0x51, 0x74, 0xc6, 0xfb, 0x3b, 0x35, 0x9, 0xeb, 0x24, 0x13, 0x65, 0xcc, 0x16, 0x19, 0xfc, 0x69, 0x29, 0xd5, 0xf1, 0xa4, 0x2f, 0xbe}} + info := bindataFileInfo{name: "1701961850_shards_test.up.sql", size: 1276, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0x86, 0x27, 0x90, 0xff, 0x69, 0x70, 0xe4, 0xe3, 0x38, 0x57, 0x4b, 0x47, 0x33, 0xfb, 0xcd, 0xe2, 0xc9, 0x87, 0xd9, 0x6c, 0x92, 0xc3, 0x90, 0xf1, 0x4c, 0x41, 0xdc, 0x39, 0x16, 0x2a, 0x69}} return a, nil } -var __1702395750_fix_enr_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xd1\xcb\x8e\xaa\x48\x00\xc6\xf1\x7d\x27\xfd\x0e\xc6\xd5\x39\x49\x9b\x70\xb5\x71\x26\xb3\x28\xb9\x16\x42\x21\xc8\xad\xd8\x18\xa0\x10\x90\x9b\x0a\x88\xf0\xf4\x93\xd3\xab\xe9\xd5\x24\x93\x33\x9b\xff\xee\xdb\x7c\x3f\x49\x36\x64\x57\x5e\x29\x8e\x65\xae\xd2\x7a\xec\x87\xec\x71\x6e\x3b\x92\xf5\xab\x40\x93\x1d\x79\x35\xcc\xb7\x6c\xf5\xd7\x6a\x4d\xca\x3e\xf5\xf9\xa4\xeb\x86\xf5\x9f\xef\x6f\xef\x6f\x10\x9d\x64\xc7\x5d\x41\xe4\x5a\xdf\x77\x3f\x7e\xf5\xe3\x6b\xf7\xb1\xea\xe7\x76\x28\xb2\xa1\x4c\xcf\x25\xf9\xf9\xfe\xe6\x03\xc3\x93\x4f\xab\x1f\xeb\xac\x7d\xfc\xb1\x41\x33\x67\x43\x95\x68\x8f\x07\x6b\xdb\xe2\xac\x2e\x8f\x8e\x6a\xea\x4c\x8f\x03\x52\x60\xc8\x39\x7a\x54\x4a\xaf\xb3\x7b\xa1\xdc\xf6\x64\x21\x16\xdd\xf4\x23\x55\x7f\xba\x15\xfb\xba\x64\xfa\x5d\x15\x2b\x98\xc9\xb6\x47\x7b\x69\x35\x89\xdb\x66\x1c\x13\x91\x1b\xf2\xbd\xa0\x44\x78\x9f\x37\x75\x95\xb7\x98\xca\x9b\x7a\x2a\x0e\xe4\x2a\xcf\x9b\x43\x12\xfa\x3d\x51\xeb\x22\x52\x9d\x39\xdd\x0a\xc0\x70\x71\x87\x9b\xdd\x93\x88\xd4\x64\x9e\xf8\x2a\x99\xe9\x22\x09\xcd\xc5\x68\x51\x87\x43\xbd\x4a\x67\x9e\x8a\x42\x44\x19\x2d\xa2\x70\xe8\xd0\x29\x53\x0f\x46\xc3\xd7\x04\x44\x4c\xc8\xe9\x73\xca\xf5\x40\x06\x36\x80\x60\x0f\xbe\x02\xeb\x25\x0a\xd0\x64\x5e\x3d\x26\x5e\xd4\x02\x0c\x5b\x2a\x71\x3c\xb9\xd3\xd0\x68\xd4\x6d\x6f\xd2\x4c\xef\x31\x47\x68\x4f\xfb\xe9\x62\x40\x5d\x88\xcf\xd1\x51\xc6\xcc\xc6\x69\xab\x9c\x75\xae\x29\xd4\x99\x90\x43\x74\xa4\x89\x22\x9c\x4b\x85\x30\xca\x83\xb8\x10\xad\x3f\xfe\x79\xfe\xc7\xba\x24\xeb\x9f\xbf\x8b\xc0\x8a\x39\xdb\x78\x9d\xe7\xd7\x31\x08\x6f\x40\x08\x76\xae\x5e\x69\x49\x72\xdd\x16\x59\xba\x75\x0e\x41\x1e\x56\xdd\xa7\xf2\x62\x0b\x98\x1e\x89\xe0\x79\x61\x5b\x68\xec\xe9\xb8\xcd\x68\xfd\x4a\x37\x87\x7d\x3e\x05\xcd\x81\x23\xdb\x30\xb1\x2a\x9b\xca\xac\x62\xc7\x4e\xc2\x2b\xa5\xcc\xee\x3b\x81\x78\xd0\x24\x3f\xfb\x4e\xf0\x99\x73\x40\xc2\x8c\x19\xe8\xcf\x84\xb5\x07\x53\x92\xc7\x88\x31\x07\x12\x9a\x03\x66\xfc\x91\x68\x7a\x91\x48\xf2\x80\x4f\xfc\x12\xab\xca\x1c\x69\xe6\x48\x54\x7f\x21\x22\xbf\x10\x55\xa1\x48\x88\x6e\xc9\x89\x1f\xa3\xd0\x56\x49\xbd\x11\xd3\xd6\x32\xc0\x1e\xc8\x40\x04\xc0\xfe\x8a\xa8\xa7\x8c\x7f\x4d\x25\x48\xa3\xa6\x7f\x75\xb6\xa1\x5a\x77\x80\x24\x27\xd1\x15\xb8\x3d\xf8\x85\x7b\xc1\xa6\xd4\xb8\xbb\x94\xf1\xac\xc3\x92\x25\xbe\x4f\x67\xf6\x83\x95\x97\xbb\xcd\x21\x0a\xb3\xa2\x48\xea\x8d\x44\x02\x67\xca\x4b\xb3\x2b\x42\x52\xc4\xac\x37\x4b\xf6\xff\x0d\x82\xca\x67\xef\x61\x09\x26\xd3\xfd\x12\x35\x8a\x52\x6e\x04\x66\x6c\x20\x7f\x8b\x2f\xc5\x05\x95\xf7\xea\xda\x5d\x35\x9a\xe2\x94\x27\x82\x45\x75\x84\x56\x8d\x77\x97\x46\x50\xb7\x1c\x1b\x59\xf7\x67\x3e\x15\x90\x3f\x85\xfc\x98\x66\x95\xae\x54\x5d\x9d\x08\x41\xf5\x69\x7f\x07\x01\xd7\x58\xa1\xe6\x7f\x05\xc1\xc1\x2f\x0c\x6e\x88\xd5\xdd\x18\x31\xc3\x33\x69\xd2\x01\xcf\xbf\x0b\xc4\x3c\xf7\xfa\xa0\xba\x7c\xde\xb5\x80\xf3\xbc\xa5\x68\x19\xf2\x69\xd8\x78\xb7\x0c\x58\xa8\x3b\x03\xc4\xa7\x8a\xd6\x0e\xfe\x63\xc4\xf0\x3f\x81\xfc\x1d\x00\x00\xff\xff\x2f\x88\xaa\x91\xdd\x04\x00\x00") +var __1702395750_fix_enr_shards_testUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xd1\xbb\xae\xaa\x58\x00\xc6\xf1\x7e\x3f\x85\xb1\x3a\x27\xd9\x26\x5c\x15\x67\x32\xc5\x92\xeb\x42\x58\x08\x72\x5b\x34\x06\x58\x08\xc8\x4d\x05\x44\x78\xfa\xc9\xd9\xd5\xec\x6a\x92\xc9\x99\xe6\xeb\xbe\xe6\xff\x93\x64\x43\x76\xe5\x95\xe2\x58\xe6\x2a\xad\xc7\x7e\xc8\x9e\x97\xb6\x23\x59\xbf\x0a\x34\xd9\x91\x57\xc3\x7c\xcf\x56\x7f\xad\xd6\xa4\xec\x53\x9f\x4f\xba\x6e\x58\xff\xf9\xf1\x01\xd1\x59\x76\xdc\x15\x44\xae\xf5\xfd\xf5\xe3\xd7\x7e\x7e\xbd\x3e\x57\xfd\xdc\x0e\x45\x36\x94\xe9\xa5\x24\x3f\x3f\x7c\x60\x78\xf2\x79\xf5\x63\x9d\xb5\xcf\x3f\x36\x68\xe6\x6c\xa8\x12\xed\xf9\x64\x6d\x5b\x9c\xd5\xe5\xd9\x51\x4d\x9d\xe9\x71\x40\x0a\x0c\x39\x47\x8f\x4a\xe9\x7d\x71\xaf\x94\xdb\x9e\x2d\xc4\xa2\xbb\x7e\xa2\xea\x9d\x5b\xb1\xef\x6b\xa6\x3f\x54\xb1\x82\x99\x6c\x7b\xb4\x97\x56\x93\xb8\x6d\xc6\x31\x11\xb9\x21\x3f\x08\x4a\x84\x0f\x79\x53\x57\x79\x8b\xa9\xbc\xa9\xa7\xe2\x48\x6e\xf2\xbc\x39\x26\xa1\xdf\x13\xb5\x2e\x22\xd5\x99\xd3\xad\x00\x0c\x17\x77\xb8\xd9\xbf\x88\x48\x4d\xe6\x99\xaf\x92\x99\x2e\x92\xd0\x5c\x8c\x16\x75\x38\xd4\xab\x74\xe6\xa9\x28\x44\x94\xd1\x22\x0a\x87\x0e\x9d\x32\xf5\x60\x34\x7c\x4d\x40\xc4\x84\x9c\x3e\xa7\x5c\x0f\x64\x60\x03\x08\x0e\xe0\x6b\x60\xbd\x44\x01\x9a\xcc\x9b\xc7\xc4\x8b\x5a\x80\x61\x4b\x25\x8e\x27\x77\x1a\x1a\x8d\xba\xed\x4d\x9a\xe9\x3d\xe6\x04\xed\xe9\x30\x5d\x0d\xa8\x0b\xf1\x25\x3a\xc9\x98\xd9\x38\x6d\x95\xb3\xce\x2d\x85\x3a\x13\x72\x88\x8e\x34\x51\x84\x73\xa9\x10\x46\x79\x12\x17\xa2\xf5\xe7\x3f\xcb\x7f\xae\x4b\xb2\xfe\xf9\x5b\xfa\x5b\x31\x67\x1b\xef\xcb\xfc\x3e\x05\xe1\x1d\x08\xc1\xde\xd5\x2b\x2d\x49\x6e\xdb\x22\x4b\xb7\xce\x31\xc8\xc3\xaa\xdb\x29\x6f\xb6\x80\xe9\x89\x08\x9e\x17\xb6\x85\xc6\x9e\x4f\xdb\x8c\xd6\x6f\x74\x73\x3c\xe4\x53\xd0\x1c\x39\xb2\x0d\x13\xab\xb2\xa9\xcc\x2a\xf6\xec\x24\xbc\x53\xca\xec\xbe\xf7\x17\x8f\x9a\xe4\x67\xdf\xfb\xef\x72\x0e\x48\x98\x31\x03\xfd\x95\xb0\xf6\x60\x4a\xf2\x18\x31\xe6\x40\x42\x73\xc0\x8c\x3f\x12\x4d\x2f\x12\x49\x1e\xf0\x99\x5f\x62\x55\x99\x23\xcd\x1c\x89\xea\x2f\x44\xe4\x17\xa2\x2a\x14\x09\xd1\x3d\x39\xf3\x63\x14\xda\x2a\xa9\x37\x62\xda\x5a\x06\x38\x00\x19\x88\x00\xd8\x5f\x23\xea\x29\xe3\xdf\x52\x09\xd2\xa8\xe9\xdf\x9d\x6d\xa8\xd6\x03\x20\xc9\x49\x74\x05\x6e\x8f\x7e\xe1\x5e\xb1\x29\x35\xee\x3e\x65\x3c\xeb\xb8\x64\x89\xef\xd3\x99\xfd\x64\xe5\xe5\x61\x73\x88\xc2\xac\x28\x92\x7a\x23\x91\xc0\x99\xf2\xd2\xec\x8a\x90\x14\x31\xeb\xcd\x92\xfd\xbf\x6a\xa0\xf2\xd5\x7b\x58\x82\xc9\xf4\xb8\x46\x8d\xa2\x94\x1b\x81\x19\x1b\xc8\xdf\xe3\x6b\x71\x45\xe5\xa3\xba\x75\x37\x8d\xa6\x38\xe5\x85\x60\x51\x9d\xa0\x55\xe3\xfd\xb5\x11\xd4\x2d\xc7\x46\xd6\xe3\x95\x4f\x05\xe4\xcf\x21\x3f\xa6\x59\xa5\x2b\x55\x57\x27\x42\x50\xed\xec\xef\x1a\xe0\x16\x2b\xd4\xfc\xaf\x1a\x38\xf8\x25\xc1\x0d\xb1\xba\x1f\x23\x66\x78\x25\x4d\x3a\xe0\xf9\x77\x69\x98\x97\x5e\x1f\x54\x97\xcf\xbb\x16\x70\x9e\xb7\x14\x2d\x43\x76\x86\x8d\xf7\xcb\x80\x85\xba\x33\x40\x7c\xae\x68\xed\xe8\x3f\x47\x0c\xff\x83\xc6\xdf\x01\x00\x00\xff\xff\x47\xca\xf8\xab\xd2\x04\x00\x00") func _1702395750_fix_enr_shards_testUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2187,12 +2188,12 @@ func _1702395750_fix_enr_shards_testUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1702395750_fix_enr_shards_test.up.sql", size: 1245, mode: os.FileMode(0666), modTime: time.Unix(1703068375, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0x22, 0xd2, 0xb3, 0x8a, 0x73, 0x2e, 0xe7, 0xf4, 0xda, 0xb3, 0xc0, 0x61, 0xc8, 0xb5, 0xf8, 0x8d, 0x49, 0x21, 0x44, 0xb8, 0x1c, 0x8e, 0xd9, 0x25, 0xa1, 0x87, 0xbf, 0xf6, 0xed, 0x4e, 0xf4}} + info := bindataFileInfo{name: "1702395750_fix_enr_shards_test.up.sql", size: 1234, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x99, 0xd8, 0xc9, 0xe0, 0xf0, 0xe1, 0xf1, 0x77, 0xf, 0x5f, 0x97, 0xfc, 0x54, 0xd4, 0x8d, 0xc1, 0xa4, 0xbb, 0x4f, 0x5c, 0x50, 0x5d, 0xef, 0xb2, 0xa3, 0xc1, 0x13, 0x2, 0xbd, 0x9, 0x30}} return a, nil } -var __1702999401_add_dns_discovery_urlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x41\x6b\x83\x30\x1c\xc5\xef\x82\xdf\xe1\x4f\x60\xb4\x05\xb1\x30\x3a\x85\x95\xc1\x04\xb3\xce\x4c\xa3\x33\x31\xd5\x5e\x4a\x67\x02\x0d\x6c\x3a\xcc\xbf\x87\x7e\xfb\x61\x4f\xdb\x69\x97\x77\x78\x3c\xde\xef\xbd\x94\xe6\x54\x52\x78\xa9\xcb\x02\xfa\xcf\x8b\x43\x33\x1d\x87\x51\x1b\x07\xfb\x57\x5a\x53\xc0\xeb\xb7\x81\x27\x20\xda\xba\x5e\x3d\x7c\x8c\x23\x12\x48\x78\x0a\x73\x06\xf2\xec\x8d\xc2\xe2\xee\x79\xb6\x43\x34\x0e\x43\x77\x3e\x4d\xda\x85\xb7\x86\xd0\xe1\x09\x2f\x2e\xb4\x5f\x8b\xad\xef\xf9\x5e\xc6\x05\xad\x25\x64\x5c\x96\x7f\x51\xcb\x59\x83\x1b\x2a\x00\x77\x1d\xf0\x6c\xd0\xf6\x47\xab\x57\xbe\xa7\x92\xbc\xa1\x02\x96\xc4\x0c\x13\x4e\xc6\x3c\xae\xd7\x49\x51\x32\x75\x68\x37\x2a\xa2\x6d\x15\x73\xc9\xaa\x22\xe9\x58\x27\xe4\xfd\x7b\x15\x25\xac\xed\xf6\x71\x94\x35\x91\xda\x31\x11\x37\x4a\xf0\xb4\x3b\xec\x36\xff\x6e\x24\xc1\xef\x8f\x01\xb1\x9a\xac\xb6\xbe\xf7\x13\x00\x00\xff\xff\xab\x31\x74\x12\x20\x01\x00\x00") +var __1702999401_add_dns_discovery_urlUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x41\x6b\x83\x30\x1c\xc5\xef\x7e\x8a\x3f\x81\xd1\x16\xc4\xc2\xe8\x14\x56\x06\x0b\x98\x75\x66\x1a\x9d\x89\xa9\xf6\x52\x3a\x13\x68\x60\xd3\x61\xfe\x3d\xf4\xdb\x0f\x7b\xda\x4e\xbb\xbc\xc3\xe3\xf1\x7e\xef\xa5\x2c\x67\x8a\xc1\x4b\x5d\x16\xd0\x7f\x5e\x3c\xda\xe9\x38\x8c\xc6\x7a\xd8\xbf\xb2\x9a\x01\x5e\xbf\x2d\x3c\x01\x31\xce\xf7\xfa\xe1\x63\x1c\x91\x00\x15\x29\xcc\x19\xc8\xb3\x37\x06\x8b\xbb\xe7\xd9\x8e\xd0\x7a\x8c\xfc\xf9\x34\x19\x1f\xdd\x1a\x22\x8f\x27\xbc\xf8\xc8\x7d\x2d\xb6\x41\x90\x09\xc9\x6a\x05\x99\x50\xe5\x5f\xd0\x72\xd6\xf0\x06\x0a\xc1\x5f\x07\x3c\x5b\x74\xfd\xd1\x99\x55\xa0\x69\xde\x30\x09\x4b\x62\x87\x09\x27\x6b\x1f\xd7\x6b\x5a\x94\x5c\x1f\xda\x8d\x8e\x59\x5b\x25\x42\xf1\xaa\xa0\x1d\xef\xa4\xba\x7f\xaf\x62\xca\xdb\x6e\x9f\xc4\x59\x13\xeb\x1d\x97\x49\xa3\xa5\x48\xbb\xc3\x6e\xf3\xef\x40\x12\xfe\x3e\x18\x12\x67\xc8\x6a\x1b\xfc\x04\x00\x00\xff\xff\xdc\x40\x6b\xc7\x1c\x01\x00\x00") func _1702999401_add_dns_discovery_urlUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2207,12 +2208,12 @@ func _1702999401_add_dns_discovery_urlUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1702999401_add_dns_discovery_url.up.sql", size: 288, mode: os.FileMode(0666), modTime: time.Unix(1703159981, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xf1, 0x30, 0x9f, 0x26, 0xfa, 0x83, 0x98, 0x84, 0x5d, 0xa5, 0x7f, 0xd4, 0xe1, 0x47, 0xc1, 0x34, 0x51, 0xea, 0xbe, 0x58, 0x60, 0x5f, 0x9d, 0x81, 0xb5, 0xee, 0x92, 0x9a, 0x94, 0xf6, 0x37}} + info := bindataFileInfo{name: "1702999401_add_dns_discovery_url.up.sql", size: 284, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xec, 0x31, 0xf8, 0x99, 0xf5, 0xe2, 0xd1, 0xae, 0x95, 0x13, 0xbf, 0x73, 0x84, 0xd3, 0xd1, 0x90, 0x25, 0x9b, 0x3d, 0x9e, 0xd7, 0x55, 0x2, 0x7a, 0x61, 0x68, 0x6f, 0xca, 0x1e, 0x9d, 0x8f, 0x42}} return a, nil } -var __1704281285_tokens_advanced_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd1\xc1\x6a\xc2\x40\x10\xc6\xf1\xbb\xe0\x3b\xcc\x0b\x28\x7a\x2c\x9e\xd6\x66\x95\xc0\x76\x03\x71\x73\x5e\xd6\xcd\x68\x82\x93\x5d\xc9\x6c\x0c\xbe\x7d\x29\x78\x28\xd8\x86\x1e\xda\xce\x0b\xfc\x3e\xe6\x2f\x94\x91\x25\x18\xb1\x55\x12\x18\x53\x6a\xc3\x99\x41\x64\x19\xbc\x16\xaa\x7a\xd3\x30\x3a\x22\x4c\x96\x9b\x38\x5a\x1f\xbb\x6e\x08\x6d\xba\x5b\xc7\x8c\xc9\x8e\x0d\x06\xcb\x18\xea\x36\x9c\x6d\x8a\x17\x0c\x0c\xb9\x36\x72\x2f\x4b\xd0\x85\x01\x5d\x29\x05\x99\xdc\x89\x4a\x19\x30\x65\x25\x37\xf3\xd9\x0f\xbd\xba\xe5\x2b\xb9\x07\xc4\xf6\x88\x14\x47\x7b\x74\xe4\x82\x47\xd8\x16\x85\x92\x42\x3f\x1b\x3b\xa1\x0e\x1f\xc8\x62\x01\x2f\x70\x25\xe7\x91\xa1\x47\xc6\xfe\x86\x35\x9c\x62\x0f\x35\xfa\xb6\x73\xc4\x4b\xc8\xf0\xe4\x06\x4a\x70\x73\x34\x20\xa4\xde\x05\x26\x97\x90\x21\x45\x58\x2d\xd7\xbf\x32\xd4\xa6\xa6\x47\x6e\x22\xd5\x50\xe9\x43\xbe\xd7\x32\x83\x6d\xbe\xcf\xb5\x79\x9e\xbe\x5e\x3d\x6e\x33\x9f\x7d\x8d\x5b\xbe\x07\x6f\x3d\x45\x7f\xf9\x93\x40\xab\x6f\xea\x4c\xbb\x93\xa1\xfe\xd1\xfa\xf4\xeb\x09\xf5\x3d\x00\x00\xff\xff\xf4\x0a\xba\x30\xee\x02\x00\x00") +var __1704281285_tokens_advanced_settingsUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd1\xc1\x8a\xfa\x30\x10\xc7\xf1\xbb\x4f\x31\x2f\xa0\xe8\xf1\x8f\xa7\xf4\xdf\x58\x0a\xd9\x14\x6a\x7a\x0e\x31\x1d\x6d\x71\x9a\x48\x27\xb5\xf8\xf6\x7b\xf1\xb0\xa0\x94\x3d\xec\xee\xbc\xc0\xe7\xc7\x7c\x85\x32\xb2\x06\x23\x32\x25\x81\x31\xa5\x3e\x5c\x18\x44\x9e\xc3\xff\x4a\x35\x1f\x1a\x66\x47\x84\xc9\x72\x17\x67\xeb\xe3\x30\x4c\xa1\x4f\x0f\xeb\x98\x31\xd9\xb9\xc3\x60\x19\x43\xdb\x87\x8b\x4d\xf1\x8a\x81\xa1\xd4\x46\x16\xb2\x06\x5d\x19\xd0\x8d\x52\x90\xcb\x83\x68\x94\x01\x53\x37\x72\xbf\xfa\x26\xd7\xf6\x7c\x23\xf7\x74\xd8\x9e\x90\xe2\x6c\x4f\x8e\x5c\xf0\x08\x59\x55\x29\x29\xf4\x2b\x71\x10\xea\x28\xf7\xab\xf5\x1a\xfe\xc1\x8d\x9c\x47\x86\x11\x19\xc7\x3b\xb6\x70\x8e\x23\xb4\xe8\xfb\xc1\x11\x6f\x20\xc7\xb3\x9b\x28\xc1\xdd\xd1\x84\x90\x46\x17\x98\x5c\x42\x86\x14\x61\xbb\xd9\xfd\xc4\x4c\x9b\xba\x11\xb9\x8b\xd4\x42\xa3\x8f\x65\xa1\x65\x0e\x59\x59\x94\xda\xbc\x0e\xdf\x6d\x9f\xb7\x5f\xbd\xa5\x2d\x3f\x82\xb7\x9e\xa2\xbf\xfe\x4a\x9b\xed\xfb\x30\xcb\xec\x62\xa3\xbf\xa3\xbe\xfc\x79\x01\xfd\x0c\x00\x00\xff\xff\x54\x6d\x99\xf2\xe7\x02\x00\x00") func _1704281285_tokens_advanced_settingsUpSqlBytes() ([]byte, error) { return bindataRead( @@ -2227,12 +2228,12 @@ func _1704281285_tokens_advanced_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1704281285_tokens_advanced_settings.up.sql", size: 750, mode: os.FileMode(0666), modTime: time.Unix(1704393680, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x9c, 0x86, 0x80, 0x97, 0x8b, 0x16, 0x24, 0xcb, 0x9c, 0x92, 0xd0, 0x64, 0x85, 0xd1, 0x91, 0xd4, 0x76, 0x12, 0xd, 0x74, 0xfd, 0xdb, 0xcc, 0x8c, 0x92, 0xe9, 0x5, 0x1f, 0xef, 0xca, 0x8f}} + info := bindataFileInfo{name: "1704281285_tokens_advanced_settings.up.sql", size: 743, mode: os.FileMode(0664), modTime: time.Unix(1704489601, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0xa7, 0x62, 0x1f, 0x62, 0x24, 0x5c, 0x66, 0x97, 0x6, 0x49, 0xb7, 0x5d, 0x44, 0x9f, 0x13, 0xab, 0x64, 0x35, 0xc4, 0xfb, 0xa8, 0x3f, 0xee, 0x2f, 0x3f, 0x3e, 0x65, 0x33, 0xf6, 0x7b, 0xdc}} return a, nil } -var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\xc4\x20\x0c\x05\xd0\x1e\x89\x1d\xfe\x02\xd8\xfd\x6d\xe3\x4b\xac\x2f\x44\x82\x09\xb0\xbf\xd2\xa4\x7e\xc3\x8e\x66\x74\xac\xe7\xca\x29\x27\x55\xc6\x8f\xde\x7d\xda\x76\x30\xca\xbf\xf6\xd3\xb6\xa1\x8c\x46\xdc\x95\xd3\x76\x8d\xbe\x50\x02\x22\xfa\xa9\x30\x20\x9a\xd3\x1b\x00\x00\xff\xff\x34\x53\xbc\xed\x4d\x00\x00\x00") +var _docGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\xc4\x20\x0c\x05\xd0\x9e\x29\xfe\x02\xd8\xfd\x6d\xe3\x4b\xac\x2f\x44\x82\x09\x78\x7f\xa5\x49\xfd\xa6\x1d\xdd\xe8\xd8\xcf\x55\x8a\x2a\xe3\x47\x1f\xbe\x2c\x1d\x8c\xfa\x6f\xe3\xb4\x34\xd4\xd9\x89\xbb\x71\x59\xb6\x18\x1b\x35\x20\xa2\x9f\x0a\x03\xa2\xe5\x0d\x00\x00\xff\xff\x60\xcd\x06\xbe\x4a\x00\x00\x00") func docGoBytes() ([]byte, error) { return bindataRead( @@ -2247,8 +2248,28 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 77, mode: os.FileMode(0666), modTime: time.Unix(1702977675, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0xaf, 0x1b, 0xe3, 0x34, 0xb5, 0xdc, 0x5e, 0x82, 0xc4, 0x5b, 0x16, 0xae, 0xfa, 0xff, 0x15, 0xa6, 0xa, 0xc1, 0xa, 0xec, 0x93, 0x24, 0xac, 0xf7, 0x1d, 0xf1, 0xf4, 0x43, 0x8d, 0x13, 0x75}} + info := bindataFileInfo{name: "doc.go", size: 74, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x7c, 0x28, 0xcd, 0x47, 0xf2, 0xfa, 0x7c, 0x51, 0x2d, 0xd8, 0x38, 0xb, 0xb0, 0x34, 0x9d, 0x4c, 0x62, 0xa, 0x9e, 0x28, 0xc3, 0x31, 0x23, 0xd9, 0xbb, 0x89, 0x9f, 0xa0, 0x89, 0x1f, 0xe8}} + return a, nil +} + +var _testLog = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc6\xb1\x11\x80\x20\x0c\x05\xd0\x1a\xa7\xc8\x02\x9a\x11\x1c\xc4\xb3\x08\x8a\x98\x3b\x20\x68\x3e\xfb\xdb\xd9\xbd\x95\x88\x42\x56\xdc\x23\x2e\x87\x55\x76\x08\x86\xcf\xfa\x2b\x1b\x4b\xef\xa7\x40\xa2\x78\xe2\xaa\xf9\x15\xa8\x35\x67\x7f\x4a\xd8\x9a\x11\x92\x83\x2e\x2d\xc9\xf7\xe9\x0b\x00\x00\xff\xff\xff\xeb\x51\xe5\x4f\x00\x00\x00") + +func testLogBytes() ([]byte, error) { + return bindataRead( + _testLog, + "test.log", + ) +} + +func testLog() (*asset, error) { + bytes, err := testLogBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "test.log", size: 79, mode: os.FileMode(0664), modTime: time.Unix(1704488223, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0x44, 0x38, 0xbc, 0xb4, 0xe5, 0x83, 0xfd, 0x7e, 0x19, 0xb0, 0x78, 0x70, 0x98, 0xc5, 0x9a, 0x6c, 0xeb, 0x5f, 0x68, 0x5, 0x7a, 0x77, 0x28, 0x8d, 0xb2, 0xff, 0x86, 0x47, 0x91, 0x10, 0x11}} return a, nil } @@ -2550,6 +2571,8 @@ var _bindata = map[string]func() (*asset, error){ "1704281285_tokens_advanced_settings.up.sql": _1704281285_tokens_advanced_settingsUpSql, "doc.go": docGo, + + "test.log": testLog, } // AssetDir returns the file names below a certain @@ -2696,7 +2719,8 @@ var _bintree = &bintree{nil, map[string]*bintree{ "1702395750_fix_enr_shards_test.up.sql": &bintree{_1702395750_fix_enr_shards_testUpSql, map[string]*bintree{}}, "1702999401_add_dns_discovery_url.up.sql": &bintree{_1702999401_add_dns_discovery_urlUpSql, map[string]*bintree{}}, "1704281285_tokens_advanced_settings.up.sql": &bintree{_1704281285_tokens_advanced_settingsUpSql, map[string]*bintree{}}, - "doc.go": &bintree{docGo, map[string]*bintree{}}, + "doc.go": &bintree{docGo, map[string]*bintree{}}, + "test.log": &bintree{testLog, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/appdatabase/migrationsprevnodecfg/bindata.go b/appdatabase/migrationsprevnodecfg/bindata.go index 0473df508..9a6b4e8bf 100644 --- a/appdatabase/migrationsprevnodecfg/bindata.go +++ b/appdatabase/migrationsprevnodecfg/bindata.go @@ -54,6 +54,7 @@ // 1637745568_add_auto_message_setting.up.sql (122B) // 1640111208_nodeconfig.up.sql (7.659kB) // doc.go (85B) +// test.log (90B) package migrationsprevnodecfg @@ -137,7 +138,7 @@ func _0001_appDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0001_app.down.sql", size: 356, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0001_app.down.sql", size: 356, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0x25, 0xa0, 0xf8, 0x7d, 0x2d, 0xd, 0xcf, 0x18, 0xe4, 0x73, 0xc3, 0x95, 0xf5, 0x24, 0x20, 0xa9, 0xe6, 0x9e, 0x1d, 0x93, 0xe5, 0xc5, 0xad, 0x93, 0x8f, 0x5e, 0x40, 0xb5, 0x30, 0xaa, 0x25}} return a, nil } @@ -157,7 +158,7 @@ func _0001_appUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0001_app.up.sql", size: 2967, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0001_app.up.sql", size: 2967, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x3a, 0xa7, 0xf2, 0x8f, 0xfa, 0x82, 0x7c, 0xc5, 0x49, 0xac, 0xac, 0xf, 0xc, 0x77, 0xe2, 0xba, 0xe8, 0x4d, 0xe, 0x6f, 0x5d, 0x2c, 0x2c, 0x18, 0x80, 0xc2, 0x1d, 0xe, 0x25, 0xe, 0x18}} return a, nil } @@ -177,7 +178,7 @@ func _0002_tokensDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0002_tokens.down.sql", size: 19, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0002_tokens.down.sql", size: 19, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0x31, 0x2, 0xcc, 0x2f, 0x38, 0x90, 0xf7, 0x58, 0x37, 0x47, 0xf4, 0x18, 0xf7, 0x72, 0x74, 0x67, 0x14, 0x7e, 0xf3, 0xb1, 0xd6, 0x5f, 0xb0, 0xd5, 0xe7, 0x91, 0xf4, 0x26, 0x77, 0x8e, 0x68}} return a, nil } @@ -197,7 +198,7 @@ func _0002_tokensUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0002_tokens.up.sql", size: 248, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0002_tokens.up.sql", size: 248, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xd6, 0xde, 0xd3, 0x7b, 0xee, 0x92, 0x11, 0x38, 0xa4, 0xeb, 0x84, 0xca, 0xcb, 0x37, 0x75, 0x5, 0x77, 0x7f, 0x14, 0x39, 0xee, 0xa1, 0x8b, 0xd4, 0x5c, 0x6e, 0x55, 0x6, 0x50, 0x16, 0xd4}} return a, nil } @@ -217,7 +218,7 @@ func _0003_settingsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0003_settings.down.sql", size: 118, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0003_settings.down.sql", size: 118, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0xa6, 0xf5, 0xc0, 0x60, 0x64, 0x77, 0xe2, 0xe7, 0x3c, 0x9b, 0xb1, 0x52, 0xa9, 0x95, 0x16, 0xf8, 0x60, 0x2f, 0xa5, 0xeb, 0x46, 0xb9, 0xb9, 0x8f, 0x4c, 0xf4, 0xfd, 0xbb, 0xe7, 0xe5, 0xe5}} return a, nil } @@ -237,7 +238,7 @@ func _0003_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0003_settings.up.sql", size: 1311, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0003_settings.up.sql", size: 1311, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x35, 0x0, 0xeb, 0xe2, 0x33, 0x68, 0xb9, 0xf4, 0xf6, 0x8e, 0x9e, 0x10, 0xe9, 0x58, 0x68, 0x28, 0xb, 0xcd, 0xec, 0x74, 0x71, 0xa7, 0x9a, 0x5a, 0x77, 0x59, 0xb1, 0x13, 0x1c, 0xa1, 0x5b}} return a, nil } @@ -257,7 +258,7 @@ func _0004_pending_stickersDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0004_pending_stickers.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0004_pending_stickers.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -277,7 +278,7 @@ func _0004_pending_stickersUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0004_pending_stickers.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0004_pending_stickers.up.sql", size: 61, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0xed, 0x25, 0xdf, 0x75, 0x2, 0x6c, 0xf0, 0xa2, 0xa8, 0x37, 0x62, 0x65, 0xad, 0xfd, 0x98, 0xa0, 0x9d, 0x63, 0x94, 0xdf, 0x6b, 0x46, 0xe0, 0x68, 0xec, 0x9c, 0x7f, 0x77, 0xdd, 0xb3, 0x6}} return a, nil } @@ -297,7 +298,7 @@ func _0005_waku_modeDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0005_waku_mode.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0005_waku_mode.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -317,7 +318,7 @@ func _0005_waku_modeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0005_waku_mode.up.sql", size: 146, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0005_waku_mode.up.sql", size: 146, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x91, 0xc, 0xd7, 0x89, 0x61, 0x2e, 0x4c, 0x5a, 0xb6, 0x67, 0xd1, 0xc1, 0x42, 0x24, 0x38, 0xd6, 0x1b, 0x75, 0x41, 0x9c, 0x23, 0xb0, 0xca, 0x5c, 0xf1, 0x5c, 0xd0, 0x13, 0x92, 0x3e, 0xe1}} return a, nil } @@ -337,7 +338,7 @@ func _0006_appearanceUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0006_appearance.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0006_appearance.up.sql", size: 67, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x6, 0x25, 0x6c, 0xe4, 0x9d, 0xa7, 0x72, 0xe8, 0xbc, 0xe4, 0x1f, 0x1e, 0x2d, 0x7c, 0xb7, 0xf6, 0xa3, 0xec, 0x3b, 0x4e, 0x93, 0x2e, 0xa4, 0xec, 0x6f, 0xe5, 0x95, 0x94, 0xe8, 0x4, 0xfb}} return a, nil } @@ -357,7 +358,7 @@ func _0007_enable_waku_defaultUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0007_enable_waku_default.up.sql", size: 38, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0007_enable_waku_default.up.sql", size: 38, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0x42, 0xb6, 0xe5, 0x48, 0x41, 0xeb, 0xc0, 0x7e, 0x3b, 0xe6, 0x8e, 0x96, 0x33, 0x20, 0x92, 0x24, 0x5a, 0x60, 0xfa, 0xa0, 0x3, 0x5e, 0x76, 0x4b, 0x89, 0xaa, 0x37, 0x66, 0xbc, 0x26, 0x11}} return a, nil } @@ -377,7 +378,7 @@ func _0008_add_push_notificationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0008_add_push_notifications.up.sql", size: 349, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0008_add_push_notifications.up.sql", size: 349, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x0, 0xbf, 0xd0, 0xdd, 0xcd, 0x73, 0xe0, 0x7c, 0x56, 0xef, 0xdc, 0x57, 0x61, 0x94, 0x64, 0x70, 0xb9, 0xfa, 0xa1, 0x2a, 0x36, 0xc, 0x2f, 0xf8, 0x95, 0xa, 0x57, 0x3e, 0x7a, 0xd7, 0x12}} return a, nil } @@ -397,7 +398,7 @@ func _0009_enable_sending_push_notificationsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0009_enable_sending_push_notifications.down.sql", size: 49, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0009_enable_sending_push_notifications.down.sql", size: 49, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0xae, 0x1b, 0x41, 0xcb, 0x9c, 0x2c, 0x93, 0xc6, 0x2a, 0x77, 0x3, 0xb9, 0x51, 0xe0, 0x68, 0x68, 0x0, 0xf7, 0x5b, 0xb3, 0x1e, 0x94, 0x44, 0xba, 0x9c, 0xd0, 0x3b, 0x80, 0x21, 0x6f, 0xb5}} return a, nil } @@ -417,7 +418,7 @@ func _0009_enable_sending_push_notificationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0009_enable_sending_push_notifications.up.sql", size: 49, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0009_enable_sending_push_notifications.up.sql", size: 49, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x80, 0xe4, 0x9c, 0xc8, 0xb8, 0xd5, 0xef, 0xce, 0x74, 0x9b, 0x7b, 0xdd, 0xa, 0x99, 0x1e, 0xef, 0x7f, 0xb8, 0x99, 0x84, 0x4, 0x0, 0x6b, 0x1d, 0x2c, 0xa, 0xf8, 0x2c, 0x4f, 0xb5, 0x44}} return a, nil } @@ -437,7 +438,7 @@ func _0010_add_block_mentionsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0010_add_block_mentions.down.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0010_add_block_mentions.down.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0x9e, 0x27, 0x1e, 0xba, 0x9f, 0xca, 0xae, 0x98, 0x2e, 0x6e, 0xe3, 0xdd, 0xac, 0x73, 0x34, 0x4e, 0x69, 0x92, 0xb5, 0xf6, 0x9, 0xab, 0x50, 0x35, 0xd, 0xee, 0xeb, 0x3e, 0xcc, 0x7e, 0xce}} return a, nil } @@ -457,7 +458,7 @@ func _0010_add_block_mentionsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0010_add_block_mentions.up.sql", size: 89, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0010_add_block_mentions.up.sql", size: 89, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0x23, 0x85, 0xa2, 0xb5, 0xb6, 0xb4, 0x3f, 0xdc, 0x4e, 0xff, 0xe2, 0x6b, 0x66, 0x68, 0x5e, 0xb2, 0xb4, 0x14, 0xb2, 0x1b, 0x4d, 0xb1, 0xce, 0xf7, 0x6, 0x58, 0xa7, 0xaf, 0x93, 0x3f, 0x25}} return a, nil } @@ -477,7 +478,7 @@ func _0011_allow_webview_permission_requestsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0011_allow_webview_permission_requests.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0011_allow_webview_permission_requests.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -497,7 +498,7 @@ func _0011_allow_webview_permission_requestsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0011_allow_webview_permission_requests.up.sql", size: 88, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0011_allow_webview_permission_requests.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x43, 0x5f, 0x22, 0x4c, 0x98, 0x1d, 0xc6, 0xf4, 0x89, 0xaf, 0xf4, 0x44, 0xba, 0xf8, 0x28, 0xa7, 0xb5, 0xb9, 0xf0, 0xf2, 0xcb, 0x5, 0x59, 0x7a, 0xc, 0xdf, 0xd3, 0x38, 0xa4, 0xb8, 0x98, 0xc2}} return a, nil } @@ -517,7 +518,7 @@ func _0012_pending_transactionsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0012_pending_transactions.down.sql", size: 33, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0012_pending_transactions.down.sql", size: 33, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x41, 0xfe, 0x5c, 0xd8, 0xc3, 0x29, 0xfd, 0x31, 0x78, 0x99, 0x7a, 0xeb, 0x17, 0x62, 0x88, 0x41, 0xb3, 0xe7, 0xb5, 0x5, 0x0, 0x90, 0xa1, 0x7, 0x1a, 0x23, 0x88, 0x81, 0xba, 0x56, 0x9d}} return a, nil } @@ -537,7 +538,7 @@ func _0012_pending_transactionsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0012_pending_transactions.up.sql", size: 321, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0012_pending_transactions.up.sql", size: 321, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd, 0x17, 0xff, 0xd7, 0xa7, 0x49, 0x1e, 0x7b, 0x34, 0x63, 0x7c, 0x53, 0xaa, 0x6b, 0x2d, 0xc8, 0xe0, 0x82, 0x21, 0x90, 0x3a, 0x94, 0xf1, 0xa6, 0xe4, 0x70, 0xe5, 0x85, 0x1a, 0x48, 0x25, 0xb}} return a, nil } @@ -557,7 +558,7 @@ func _0013_favouritesDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0013_favourites.down.sql", size: 23, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0013_favourites.down.sql", size: 23, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0xf8, 0x55, 0x13, 0x4f, 0x4a, 0x19, 0x83, 0x9c, 0xda, 0x34, 0xb8, 0x3, 0x54, 0x82, 0x1e, 0x99, 0x36, 0x6b, 0x42, 0x3, 0xf6, 0x43, 0xde, 0xe6, 0x32, 0xb6, 0xdf, 0xe2, 0x59, 0x8c, 0x84}} return a, nil } @@ -577,7 +578,7 @@ func _0013_favouritesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0013_favourites.up.sql", size: 132, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0013_favourites.up.sql", size: 132, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbe, 0x1, 0x27, 0x38, 0x76, 0xf5, 0xcb, 0x61, 0xda, 0x5b, 0xce, 0xd9, 0x8b, 0x18, 0x77, 0x61, 0x84, 0xe7, 0x22, 0xe2, 0x13, 0x99, 0xab, 0x32, 0xbc, 0xbe, 0xed, 0x1f, 0x2f, 0xb0, 0xe4, 0x8d}} return a, nil } @@ -597,7 +598,7 @@ func _0014_add_use_mailserversDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0014_add_use_mailservers.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0014_add_use_mailservers.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -617,7 +618,7 @@ func _0014_add_use_mailserversUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0014_add_use_mailservers.up.sql", size: 111, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0014_add_use_mailservers.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xba, 0x65, 0xbf, 0x1b, 0xc9, 0x6d, 0x45, 0xf2, 0xf5, 0x30, 0x7c, 0xc1, 0xde, 0xb8, 0xe3, 0x3f, 0xa9, 0x2f, 0x9f, 0xea, 0x1, 0x29, 0x29, 0x65, 0xe7, 0x38, 0xab, 0xa4, 0x62, 0xf, 0xd0}} return a, nil } @@ -637,7 +638,7 @@ func _0015_link_previewsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0015_link_previews.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0015_link_previews.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -657,7 +658,7 @@ func _0015_link_previewsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0015_link_previews.up.sql", size: 203, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0015_link_previews.up.sql", size: 203, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb1, 0xf7, 0x38, 0x25, 0xa6, 0xfc, 0x6b, 0x9, 0xe4, 0xd9, 0xbf, 0x58, 0x7b, 0x80, 0xd8, 0x48, 0x63, 0xde, 0xa5, 0x5e, 0x30, 0xa3, 0xeb, 0x68, 0x8e, 0x6a, 0x9f, 0xfd, 0xf4, 0x46, 0x41, 0x34}} return a, nil } @@ -677,7 +678,7 @@ func _0016_local_notifications_preferencesDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0016_local_notifications_preferences.down.sql", size: 43, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0016_local_notifications_preferences.down.sql", size: 43, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x50, 0xc7, 0xdd, 0x53, 0x9c, 0x5d, 0x1e, 0xb5, 0x71, 0x25, 0x50, 0x58, 0xcf, 0x6d, 0xbe, 0x5a, 0x8, 0x12, 0xc9, 0x13, 0xd, 0x9a, 0x3d, 0x4b, 0x7a, 0x2f, 0x1b, 0xe5, 0x23, 0x52, 0x78}} return a, nil } @@ -697,7 +698,7 @@ func _0016_local_notifications_preferencesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0016_local_notifications_preferences.up.sql", size: 204, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0016_local_notifications_preferences.up.sql", size: 204, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3f, 0x3a, 0x16, 0x25, 0xdf, 0xba, 0x62, 0xd3, 0x81, 0x73, 0xc, 0x10, 0x85, 0xbc, 0x8d, 0xe, 0x1d, 0x62, 0xcb, 0xb, 0x6d, 0x8c, 0x4f, 0x63, 0x5f, 0xe2, 0xd, 0xc5, 0x46, 0xa8, 0x35, 0x5b}} return a, nil } @@ -717,7 +718,7 @@ func _0017_bookmarksDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0017_bookmarks.down.sql", size: 22, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0017_bookmarks.down.sql", size: 22, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0x13, 0x2a, 0x44, 0xb0, 0x3, 0x18, 0x63, 0xb8, 0x33, 0xda, 0x3a, 0xeb, 0xb8, 0xcb, 0xd1, 0x98, 0x29, 0xa7, 0xf0, 0x6, 0x9d, 0xc9, 0x62, 0xe7, 0x89, 0x7f, 0x77, 0xaf, 0xec, 0x6b, 0x8f}} return a, nil } @@ -737,7 +738,7 @@ func _0017_bookmarksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0017_bookmarks.up.sql", size: 147, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0017_bookmarks.up.sql", size: 147, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbc, 0x47, 0xe1, 0xe3, 0xd8, 0xc6, 0x4, 0x6d, 0x5f, 0x2f, 0xa, 0x51, 0xa6, 0x8c, 0x6a, 0xe0, 0x3d, 0x8c, 0x91, 0x47, 0xbc, 0x1, 0x75, 0x46, 0x92, 0x2, 0x18, 0x6e, 0xe3, 0x4f, 0x18, 0x57}} return a, nil } @@ -757,7 +758,7 @@ func _0018_profile_pictures_visibilityUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0018_profile_pictures_visibility.up.sql", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0018_profile_pictures_visibility.up.sql", size: 84, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0xe3, 0xc5, 0xec, 0x83, 0x55, 0x45, 0x57, 0x7a, 0xaa, 0xd2, 0xa7, 0x59, 0xa7, 0x87, 0xef, 0x63, 0x19, 0x9c, 0x46, 0x9c, 0xc5, 0x32, 0x89, 0xa4, 0x68, 0x70, 0xd8, 0x83, 0x43, 0xa4, 0x72}} return a, nil } @@ -777,7 +778,7 @@ func _0019_blocks_ranges_extra_dataUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0019_blocks_ranges_extra_data.up.sql", size: 89, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0019_blocks_ranges_extra_data.up.sql", size: 89, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x96, 0x32, 0x58, 0xf0, 0xb9, 0xe1, 0x70, 0x81, 0xca, 0x8d, 0x45, 0x57, 0x8a, 0x7, 0x5d, 0x9e, 0x2a, 0x30, 0xb, 0xad, 0x5f, 0xf8, 0xd4, 0x30, 0x94, 0x73, 0x37, 0x8d, 0xc1, 0x9a, 0xed}} return a, nil } @@ -797,7 +798,7 @@ func _0020_metricsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0020_metrics.up.sql", size: 235, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0020_metrics.up.sql", size: 235, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe8, 0x32, 0xbc, 0xb6, 0x9b, 0x5a, 0x8f, 0x9f, 0x4c, 0x90, 0x81, 0x3e, 0x2e, 0xd1, 0x23, 0xcd, 0xf1, 0x83, 0x35, 0xca, 0x66, 0x87, 0x52, 0x4e, 0x30, 0x3e, 0x4f, 0xa8, 0xfd, 0x30, 0x16, 0xbd}} return a, nil } @@ -817,7 +818,7 @@ func _0021_add_session_id_to_metricsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0021_add_session_id_to_metrics.up.sql", size: 55, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0021_add_session_id_to_metrics.up.sql", size: 55, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x81, 0xfc, 0x97, 0xd1, 0x8b, 0xea, 0x8e, 0xd7, 0xc2, 0x53, 0x62, 0xe9, 0xbc, 0xf, 0x8c, 0x46, 0x41, 0x41, 0xb7, 0x6, 0x35, 0xf5, 0xba, 0xbb, 0x28, 0x50, 0x48, 0xbf, 0x36, 0x90, 0x5c}} return a, nil } @@ -837,7 +838,7 @@ func _0022_pending_transfersUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0022_pending_transfers.up.sql", size: 706, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "0022_pending_transfers.up.sql", size: 706, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6a, 0x9, 0xe6, 0x6, 0xae, 0x60, 0xdd, 0xbb, 0x76, 0xac, 0xe0, 0x57, 0x30, 0x67, 0x37, 0x93, 0x40, 0x13, 0xec, 0xf2, 0x6e, 0x61, 0xa, 0x14, 0xb2, 0xb1, 0xbd, 0x91, 0xf8, 0x89, 0xb3, 0xe3}} return a, nil } @@ -857,7 +858,7 @@ func _1618237885_settings_anon_metrics_should_sendUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1618237885_settings_anon_metrics_should_send.up.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1618237885_settings_anon_metrics_should_send.up.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x6c, 0x1d, 0x1f, 0x54, 0x62, 0x18, 0x22, 0x5c, 0xa7, 0x8c, 0x59, 0x24, 0xd3, 0x4d, 0x55, 0xc4, 0x2a, 0x9e, 0x4c, 0x37, 0x6b, 0xfd, 0xac, 0xec, 0xb7, 0x68, 0x21, 0x26, 0x26, 0xf3, 0x92}} return a, nil } @@ -877,7 +878,7 @@ func _1618395756_contacts_onlyUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1618395756_contacts_only.up.sql", size: 136, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1618395756_contacts_only.up.sql", size: 136, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0xe3, 0xd0, 0xe7, 0xf2, 0x6e, 0xbf, 0x27, 0xf6, 0xe2, 0x2e, 0x16, 0x4b, 0x52, 0x3b, 0xcf, 0x63, 0x52, 0xfc, 0x1d, 0x43, 0xba, 0x42, 0xf9, 0x1e, 0x1e, 0x39, 0x40, 0xed, 0x0, 0x20, 0xa8}} return a, nil } @@ -897,7 +898,7 @@ func _1622184614_add_default_sync_periodUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1622184614_add_default_sync_period.up.sql", size: 125, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1622184614_add_default_sync_period.up.sql", size: 125, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0x39, 0xeb, 0x8f, 0xdc, 0x1, 0x56, 0xc1, 0x9b, 0xaa, 0xda, 0x44, 0xe0, 0xdb, 0xda, 0x2c, 0xe7, 0x71, 0x8d, 0xbc, 0xc1, 0x9a, 0x4f, 0x48, 0xe0, 0x5e, 0x81, 0x1e, 0x8e, 0x6a, 0x4d, 0x3}} return a, nil } @@ -917,7 +918,7 @@ func _1625872445_user_statusUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1625872445_user_status.up.sql", size: 351, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1625872445_user_status.up.sql", size: 351, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0xa, 0xfe, 0x7a, 0xcc, 0x9e, 0x35, 0x26, 0xb, 0xc8, 0xf2, 0x7d, 0xfa, 0x4b, 0xcf, 0x53, 0x20, 0x76, 0xc7, 0xd, 0xbc, 0x78, 0x4f, 0x74, 0x2d, 0x2e, 0x2e, 0x7e, 0x62, 0xae, 0x78, 0x1f}} return a, nil } @@ -937,7 +938,7 @@ func _1627983977_add_gif_to_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1627983977_add_gif_to_settings.up.sql", size: 102, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1627983977_add_gif_to_settings.up.sql", size: 102, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0xe6, 0xe1, 0x97, 0x64, 0x4c, 0xe2, 0x14, 0xb1, 0x96, 0x3a, 0xb0, 0xb9, 0xb7, 0xb5, 0x78, 0x4a, 0x39, 0x69, 0x89, 0xb7, 0x89, 0x19, 0xb8, 0x89, 0x1, 0xc5, 0xc2, 0x85, 0x53, 0xe2, 0x83}} return a, nil } @@ -957,7 +958,7 @@ func _1628580203_add_hidden_accountUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1628580203_add_hidden_account.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1628580203_add_hidden_account.up.sql", size: 67, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x30, 0xf1, 0xd4, 0x60, 0xe2, 0x28, 0x14, 0xcb, 0x16, 0xb, 0x9, 0xea, 0x17, 0xa, 0x9e, 0x89, 0xa8, 0x32, 0x32, 0xf8, 0x4d, 0xa0, 0xe1, 0xe5, 0x79, 0xbd, 0x7d, 0x79, 0xe9, 0x4c, 0x9e}} return a, nil } @@ -977,7 +978,7 @@ func _1629123384_add_id_to_app_metricsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1629123384_add_id_to_app_metrics.up.sql", size: 589, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1629123384_add_id_to_app_metrics.up.sql", size: 589, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0x66, 0xc0, 0x69, 0xb, 0xad, 0x49, 0x7c, 0x8c, 0x67, 0xb8, 0xd6, 0x8d, 0x5d, 0x86, 0x1f, 0xa4, 0x53, 0xf5, 0x8, 0x1, 0xfd, 0x38, 0x49, 0xee, 0x84, 0xc0, 0xd8, 0x17, 0x72, 0x3, 0xb3}} return a, nil } @@ -997,7 +998,7 @@ func _1630401853_add_opensea_enabled_to_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1630401853_add_opensea_enabled_to_settings.up.sql", size: 70, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1630401853_add_opensea_enabled_to_settings.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x91, 0x86, 0x15, 0xc8, 0x99, 0xe3, 0xae, 0xa, 0x6e, 0x94, 0x48, 0x51, 0x5b, 0x18, 0xe0, 0xbc, 0xaf, 0x34, 0x75, 0x55, 0x61, 0xd4, 0xc1, 0x85, 0xc7, 0x3d, 0x99, 0x9e, 0x1f, 0x37, 0x56}} return a, nil } @@ -1017,7 +1018,7 @@ func _1630464455_createSaved_addressesTableDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.down.sql", size: 28, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.down.sql", size: 28, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0x52, 0x39, 0xb5, 0x42, 0xac, 0xcb, 0xa1, 0x44, 0xb7, 0x94, 0x26, 0x24, 0xb2, 0x12, 0xc, 0xc5, 0xbf, 0x63, 0x13, 0x6f, 0x3c, 0x4, 0x7b, 0xf0, 0xd, 0xfa, 0x55, 0x9e, 0x51, 0xf9, 0x7a}} return a, nil } @@ -1037,7 +1038,7 @@ func _1630464455_createSaved_addressesTableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.up.sql", size: 187, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1630464455_create-saved_addresses-table.up.sql", size: 187, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0xf, 0x56, 0x18, 0xeb, 0x4e, 0xac, 0xd8, 0xd6, 0x91, 0xae, 0x83, 0xcf, 0x91, 0x9e, 0x4, 0x4b, 0x2, 0x1f, 0x6d, 0xba, 0xf6, 0x3, 0xf2, 0x98, 0x72, 0xf6, 0x91, 0x29, 0x96, 0x0, 0x35}} return a, nil } @@ -1057,7 +1058,7 @@ func _1630485153_networksDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1630485153_networks.down.sql", size: 21, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1630485153_networks.down.sql", size: 21, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbb, 0x3e, 0x57, 0xb7, 0xf7, 0x8, 0xbd, 0xb5, 0xc2, 0xea, 0xc, 0x45, 0xb7, 0x7, 0x9, 0xca, 0xe7, 0x48, 0x7e, 0x56, 0x4e, 0x44, 0x78, 0x8e, 0xe3, 0x87, 0x63, 0xaf, 0x16, 0x3f, 0xf9, 0x71}} return a, nil } @@ -1077,7 +1078,7 @@ func _1630485153_networksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1630485153_networks.up.sql", size: 394, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1630485153_networks.up.sql", size: 394, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x9, 0x1d, 0x3, 0x86, 0xbd, 0xc5, 0xde, 0x3c, 0x1b, 0x40, 0x41, 0x7c, 0x61, 0x8, 0x80, 0x53, 0x87, 0x1b, 0x5a, 0x56, 0xd, 0x88, 0x1d, 0x60, 0x24, 0xce, 0x7b, 0x8f, 0xff, 0xaf, 0x36}} return a, nil } @@ -1097,7 +1098,7 @@ func _1632262444_profile_pictures_show_toUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1632262444_profile_pictures_show_to.up.sql", size: 81, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1632262444_profile_pictures_show_to.up.sql", size: 81, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xa2, 0x5a, 0x94, 0xde, 0x86, 0x2a, 0x29, 0xf5, 0xb3, 0x36, 0xe7, 0x53, 0x81, 0x55, 0xc9, 0xb5, 0xc3, 0xf4, 0x8c, 0x65, 0x2c, 0x4c, 0x48, 0xfd, 0x3c, 0xb7, 0x14, 0xb4, 0xea, 0x7a, 0x13}} return a, nil } @@ -1117,7 +1118,7 @@ func _1635942153_add_telemetry_server_url_to_settingsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1635942153_add_telemetry_server_url_to_settings.up.sql", size: 128, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1635942153_add_telemetry_server_url_to_settings.up.sql", size: 128, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x9b, 0x1d, 0x39, 0x9c, 0x8d, 0x50, 0x86, 0xdf, 0xe5, 0x81, 0x55, 0xdc, 0x31, 0xcd, 0xb7, 0xc7, 0x5a, 0x67, 0x3b, 0x21, 0x99, 0xa5, 0x74, 0xb8, 0xd3, 0x58, 0xae, 0x29, 0x68, 0x2a, 0x8d}} return a, nil } @@ -1137,7 +1138,7 @@ func _1635942154_add_backup_settingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1635942154_add_backup_setting.up.sql", size: 287, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1635942154_add_backup_setting.up.sql", size: 287, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0xe7, 0xfb, 0x70, 0x80, 0x5, 0xb4, 0x7b, 0x67, 0x8, 0x6e, 0x5f, 0x45, 0x17, 0xd9, 0x5f, 0x18, 0x66, 0x2f, 0x8a, 0x4f, 0xd4, 0x15, 0xe5, 0x2b, 0xbb, 0x25, 0x7a, 0x30, 0xad, 0x4c, 0x1a}} return a, nil } @@ -1157,7 +1158,7 @@ func _1637745568_add_auto_message_settingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1637745568_add_auto_message_setting.up.sql", size: 122, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1637745568_add_auto_message_setting.up.sql", size: 122, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xd8, 0xd2, 0xc2, 0x3a, 0xd7, 0xf1, 0x96, 0x6a, 0x35, 0xe5, 0x5c, 0xb9, 0xed, 0x4b, 0xf2, 0x5f, 0x80, 0x43, 0xca, 0x40, 0x57, 0x7e, 0xd7, 0x41, 0x9f, 0x70, 0x9f, 0xaf, 0x2a, 0xfc, 0x8f}} return a, nil } @@ -1177,7 +1178,7 @@ func _1640111208_nodeconfigUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1640111208_nodeconfig.up.sql", size: 7659, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "1640111208_nodeconfig.up.sql", size: 7659, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x5a, 0xc6, 0xed, 0x6, 0xcb, 0x51, 0x8b, 0x78, 0xe9, 0x10, 0x37, 0xd1, 0xad, 0x9b, 0x76, 0x9a, 0xb9, 0x72, 0x85, 0xe7, 0x8a, 0x7f, 0xf0, 0x81, 0xf8, 0x33, 0x59, 0x67, 0x8e, 0xeb, 0xb1}} return a, nil } @@ -1197,11 +1198,31 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 85, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "doc.go", size: 85, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0xd2, 0xea, 0xc5, 0xd, 0xc4, 0x7f, 0x95, 0x8e, 0xd5, 0xf5, 0x96, 0xf2, 0x1b, 0xcb, 0xc7, 0xc2, 0x46, 0x1, 0x78, 0x1d, 0x5d, 0x59, 0x19, 0x99, 0xdd, 0x5b, 0xf5, 0x63, 0xa5, 0x25, 0xb8}} return a, nil } +var _testLog = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc6\xc1\x15\x82\x21\x08\x00\xe0\xb3\x4d\xc1\x02\xc5\x08\x0d\xd2\xeb\x80\x8a\xc4\x7b\x2a\x26\xd8\xfc\xdd\xfe\xdb\xf7\x04\x80\x24\x1a\x9f\x93\x1f\xc5\x06\x7a\x50\x1c\xbf\xeb\x25\x31\xa4\xb5\x2a\x05\x65\x72\xc6\xa1\xb2\x29\xd4\xa6\xaf\xcd\xbf\x69\x95\x4b\x13\xf4\x6f\x4f\xaf\x69\x10\xec\x01\x4d\x3b\xfb\xfb\xf6\x0f\x00\x00\xff\xff\x39\xfd\x83\xb7\x5a\x00\x00\x00") + +func testLogBytes() ([]byte, error) { + return bindataRead( + _testLog, + "test.log", + ) +} + +func testLog() (*asset, error) { + bytes, err := testLogBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "test.log", size: 90, mode: os.FileMode(0664), modTime: time.Unix(1704488223, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x51, 0x67, 0x32, 0x64, 0x5a, 0x7, 0x49, 0xe6, 0x2c, 0xa3, 0xd6, 0xae, 0x97, 0x13, 0x9b, 0xfe, 0x99, 0x41, 0x17, 0x92, 0xe4, 0x57, 0x77, 0xc5, 0x41, 0xbf, 0xec, 0x67, 0x77, 0x42, 0xc4, 0xc7}} + return a, nil +} + // Asset loads and returns the asset for the given name. // It returns an error if the asset could not be found or // could not be loaded. @@ -1400,6 +1421,8 @@ var _bindata = map[string]func() (*asset, error){ "1640111208_nodeconfig.up.sql": _1640111208_nodeconfigUpSql, "doc.go": docGo, + + "test.log": testLog, } // AssetDir returns the file names below a certain @@ -1497,6 +1520,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "1637745568_add_auto_message_setting.up.sql": &bintree{_1637745568_add_auto_message_settingUpSql, map[string]*bintree{}}, "1640111208_nodeconfig.up.sql": &bintree{_1640111208_nodeconfigUpSql, map[string]*bintree{}}, "doc.go": &bintree{docGo, map[string]*bintree{}}, + "test.log": &bintree{testLog, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/mailserver/migrations/bindata.go b/mailserver/migrations/bindata.go index 90c4c1fbd..315084cc5 100644 --- a/mailserver/migrations/bindata.go +++ b/mailserver/migrations/bindata.go @@ -86,7 +86,7 @@ func _1557732988_initialize_dbDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1557732988_initialize_db.down.sql", size: 72, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1557732988_initialize_db.down.sql", size: 72, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0x40, 0x78, 0xb7, 0x71, 0x3c, 0x20, 0x3b, 0xc9, 0xb, 0x2f, 0x49, 0xe4, 0xff, 0x1c, 0x84, 0x54, 0xa1, 0x30, 0xe3, 0x90, 0xf8, 0x73, 0xda, 0xb0, 0x2a, 0xea, 0x8e, 0xf1, 0x82, 0xe7, 0xd2}} return a, nil } @@ -106,7 +106,7 @@ func _1557732988_initialize_dbUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1557732988_initialize_db.up.sql", size: 278, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1557732988_initialize_db.up.sql", size: 278, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x85, 0x41, 0x7a, 0xba, 0x4f, 0xa3, 0x43, 0xc0, 0x63, 0xfa, 0x2c, 0xd1, 0xc5, 0xbb, 0x20, 0xa0, 0x64, 0xa8, 0x3b, 0x65, 0x82, 0xa2, 0x14, 0x28, 0x18, 0x7c, 0x8b, 0x3a, 0x7a, 0xfd, 0xe0}} return a, nil } @@ -126,7 +126,7 @@ func staticGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "static.go", size: 178, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "static.go", size: 178, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xab, 0x8a, 0xf4, 0x27, 0x24, 0x9d, 0x2a, 0x1, 0x7b, 0x54, 0xea, 0xae, 0x4a, 0x35, 0x40, 0x92, 0xb5, 0xf9, 0xb3, 0x54, 0x3e, 0x3a, 0x1a, 0x2b, 0xae, 0xfb, 0x9e, 0x82, 0xeb, 0x4c, 0xf, 0x6}} return a, nil } diff --git a/multiaccounts/migrations/bindata.go b/multiaccounts/migrations/bindata.go index f6ec161e8..c35daf347 100644 --- a/multiaccounts/migrations/bindata.go +++ b/multiaccounts/migrations/bindata.go @@ -96,7 +96,7 @@ func _0001_accountsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0001_accounts.down.sql", size: 21, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "0001_accounts.down.sql", size: 21, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0x61, 0x4c, 0x18, 0xfc, 0xc, 0xdf, 0x5c, 0x1f, 0x5e, 0xd3, 0xbd, 0xfa, 0x12, 0x5e, 0x8d, 0x8d, 0x8b, 0xb9, 0x5f, 0x99, 0x46, 0x63, 0xa5, 0xe3, 0xa6, 0x8a, 0x4, 0xf1, 0x73, 0x8a, 0xe9}} return a, nil } @@ -116,7 +116,7 @@ func _0001_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "0001_accounts.up.sql", size: 163, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "0001_accounts.up.sql", size: 163, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0xfa, 0x99, 0x8e, 0x96, 0xb3, 0x13, 0x6c, 0x1f, 0x6, 0x27, 0xc5, 0xd2, 0xd4, 0xe0, 0xa5, 0x26, 0x82, 0xa7, 0x26, 0xf2, 0x68, 0x9d, 0xed, 0x9c, 0x3d, 0xbb, 0xdc, 0x37, 0x28, 0xbc, 0x1}} return a, nil } @@ -136,7 +136,7 @@ func _1605007189_identity_imagesDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1605007189_identity_images.down.sql", size: 29, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1605007189_identity_images.down.sql", size: 29, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0xcf, 0xa7, 0xae, 0xd5, 0x4f, 0xcd, 0x14, 0x63, 0x9, 0xbe, 0x39, 0x49, 0x18, 0x96, 0xb2, 0xa3, 0x8, 0x7d, 0x41, 0xdb, 0x50, 0x5d, 0xf5, 0x4d, 0xa2, 0xd, 0x8f, 0x57, 0x79, 0x77, 0x67}} return a, nil } @@ -156,7 +156,7 @@ func _1605007189_identity_imagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1605007189_identity_images.up.sql", size: 268, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1605007189_identity_images.up.sql", size: 268, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0xb6, 0xc1, 0x5c, 0x76, 0x72, 0x6b, 0x22, 0x34, 0xdc, 0x96, 0xdc, 0x2b, 0xfd, 0x2d, 0xbe, 0xcc, 0x1e, 0xd4, 0x5, 0x93, 0xd, 0xc2, 0x51, 0xf3, 0x1a, 0xef, 0x2b, 0x26, 0xa4, 0xeb, 0x65}} return a, nil } @@ -176,7 +176,7 @@ func _1606224181_drop_photo_path_from_accountsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.down.sql", size: 892, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.down.sql", size: 892, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0x24, 0x17, 0x7, 0x80, 0x93, 0x6f, 0x8d, 0x5d, 0xaa, 0x8c, 0x79, 0x15, 0x5d, 0xb3, 0x19, 0xd7, 0xd8, 0x39, 0xf9, 0x3a, 0x63, 0x8f, 0x81, 0x15, 0xb6, 0xd6, 0x9a, 0x37, 0xa8, 0x8e, 0x9b}} return a, nil } @@ -196,7 +196,7 @@ func _1606224181_drop_photo_path_from_accountsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.up.sql", size: 866, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1606224181_drop_photo_path_from_accounts.up.sql", size: 866, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xff, 0x4c, 0x97, 0xee, 0xef, 0x82, 0xb8, 0x6c, 0x71, 0xbb, 0x50, 0x7b, 0xe6, 0xd9, 0x22, 0x31, 0x7c, 0x1a, 0xfe, 0x91, 0x28, 0xf6, 0x6, 0x36, 0xe, 0xb1, 0xf1, 0xc8, 0x25, 0xac, 0x7e, 0xd6}} return a, nil } @@ -216,7 +216,7 @@ func _1648646095_image_clockDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1648646095_image_clock.down.sql", size: 939, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1648646095_image_clock.down.sql", size: 939, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0xa8, 0x1f, 0xf, 0xe0, 0xd7, 0xc9, 0x68, 0x98, 0xd8, 0x37, 0xb8, 0xba, 0x9e, 0xb2, 0x19, 0xf3, 0xc4, 0x73, 0x80, 0x3, 0x17, 0x2a, 0x53, 0x68, 0x10, 0x13, 0x54, 0x99, 0xb1, 0xf5, 0x1c}} return a, nil } @@ -236,7 +236,7 @@ func _1648646095_image_clockUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1648646095_image_clock.up.sql", size: 69, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1648646095_image_clock.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x98, 0xa6, 0xa4, 0x4e, 0x4e, 0xca, 0x17, 0x56, 0xea, 0xfb, 0xf0, 0xa9, 0x81, 0x95, 0xe, 0x80, 0x52, 0x1, 0x47, 0x9b, 0xde, 0x14, 0xfa, 0x72, 0xc9, 0x62, 0x6f, 0x24, 0xa2, 0xc, 0x32, 0x50}} return a, nil } @@ -256,7 +256,7 @@ func _1649317600_add_color_hashUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1649317600_add_color_hash.up.sql", size: 201, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1649317600_add_color_hash.up.sql", size: 201, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0xf, 0x37, 0x6d, 0xcf, 0x99, 0xc9, 0x2e, 0xdc, 0x70, 0x11, 0xb4, 0x36, 0x26, 0x4f, 0x39, 0xa8, 0x44, 0xf, 0xcb, 0xcc, 0x81, 0x74, 0x7a, 0x88, 0xaa, 0x54, 0x8c, 0xc4, 0xe, 0x56, 0x4f}} return a, nil } @@ -276,7 +276,7 @@ func _1660238799_accounts_kdfUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660238799_accounts_kdf.up.sql", size: 115, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1660238799_accounts_kdf.up.sql", size: 115, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0xe6, 0x7a, 0x69, 0x25, 0x42, 0x3b, 0x9c, 0x20, 0xf5, 0xcb, 0xae, 0xb0, 0xb3, 0x1b, 0x66, 0xc2, 0x5d, 0xd0, 0xc1, 0x59, 0xe8, 0xa9, 0xc5, 0x69, 0x58, 0x8f, 0xae, 0xe6, 0xd1, 0x4c, 0x53}} return a, nil } @@ -296,7 +296,7 @@ func _1679505708_add_customization_colorUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1679505708_add_customization_color.up.sql", size: 78, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1679505708_add_customization_color.up.sql", size: 78, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0xe1, 0x3d, 0xaa, 0x5d, 0x35, 0x87, 0x8a, 0x8b, 0xe9, 0x4a, 0xa6, 0x7b, 0x85, 0xbc, 0x33, 0x11, 0xc7, 0x7d, 0x61, 0xac, 0x65, 0x59, 0xda, 0x32, 0x59, 0x68, 0x9d, 0xa1, 0x10, 0x7b, 0xa9}} return a, nil } @@ -316,7 +316,7 @@ func _1687853321_add_customization_color_updated_atUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687853321_add_customization_color_updated_at.up.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1687853321_add_customization_color_updated_at.up.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xc2, 0x9, 0xec, 0xf4, 0xd1, 0x46, 0x29, 0xc5, 0xce, 0x4d, 0xd4, 0xf, 0x9c, 0xfa, 0x62, 0x1, 0x29, 0xe6, 0xd2, 0xd5, 0xe, 0xf0, 0x27, 0x81, 0x4a, 0x82, 0x25, 0x5f, 0x67, 0xff, 0xd1}} return a, nil } @@ -336,7 +336,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 74, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 74, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x7c, 0x28, 0xcd, 0x47, 0xf2, 0xfa, 0x7c, 0x51, 0x2d, 0xd8, 0x38, 0xb, 0xb0, 0x34, 0x9d, 0x4c, 0x62, 0xa, 0x9e, 0x28, 0xc3, 0x31, 0x23, 0xd9, 0xbb, 0x89, 0x9f, 0xa0, 0x89, 0x1f, 0xe8}} return a, nil } diff --git a/protocol/anonmetrics/migrations/migrations.go b/protocol/anonmetrics/migrations/migrations.go index 838e41c2d..c39a9b19e 100644 --- a/protocol/anonmetrics/migrations/migrations.go +++ b/protocol/anonmetrics/migrations/migrations.go @@ -86,7 +86,7 @@ func _1619446565_postgres_make_anon_metrics_tableDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.down.sql", size: 24, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.down.sql", size: 24, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x75, 0xea, 0x1, 0x74, 0xe6, 0xa3, 0x11, 0xd0, 0x86, 0x87, 0x7e, 0x31, 0xb4, 0x1a, 0x27, 0x5d, 0xda, 0x77, 0xa3, 0xf5, 0x1d, 0x88, 0x79, 0xcf, 0xd5, 0x95, 0x75, 0xd, 0x47, 0xa1, 0x90, 0x5}} return a, nil } @@ -106,7 +106,7 @@ func _1619446565_postgres_make_anon_metrics_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.up.sql", size: 443, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1619446565_postgres_make_anon_metrics_table.up.sql", size: 443, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0xdc, 0x72, 0x28, 0x3c, 0xf6, 0x94, 0xb0, 0x47, 0x3d, 0xca, 0x55, 0x3d, 0xf7, 0x83, 0xb8, 0x7d, 0x2f, 0x1e, 0x98, 0xb7, 0xde, 0xa, 0xff, 0xa0, 0x52, 0x60, 0x83, 0x56, 0xc5, 0xd1, 0xa2}} return a, nil } @@ -126,7 +126,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 380, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 380, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x1, 0xd4, 0xd6, 0xc7, 0x44, 0xd4, 0xfd, 0x7b, 0x69, 0x1f, 0xe3, 0xe, 0x48, 0x14, 0x99, 0xf0, 0x8e, 0x43, 0xae, 0x54, 0x64, 0xa2, 0x8b, 0x82, 0x1c, 0x2b, 0xb, 0xec, 0xf5, 0xb3, 0xfc}} return a, nil } diff --git a/protocol/common/message.go b/protocol/common/message.go index 20a98addf..f6938dc74 100644 --- a/protocol/common/message.go +++ b/protocol/common/message.go @@ -33,6 +33,7 @@ type QuotedMessage struct { From string `json:"from"` Text string `json:"text"` ParsedText json.RawMessage `json:"parsedText,omitempty"` + AlbumImages json.RawMessage `json:"albumImages,omitempty"` AlbumImagesCount int64 `json:"albumImagesCount"` // ImageLocalURL is the local url of the image ImageLocalURL string `json:"image,omitempty"` diff --git a/protocol/encryption/migrations/migrations.go b/protocol/encryption/migrations/migrations.go index f8b6f78e3..f5a74644f 100644 --- a/protocol/encryption/migrations/migrations.go +++ b/protocol/encryption/migrations/migrations.go @@ -103,7 +103,7 @@ func _1536754952_initial_schemaDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1536754952_initial_schema.down.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1536754952_initial_schema.down.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0xcf, 0x76, 0x71, 0x1f, 0x5e, 0x9a, 0x43, 0xd8, 0xcd, 0xb8, 0xc3, 0x70, 0xc3, 0x7f, 0xfc, 0x90, 0xb4, 0x25, 0x1e, 0xf4, 0x66, 0x20, 0xb8, 0x33, 0x7e, 0xb0, 0x76, 0x1f, 0xc, 0xc0, 0x75}} return a, nil } @@ -123,7 +123,7 @@ func _1536754952_initial_schemaUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1536754952_initial_schema.up.sql", size: 962, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1536754952_initial_schema.up.sql", size: 962, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x90, 0x5a, 0x59, 0x3e, 0x3, 0xe2, 0x3c, 0x81, 0x42, 0xcd, 0x4c, 0x9a, 0xe8, 0xda, 0x93, 0x2b, 0x70, 0xa4, 0xd5, 0x29, 0x3e, 0xd5, 0xc9, 0x27, 0xb6, 0xb7, 0x65, 0xff, 0x0, 0xcb, 0xde}} return a, nil } @@ -143,7 +143,7 @@ func _1539249977_update_ratchet_infoDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1539249977_update_ratchet_info.down.sql", size: 311, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1539249977_update_ratchet_info.down.sql", size: 311, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0xa4, 0xeb, 0xa0, 0xe6, 0xa0, 0xd4, 0x48, 0xbb, 0xad, 0x6f, 0x7d, 0x67, 0x8c, 0xbd, 0x25, 0xde, 0x1f, 0x73, 0x9a, 0xbb, 0xa8, 0xc9, 0x30, 0xb7, 0xa9, 0x7c, 0xaf, 0xb5, 0x1, 0x61, 0xdd}} return a, nil } @@ -163,7 +163,7 @@ func _1539249977_update_ratchet_infoUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1539249977_update_ratchet_info.up.sql", size: 368, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1539249977_update_ratchet_info.up.sql", size: 368, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x8e, 0xbf, 0x6f, 0xa, 0xc0, 0xe1, 0x3c, 0x42, 0x28, 0x88, 0x1d, 0xdb, 0xba, 0x1c, 0x83, 0xec, 0xba, 0xd3, 0x5f, 0x5c, 0x77, 0x5e, 0xa7, 0x46, 0x36, 0xec, 0x69, 0xa, 0x4b, 0x17, 0x79}} return a, nil } @@ -183,7 +183,7 @@ func _1540715431_add_versionDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1540715431_add_version.down.sql", size: 127, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1540715431_add_version.down.sql", size: 127, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x9, 0x4, 0xe3, 0x76, 0x2e, 0xb8, 0x9, 0x23, 0xf0, 0x70, 0x93, 0xc4, 0x50, 0xe, 0x9d, 0x84, 0x22, 0x8c, 0x94, 0xd3, 0x24, 0x9, 0x9a, 0xc1, 0xa1, 0x48, 0x45, 0xfd, 0x40, 0x6e, 0xe6}} return a, nil } @@ -203,7 +203,7 @@ func _1540715431_add_versionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1540715431_add_version.up.sql", size: 265, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1540715431_add_version.up.sql", size: 265, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc7, 0x4c, 0x36, 0x96, 0xdf, 0x16, 0x10, 0xa6, 0x27, 0x1a, 0x79, 0x8b, 0x42, 0x83, 0x23, 0xc, 0x7e, 0xb6, 0x3d, 0x2, 0xda, 0xa4, 0xb4, 0xd, 0x27, 0x55, 0xba, 0xdc, 0xb2, 0x88, 0x8f, 0xa6}} return a, nil } @@ -223,7 +223,7 @@ func _1541164797_add_installationsDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1541164797_add_installations.down.sql", size: 26, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1541164797_add_installations.down.sql", size: 26, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0xfd, 0xe6, 0xd8, 0xca, 0x3b, 0x38, 0x18, 0xee, 0x0, 0x5f, 0x36, 0x9e, 0x1e, 0xd, 0x19, 0x3e, 0xb4, 0x73, 0x53, 0xe9, 0xa5, 0xac, 0xdd, 0xa1, 0x2f, 0xc7, 0x6c, 0xa8, 0xd9, 0xa, 0x88}} return a, nil } @@ -243,7 +243,7 @@ func _1541164797_add_installationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1541164797_add_installations.up.sql", size: 216, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1541164797_add_installations.up.sql", size: 216, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2d, 0x18, 0x26, 0xb8, 0x88, 0x47, 0xdb, 0x83, 0xcc, 0xb6, 0x9d, 0x1c, 0x1, 0xae, 0x2f, 0xde, 0x97, 0x82, 0x3, 0x30, 0xa8, 0x63, 0xa1, 0x78, 0x4b, 0xa5, 0x9, 0x8, 0x75, 0xa2, 0x57, 0x81}} return a, nil } @@ -263,7 +263,7 @@ func _1558084410_add_secretDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1558084410_add_secret.down.sql", size: 56, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1558084410_add_secret.down.sql", size: 56, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xb, 0x65, 0xdf, 0x59, 0xbf, 0xe9, 0x5, 0x5b, 0x6f, 0xd5, 0x3a, 0xb7, 0x57, 0xe8, 0x78, 0x38, 0x73, 0x53, 0x57, 0xf7, 0x24, 0x4, 0xe4, 0xa2, 0x49, 0x22, 0xa2, 0xc6, 0xfd, 0x80, 0xa4}} return a, nil } @@ -283,7 +283,7 @@ func _1558084410_add_secretUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1558084410_add_secret.up.sql", size: 301, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1558084410_add_secret.up.sql", size: 301, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x32, 0x36, 0x8e, 0x47, 0xb0, 0x8f, 0xc1, 0xc6, 0xf7, 0xc6, 0x9f, 0x2d, 0x44, 0x75, 0x2b, 0x26, 0xec, 0x6, 0xa0, 0x7b, 0xa5, 0xbd, 0xc8, 0x76, 0x8a, 0x82, 0x68, 0x2, 0x42, 0xb5, 0xf4}} return a, nil } @@ -303,7 +303,7 @@ func _1558588866_add_versionDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1558588866_add_version.down.sql", size: 47, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1558588866_add_version.down.sql", size: 47, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x52, 0x34, 0x3c, 0x46, 0x4a, 0xf0, 0x72, 0x47, 0x6f, 0x49, 0x5c, 0xc7, 0xf9, 0x32, 0xce, 0xc4, 0x3d, 0xfd, 0x61, 0xa1, 0x8b, 0x8f, 0xf2, 0x31, 0x34, 0xde, 0x15, 0x49, 0xa6, 0xde, 0xb9}} return a, nil } @@ -323,7 +323,7 @@ func _1558588866_add_versionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1558588866_add_version.up.sql", size: 57, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1558588866_add_version.up.sql", size: 57, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0xea, 0x64, 0x39, 0x61, 0x20, 0x83, 0x83, 0xb, 0x2e, 0x79, 0x64, 0xb, 0x53, 0xfa, 0xfe, 0xc6, 0xf7, 0x67, 0x42, 0xd3, 0x4f, 0xdc, 0x7e, 0x30, 0x32, 0xe8, 0x14, 0x41, 0xe9, 0xe7, 0x3b}} return a, nil } @@ -343,7 +343,7 @@ func _1559627659_add_contact_codeDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1559627659_add_contact_code.down.sql", size: 32, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1559627659_add_contact_code.down.sql", size: 32, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5d, 0x64, 0x6d, 0xce, 0x24, 0x42, 0x20, 0x8d, 0x4f, 0x37, 0xaa, 0x9d, 0xc, 0x57, 0x98, 0xc1, 0xd1, 0x1a, 0x34, 0xcd, 0x9f, 0x8f, 0x34, 0x86, 0xb3, 0xd3, 0xdc, 0xf1, 0x7d, 0xe5, 0x1b, 0x6e}} return a, nil } @@ -363,7 +363,7 @@ func _1559627659_add_contact_codeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1559627659_add_contact_code.up.sql", size: 198, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1559627659_add_contact_code.up.sql", size: 198, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x16, 0xf6, 0xc2, 0x62, 0x9c, 0xd2, 0xc9, 0x1e, 0xd8, 0xea, 0xaa, 0xea, 0x95, 0x8f, 0x89, 0x6a, 0x85, 0x5d, 0x9d, 0x99, 0x78, 0x3c, 0x90, 0x66, 0x99, 0x3e, 0x4b, 0x19, 0x62, 0xfb, 0x31, 0x4d}} return a, nil } @@ -383,7 +383,7 @@ func _1561368210_add_installation_metadataDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1561368210_add_installation_metadata.down.sql", size: 35, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1561368210_add_installation_metadata.down.sql", size: 35, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xde, 0x3f, 0xd2, 0x4a, 0x50, 0x98, 0x56, 0xe3, 0xc0, 0xcd, 0x9d, 0xb0, 0x34, 0x3b, 0xe5, 0x62, 0x18, 0xb5, 0x20, 0xc9, 0x3e, 0xdc, 0x6a, 0x40, 0x36, 0x66, 0xea, 0x51, 0x8c, 0x71, 0xf5}} return a, nil } @@ -403,7 +403,7 @@ func _1561368210_add_installation_metadataUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1561368210_add_installation_metadata.up.sql", size: 267, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1561368210_add_installation_metadata.up.sql", size: 267, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x71, 0x8f, 0x29, 0xb1, 0xaa, 0xd6, 0xd1, 0x8c, 0x17, 0xef, 0x6c, 0xd5, 0x80, 0xb8, 0x2c, 0xc3, 0xfe, 0xec, 0x24, 0x4d, 0xc8, 0x25, 0xd3, 0xb4, 0xcd, 0xa9, 0xac, 0x63, 0x61, 0xb2, 0x9c}} return a, nil } @@ -423,7 +423,7 @@ func _1632236298_add_communitiesDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1632236298_add_communities.down.sql", size: 151, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1632236298_add_communities.down.sql", size: 151, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x26, 0xe5, 0x47, 0xd1, 0xe5, 0xec, 0x5b, 0x3e, 0xdc, 0x22, 0xf4, 0x27, 0xee, 0x70, 0xf3, 0x9, 0x4f, 0xd2, 0x9f, 0x92, 0xf, 0x5a, 0x18, 0x11, 0xb7, 0x40, 0xab, 0xf1, 0x98, 0x72, 0xd6, 0x60}} return a, nil } @@ -443,7 +443,7 @@ func _1632236298_add_communitiesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1632236298_add_communities.up.sql", size: 584, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1632236298_add_communities.up.sql", size: 584, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xe0, 0x1, 0x6e, 0x84, 0xc, 0x35, 0xe4, 0x5a, 0xf, 0xbe, 0xcb, 0xf7, 0xd2, 0xa8, 0x25, 0xf5, 0xdb, 0x7, 0xcb, 0xa3, 0xe6, 0xf4, 0xc4, 0x1b, 0xa5, 0xec, 0x32, 0x1e, 0x1e, 0x48, 0x60}} return a, nil } @@ -463,7 +463,7 @@ func _1636536507_add_index_bundlesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1636536507_add_index_bundles.up.sql", size: 347, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1636536507_add_index_bundles.up.sql", size: 347, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xb9, 0x3c, 0x16, 0xfc, 0xfb, 0xb2, 0xb4, 0x3b, 0xfe, 0xdc, 0xf5, 0x9c, 0x42, 0xa0, 0xa0, 0xd4, 0xd, 0x5b, 0x97, 0x10, 0x80, 0x95, 0xe, 0x13, 0xc1, 0x18, 0x8, 0xee, 0xf, 0x99, 0xee}} return a, nil } @@ -483,7 +483,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 377, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 377, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xef, 0xaf, 0xdf, 0xcf, 0x65, 0xae, 0x19, 0xfc, 0x9d, 0x29, 0xc1, 0x91, 0xaf, 0xb5, 0xd5, 0xb1, 0x56, 0xf3, 0xee, 0xa8, 0xba, 0x13, 0x65, 0xdb, 0xab, 0xcf, 0x4e, 0xac, 0x92, 0xe9, 0x60, 0xf1}} return a, nil } diff --git a/protocol/message_persistence.go b/protocol/message_persistence.go index b1c2152fe..83e3ac829 100644 --- a/protocol/message_persistence.go +++ b/protocol/message_persistence.go @@ -72,6 +72,7 @@ func (db sqlitePersistence) tableUserMessagesAllFields() string { image_payload, image_type, album_id, + album_images, album_images_count, image_width, image_height, @@ -181,6 +182,7 @@ func (db sqlitePersistence) tableUserMessagesAllFieldsJoin() string { m2.source, m2.text, m2.parsed_text, + m2.album_images, m2.album_images_count, m2.audio_duration_ms, m2.community_id, @@ -209,6 +211,7 @@ func (db sqlitePersistence) tableUserMessagesScanAllFields(row scanner, message var ContentType sql.NullInt64 var quotedText sql.NullString var quotedParsedText []byte + var quotedAlbumImages []byte var quotedAlbumImagesCount sql.NullInt64 var quotedFrom sql.NullString var quotedAudioDuration sql.NullInt64 @@ -318,6 +321,7 @@ func (db sqlitePersistence) tableUserMessagesScanAllFields(row scanner, message "edFrom, "edText, "edParsedText, + "edAlbumImages, "edAlbumImagesCount, "edAudioDuration, "edCommunityID, @@ -376,6 +380,7 @@ func (db sqlitePersistence) tableUserMessagesScanAllFields(row scanner, message From: quotedFrom.String, Text: quotedText.String, ParsedText: quotedParsedText, + AlbumImages: quotedAlbumImages, AlbumImagesCount: quotedAlbumImagesCount.Int64, CommunityID: quotedCommunityID.String, Deleted: quotedDeleted.Bool, @@ -459,6 +464,11 @@ func (db sqlitePersistence) tableUserMessagesScanAllFields(row scanner, message func (db sqlitePersistence) tableUserMessagesAllValues(message *common.Message) ([]interface{}, error) { var gapFrom, gapTo uint32 + var albumImages []byte + if message.QuotedMessage != nil { + albumImages = []byte(message.QuotedMessage.AlbumImages) + } + sticker := message.GetSticker() if sticker == nil { sticker = &protobuf.StickerMessage{} @@ -547,6 +557,7 @@ func (db sqlitePersistence) tableUserMessagesAllValues(message *common.Message) image.Payload, image.Type, image.AlbumId, + albumImages, image.AlbumImagesCount, image.Width, image.Height, diff --git a/protocol/messenger.go b/protocol/messenger.go index 2735ae2f9..27071d71b 100644 --- a/protocol/messenger.go +++ b/protocol/messenger.go @@ -2432,7 +2432,11 @@ func (m *Messenger) sendChatMessage(ctx context.Context, message *common.Message zap.String("Clock", strconv.FormatUint(message.Clock, 10)), zap.String("Timestamp", strconv.FormatUint(message.Timestamp, 10)), ) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + + if err != nil { + return nil, err + } return &response, m.saveChat(chat) } @@ -3482,7 +3486,11 @@ func (r *ReceivedMessageState) addNewActivityCenterNotification(publicKey ecdsa. } if m.httpServer != nil { for _, msg := range album { - m.prepareMessage(msg, m.httpServer) + err = m.prepareMessage(msg, m.httpServer) + + if err != nil { + return err + } } } @@ -3930,7 +3938,10 @@ func (m *Messenger) saveDataAndPrepareResponse(messageState *ReceivedMessageStat return nil, err } - m.prepareMessages(messageState.Response.messages) + err = m.prepareMessages(messageState.Response.messages) + if err != nil { + return nil, err + } for _, message := range messageState.Response.messages { if _, ok := newMessagesIds[message.ID]; ok { @@ -4044,24 +4055,68 @@ func (m *Messenger) MessageByChatID(chatID, cursor string, limit int) ([]*common if m.httpServer != nil { for idx := range msgs { - m.prepareMessage(msgs[idx], m.httpServer) + err = m.prepareMessage(msgs[idx], m.httpServer) + + if err != nil { + return nil, "", err + } } } return msgs, nextCursor, nil } -func (m *Messenger) prepareMessages(messages map[string]*common.Message) { +func (m *Messenger) prepareMessages(messages map[string]*common.Message) error { if m.httpServer != nil { for idx := range messages { - m.prepareMessage(messages[idx], m.httpServer) + err := m.prepareMessage(messages[idx], m.httpServer) + + if err != nil { + return err + } } } + return nil } -func (m *Messenger) prepareMessage(msg *common.Message, s *server.MediaServer) { +func extractQuotedImages(messages []*common.Message, s *server.MediaServer) []string { + var quotedImages []string + + for _, message := range messages { + if message.ChatMessage != nil && message.ChatMessage.ContentType == protobuf.ChatMessage_IMAGE { + quotedImages = append(quotedImages, s.MakeImageURL(message.ID)) + } + } + return quotedImages +} + +func (m *Messenger) prepareMessage(msg *common.Message, s *server.MediaServer) error { if msg.QuotedMessage != nil && msg.QuotedMessage.ContentType == int64(protobuf.ChatMessage_IMAGE) { msg.QuotedMessage.ImageLocalURL = s.MakeImageURL(msg.QuotedMessage.ID) + + quotedMessage, err := m.MessageByID(msg.QuotedMessage.ID) + if err != nil { + return err + } + if quotedMessage == nil { + return errors.New("message not found") + } + + if quotedMessage.ChatMessage != nil { + albumID := quotedMessage.ChatMessage.GetImage().AlbumId + albumMessages, err := m.persistence.albumMessages(quotedMessage.LocalChatID, albumID) + if err != nil { + return err + } + + var quotedImages = extractQuotedImages(albumMessages, s) + + if quotedImagesJSON, err := json.Marshal(quotedImages); err == nil { + msg.QuotedMessage.AlbumImages = quotedImagesJSON + } else { + return err + } + } } if msg.QuotedMessage != nil && msg.QuotedMessage.ContentType == int64(protobuf.ChatMessage_AUDIO) { msg.QuotedMessage.AudioLocalURL = s.MakeAudioURL(msg.QuotedMessage.ID) @@ -4073,7 +4128,7 @@ func (m *Messenger) prepareMessage(msg *common.Message, s *server.MediaServer) { dm := msg.QuotedMessage.DiscordMessage exists, err := m.persistence.HasDiscordMessageAuthorImagePayload(dm.Author.Id) if err != nil { - return + return err } if exists { @@ -4090,7 +4145,7 @@ func (m *Messenger) prepareMessage(msg *common.Message, s *server.MediaServer) { dm := msg.GetDiscordMessage() exists, err := m.persistence.HasDiscordMessageAuthorImagePayload(dm.Author.Id) if err != nil { - return + return err } if exists { @@ -4123,6 +4178,8 @@ func (m *Messenger) prepareMessage(msg *common.Message, s *server.MediaServer) { msg.LinkPreviews = msg.ConvertFromProtoToLinkPreviews(s.MakeLinkPreviewThumbnailURL) msg.StatusLinkPreviews = msg.ConvertFromProtoToStatusLinkPreviews(s.MakeStatusLinkPreviewThumbnailURL) + + return nil } func (m *Messenger) AllMessageByChatIDWhichMatchTerm(chatID string, searchTerm string, caseSensitive bool) ([]*common.Message, error) { diff --git a/protocol/messenger_activity_center.go b/protocol/messenger_activity_center.go index 82179fb70..fcdf8edf5 100644 --- a/protocol/messenger_activity_center.go +++ b/protocol/messenger_activity_center.go @@ -46,7 +46,11 @@ func (m *Messenger) ActivityCenterNotifications(request ActivityCenterNotificati if m.httpServer != nil { for _, notification := range notifications { if notification.Message != nil { - m.prepareMessage(notification.Message, m.httpServer) + err = m.prepareMessage(notification.Message, m.httpServer) + + if err != nil { + return nil, err + } image := notification.Message.GetImage() if image != nil && image.AlbumId != "" { @@ -59,7 +63,11 @@ func (m *Messenger) ActivityCenterNotifications(request ActivityCenterNotificati } if notification.AlbumMessages != nil { for _, message := range notification.AlbumMessages { - m.prepareMessage(message, m.httpServer) + err = m.prepareMessage(message, m.httpServer) + + if err != nil { + return nil, err + } } } } diff --git a/protocol/messenger_contact_verification.go b/protocol/messenger_contact_verification.go index 430da0e47..420e1d349 100644 --- a/protocol/messenger_contact_verification.go +++ b/protocol/messenger_contact_verification.go @@ -127,7 +127,10 @@ func (m *Messenger) SendContactVerificationRequest(ctx context.Context, contactI response.AddMessage(chatMessage) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + if err != nil { + return nil, err + } return response, nil } diff --git a/protocol/messenger_contacts.go b/protocol/messenger_contacts.go index f73413b95..fc88f8167 100644 --- a/protocol/messenger_contacts.go +++ b/protocol/messenger_contacts.go @@ -333,7 +333,10 @@ func (m *Messenger) updateAcceptedContactRequest(response *MessengerResponse, co return nil, err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return nil, err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return nil, err @@ -498,7 +501,10 @@ func (m *Messenger) addContact(ctx context.Context, pubKey, ensName, nickname, d return nil, err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return nil, err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return nil, err @@ -636,7 +642,10 @@ func (m *Messenger) removeContact(ctx context.Context, response *MessengerRespon return err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return err diff --git a/protocol/messenger_handler.go b/protocol/messenger_handler.go index fdb919bd0..cc70c99f4 100644 --- a/protocol/messenger_handler.go +++ b/protocol/messenger_handler.go @@ -1022,7 +1022,10 @@ func (m *Messenger) handleAcceptContactRequestMessage(state *ReceivedMessageStat return err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return err @@ -1106,7 +1109,10 @@ func (m *Messenger) handleRetractContactRequest(state *ReceivedMessageState, con return err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return err @@ -2211,7 +2217,10 @@ func (m *Messenger) handleChatMessage(state *ReceivedMessageState, forceSeen boo return err } - m.prepareMessage(updateMessage, m.httpServer) + err = m.prepareMessage(updateMessage, m.httpServer) + if err != nil { + return err + } err = m.persistence.SaveMessages([]*common.Message{updateMessage}) if err != nil { return err diff --git a/protocol/messenger_messages.go b/protocol/messenger_messages.go index adb987334..2cef2bc60 100644 --- a/protocol/messenger_messages.go +++ b/protocol/messenger_messages.go @@ -125,7 +125,10 @@ func (m *Messenger) EditMessage(ctx context.Context, request *requests.EditMessa return nil, err } response.AddMessages(updatedMessages) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + if err != nil { + return nil, err + } response.AddChat(chat) return response, nil @@ -256,7 +259,10 @@ func (m *Messenger) DeleteMessageAndSend(ctx context.Context, messageID string) } response.AddMessages(updatedMessages) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + if err != nil { + return nil, err + } } response.AddChat(chat) @@ -316,7 +322,10 @@ func (m *Messenger) DeleteMessageForMeAndSync(ctx context.Context, localChatID s response.AddMessages(updatedMessages) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + if err != nil { + return nil, err + } } response.AddChat(chat) diff --git a/protocol/messenger_pin_messages.go b/protocol/messenger_pin_messages.go index 847ddda97..3e9f329b8 100644 --- a/protocol/messenger_pin_messages.go +++ b/protocol/messenger_pin_messages.go @@ -118,7 +118,10 @@ func (m *Messenger) sendPinMessage(ctx context.Context, message *common.PinMessa } response.SetMessages(msg) - m.prepareMessages(response.messages) + err = m.prepareMessages(response.messages) + if err != nil { + return nil, err + } } response.AddPinMessage(message) @@ -136,7 +139,10 @@ func (m *Messenger) PinnedMessageByChatID(chatID, cursor string, limit int) ([]* if m.httpServer != nil { for idx := range pinnedMsgs { msg := pinnedMsgs[idx].Message - m.prepareMessage(msg, m.httpServer) + err = m.prepareMessage(msg, m.httpServer) + if err != nil { + return nil, "", err + } pinnedMsgs[idx].Message = msg } } diff --git a/protocol/migrations/migrations.go b/protocol/migrations/migrations.go index 588859d13..83322e7a1 100644 --- a/protocol/migrations/migrations.go +++ b/protocol/migrations/migrations.go @@ -115,6 +115,7 @@ // 1700044187_curated_communities.up.sql (131B) // 1700820989_add_resend_automatically_index.up.sql (77B) // 1702996953_add_communities_shards_table.up.sql (208B) +// 1704489636_add_album_images.up.sql (66B) // README.md (554B) // doc.go (850B) @@ -200,7 +201,7 @@ func _000001_initDownDbSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "000001_init.down.db.sql", size: 65, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "000001_init.down.db.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0xbb, 0x3f, 0x1, 0x75, 0x19, 0x70, 0x86, 0xa7, 0x34, 0x40, 0x17, 0x34, 0x3e, 0x18, 0x51, 0x79, 0xd4, 0x22, 0xad, 0x8f, 0x80, 0xcc, 0xa6, 0xcc, 0x6, 0x2b, 0x62, 0x2, 0x47, 0xba, 0xf9}} return a, nil } @@ -220,7 +221,7 @@ func _000001_initUpDbSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "000001_init.up.db.sql", size: 2719, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "000001_init.up.db.sql", size: 2719, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0xdc, 0xeb, 0xe, 0xc2, 0x4f, 0x75, 0xa, 0xf6, 0x3e, 0xc7, 0xc4, 0x4, 0xe2, 0xe1, 0xa4, 0x73, 0x2f, 0x4a, 0xad, 0x1a, 0x0, 0xc3, 0x93, 0x9d, 0x77, 0x3e, 0x31, 0x91, 0x77, 0x2e, 0xc8}} return a, nil } @@ -240,7 +241,7 @@ func _000002_add_last_ens_clock_valueUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "000002_add_last_ens_clock_value.up.sql", size: 77, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "000002_add_last_ens_clock_value.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0x3, 0x8f, 0xd5, 0x85, 0x83, 0x47, 0xbe, 0xf9, 0x82, 0x7e, 0x81, 0xa4, 0xbd, 0xaa, 0xd5, 0x98, 0x18, 0x5, 0x2d, 0x82, 0x42, 0x3b, 0x3, 0x50, 0xc3, 0x1e, 0x84, 0x35, 0xf, 0xb6, 0x2b}} return a, nil } @@ -260,7 +261,7 @@ func _1586358095_add_replaceUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1586358095_add_replace.up.sql", size: 224, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1586358095_add_replace.up.sql", size: 224, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd2, 0xb3, 0xa9, 0xc7, 0x7f, 0x9d, 0x8f, 0x43, 0x8c, 0x9e, 0x58, 0x8d, 0x44, 0xbc, 0xfa, 0x6b, 0x5f, 0x3f, 0x5a, 0xbe, 0xe8, 0xb1, 0x16, 0xf, 0x91, 0x2a, 0xa0, 0x71, 0xbb, 0x8d, 0x6b, 0xcb}} return a, nil } @@ -280,7 +281,7 @@ func _1588665364_add_image_dataUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1588665364_add_image_data.up.sql", size: 186, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1588665364_add_image_data.up.sql", size: 186, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd6, 0xc6, 0x35, 0xb4, 0x4c, 0x39, 0x96, 0x29, 0x30, 0xda, 0xf4, 0x8f, 0xcb, 0xf1, 0x9f, 0x84, 0xdc, 0x88, 0xd4, 0xd5, 0xbc, 0xb6, 0x5b, 0x46, 0x78, 0x67, 0x76, 0x1a, 0x5, 0x36, 0xdc, 0xe5}} return a, nil } @@ -300,7 +301,7 @@ func _1589365189_add_pow_targetUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1589365189_add_pow_target.up.sql", size: 66, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1589365189_add_pow_target.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x3a, 0xe2, 0x2e, 0x7d, 0xaf, 0xbb, 0xcc, 0x21, 0xa1, 0x7a, 0x41, 0x9a, 0xd0, 0xbb, 0xa9, 0xc8, 0x35, 0xf9, 0x32, 0x34, 0x46, 0x44, 0x9a, 0x86, 0x40, 0x7c, 0xb9, 0x23, 0xc7, 0x3, 0x3f}} return a, nil } @@ -320,7 +321,7 @@ func _1591277220_add_index_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1591277220_add_index_messages.up.sql", size: 240, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1591277220_add_index_messages.up.sql", size: 240, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0xfe, 0xbe, 0xd5, 0xb8, 0x8f, 0xdd, 0xef, 0xbb, 0xa8, 0xad, 0x7f, 0xed, 0x5b, 0x5b, 0x2f, 0xe6, 0x82, 0x27, 0x78, 0x1f, 0xb9, 0x57, 0xdc, 0x8, 0xc2, 0xb2, 0xa9, 0x9a, 0x4, 0xe1, 0x7a}} return a, nil } @@ -340,7 +341,7 @@ func _1593087212_add_mute_chat_and_raw_message_fieldsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1593087212_add_mute_chat_and_raw_message_fields.up.sql", size: 215, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1593087212_add_mute_chat_and_raw_message_fields.up.sql", size: 215, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0x99, 0x61, 0xd1, 0xaa, 0xb4, 0xbf, 0xaf, 0xd7, 0x20, 0x17, 0x40, 0xf9, 0x2, 0xfb, 0xcc, 0x40, 0x2a, 0xd, 0x86, 0x36, 0x30, 0x88, 0x89, 0x25, 0x80, 0x42, 0xb0, 0x5b, 0xe9, 0x73, 0x78}} return a, nil } @@ -360,7 +361,7 @@ func _1595862781_add_audio_dataUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1595862781_add_audio_data.up.sql", size: 246, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1595862781_add_audio_data.up.sql", size: 246, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0xd2, 0xee, 0x55, 0xfb, 0x36, 0xa4, 0x92, 0x66, 0xe, 0x81, 0x62, 0x1e, 0x7a, 0x69, 0xa, 0xd5, 0x4b, 0xa5, 0x6a, 0x8d, 0x1d, 0xce, 0xf3, 0x3e, 0xc0, 0x5f, 0x9c, 0x66, 0x1b, 0xb4, 0xed}} return a, nil } @@ -380,7 +381,7 @@ func _1595865249_create_emoji_reactions_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1595865249_create_emoji_reactions_table.up.sql", size: 300, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1595865249_create_emoji_reactions_table.up.sql", size: 300, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xc5, 0x43, 0x5c, 0x3d, 0x53, 0x43, 0x2c, 0x1a, 0xa5, 0xb6, 0xbf, 0x7, 0x4, 0x5a, 0x3e, 0x40, 0x8b, 0xa4, 0x57, 0x12, 0x58, 0xbc, 0x42, 0xe2, 0xc3, 0xde, 0x76, 0x98, 0x80, 0xe2, 0xbe}} return a, nil } @@ -400,7 +401,7 @@ func _1596805115_create_group_chat_invitations_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1596805115_create_group_chat_invitations_table.up.sql", size: 231, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1596805115_create_group_chat_invitations_table.up.sql", size: 231, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6d, 0xb1, 0x14, 0x6d, 0x54, 0x28, 0x67, 0xc3, 0x23, 0x6a, 0xfc, 0x80, 0xdf, 0x9e, 0x4c, 0x35, 0x36, 0xf, 0xf8, 0xf3, 0x5f, 0xae, 0xad, 0xb, 0xc1, 0x51, 0x8e, 0x17, 0x7, 0xe5, 0x7f, 0x91}} return a, nil } @@ -420,7 +421,7 @@ func _1597322655_add_invitation_admin_chat_fieldUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1597322655_add_invitation_admin_chat_field.up.sql", size: 54, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1597322655_add_invitation_admin_chat_field.up.sql", size: 54, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x7a, 0xa0, 0xf2, 0xdb, 0x13, 0x91, 0x91, 0xa8, 0x34, 0x1a, 0xa1, 0x49, 0x68, 0xd5, 0xae, 0x2c, 0xd8, 0xd5, 0xea, 0x8f, 0x8c, 0xc7, 0x2, 0x4e, 0x58, 0x2c, 0x3a, 0x14, 0xd4, 0x4f, 0x2c}} return a, nil } @@ -440,7 +441,7 @@ func _1597757544_add_nicknameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1597757544_add_nickname.up.sql", size: 52, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1597757544_add_nickname.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xa2, 0x64, 0x50, 0xc5, 0x4, 0xb9, 0x8b, 0xd1, 0x18, 0x9b, 0xc3, 0x91, 0x36, 0x2a, 0x1f, 0xc3, 0x6c, 0x2d, 0x92, 0xf8, 0x5e, 0xff, 0xb1, 0x59, 0x61, 0x2, 0x1c, 0xe1, 0x85, 0x90, 0xa4}} return a, nil } @@ -460,7 +461,7 @@ func _1598955122_add_mentionsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1598955122_add_mentions.up.sql", size: 52, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1598955122_add_mentions.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8d, 0x22, 0x17, 0x92, 0xd2, 0x11, 0x4e, 0x7, 0x93, 0x9a, 0x55, 0xfd, 0xb, 0x97, 0xc4, 0x63, 0x6a, 0x81, 0x97, 0xcd, 0xb2, 0xf8, 0x4b, 0x5f, 0x3c, 0xfa, 0x3a, 0x38, 0x53, 0x10, 0xed, 0x9d}} return a, nil } @@ -480,7 +481,7 @@ func _1599641390_add_emoji_reactions_indexUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1599641390_add_emoji_reactions_index.up.sql", size: 126, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1599641390_add_emoji_reactions_index.up.sql", size: 126, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0xd8, 0xdc, 0xa7, 0xb, 0x92, 0x7a, 0x61, 0x37, 0x24, 0x1c, 0x77, 0x5e, 0xe, 0x7e, 0xfc, 0x9f, 0x98, 0x7b, 0x65, 0xe7, 0xf9, 0x71, 0x57, 0x89, 0x2d, 0x90, 0x1b, 0xf6, 0x5e, 0x37, 0xe8}} return a, nil } @@ -500,7 +501,7 @@ func _1599720851_add_seen_index_remove_long_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1599720851_add_seen_index_remove_long_messages.up.sql", size: 150, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1599720851_add_seen_index_remove_long_messages.up.sql", size: 150, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x24, 0x1c, 0xc4, 0x78, 0x91, 0xc7, 0xeb, 0xfe, 0xc8, 0xa0, 0xd8, 0x13, 0x27, 0x97, 0xc8, 0x96, 0x56, 0x97, 0x33, 0x2c, 0x1e, 0x16, 0x8a, 0xd3, 0x49, 0x99, 0x3, 0xe9, 0xbb, 0xc4, 0x5, 0x3c}} return a, nil } @@ -520,7 +521,7 @@ func _1603198582_add_profile_chat_fieldUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1603198582_add_profile_chat_field.up.sql", size: 45, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1603198582_add_profile_chat_field.up.sql", size: 45, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0xca, 0xe, 0x46, 0xa0, 0x9, 0x9d, 0x47, 0x57, 0xe9, 0xfb, 0x17, 0xeb, 0x9c, 0xf6, 0xb8, 0x1d, 0xe9, 0xd, 0x0, 0xd5, 0xe5, 0xd8, 0x9e, 0x60, 0xa, 0xbf, 0x32, 0x2c, 0x52, 0x7f, 0x6a}} return a, nil } @@ -540,7 +541,7 @@ func _1603816533_add_linksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1603816533_add_links.up.sql", size: 48, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1603816533_add_links.up.sql", size: 48, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x24, 0xd6, 0x1d, 0xa, 0x83, 0x1e, 0x4d, 0xf, 0xae, 0x4d, 0x8c, 0x51, 0x32, 0xa8, 0x37, 0xb0, 0x14, 0xfb, 0x32, 0x34, 0xc8, 0xc, 0x4e, 0x5b, 0xc5, 0x15, 0x65, 0x73, 0x0, 0x0, 0x1d}} return a, nil } @@ -560,7 +561,7 @@ func _1603888149_create_chat_identity_last_published_tableUpSql() (*asset, error return nil, err } - info := bindataFileInfo{name: "1603888149_create_chat_identity_last_published_table.up.sql", size: 407, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1603888149_create_chat_identity_last_published_table.up.sql", size: 407, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x9, 0xf, 0xfb, 0xdb, 0x3c, 0x86, 0x70, 0x82, 0xda, 0x10, 0x25, 0xe2, 0x4e, 0x40, 0x45, 0xab, 0x8b, 0x1c, 0x91, 0x7c, 0xf1, 0x70, 0x2e, 0x81, 0xf3, 0x71, 0x45, 0xda, 0xe2, 0xa4, 0x57}} return a, nil } @@ -580,7 +581,7 @@ func _1605075346_add_communitiesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1605075346_add_communities.up.sql", size: 6971, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1605075346_add_communities.up.sql", size: 6971, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1f, 0x64, 0xea, 0xb4, 0xae, 0x9e, 0xdb, 0x9, 0x58, 0xb6, 0x5c, 0x7a, 0x50, 0xc5, 0xfe, 0x93, 0x5d, 0x36, 0x85, 0x5d, 0x6a, 0xba, 0xc9, 0x7e, 0x84, 0xd7, 0xbf, 0x2a, 0x53, 0xf3, 0x97, 0xf1}} return a, nil } @@ -600,7 +601,7 @@ func _1610117927_add_message_cacheUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1610117927_add_message_cache.up.sql", size: 142, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1610117927_add_message_cache.up.sql", size: 142, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0xf1, 0xf0, 0x82, 0x79, 0x28, 0x19, 0xc2, 0x39, 0x6a, 0xa5, 0x96, 0x59, 0x23, 0xa0, 0xed, 0x60, 0x58, 0x86, 0x9, 0xb9, 0xad, 0xfb, 0xa, 0xe3, 0x47, 0x6e, 0xa1, 0x18, 0xe8, 0x39, 0x2c}} return a, nil } @@ -620,7 +621,7 @@ func _1610959908_add_dont_wrap_to_raw_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1610959908_add_dont_wrap_to_raw_messages.up.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1610959908_add_dont_wrap_to_raw_messages.up.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x2, 0x9a, 0xca, 0xd4, 0x38, 0x44, 0x30, 0x2b, 0xa8, 0x27, 0x32, 0x63, 0x53, 0x22, 0x60, 0x59, 0x84, 0x23, 0x96, 0x77, 0xf0, 0x56, 0xd7, 0x94, 0xe0, 0x95, 0x28, 0x6, 0x1d, 0x4e, 0xb1}} return a, nil } @@ -640,7 +641,7 @@ func _1610960912_add_send_on_personal_topicUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1610960912_add_send_on_personal_topic.up.sql", size: 82, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1610960912_add_send_on_personal_topic.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xac, 0x2f, 0xc4, 0xd, 0xa7, 0x1b, 0x37, 0x30, 0xc2, 0x68, 0xee, 0xde, 0x54, 0x5e, 0xbf, 0x3f, 0xa0, 0xd6, 0xc6, 0x9f, 0xd4, 0x34, 0x12, 0x76, 0x1e, 0x66, 0x4a, 0xfc, 0xf, 0xee, 0xc9}} return a, nil } @@ -660,7 +661,7 @@ func _1612870480_add_datasync_idUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1612870480_add_datasync_id.up.sql", size: 111, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1612870480_add_datasync_id.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0x9a, 0xbc, 0xfa, 0xaa, 0x8c, 0x9c, 0x37, 0x67, 0x15, 0x9c, 0x7e, 0x78, 0x75, 0x66, 0x82, 0x18, 0x72, 0x10, 0xbc, 0xd4, 0xab, 0x44, 0xfe, 0x57, 0x85, 0x6d, 0x19, 0xf5, 0x96, 0x8a, 0xbe}} return a, nil } @@ -680,7 +681,7 @@ func _1614152139_add_communities_request_to_joinUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1614152139_add_communities_request_to_join.up.sql", size: 831, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1614152139_add_communities_request_to_join.up.sql", size: 831, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x3, 0x26, 0xf9, 0x29, 0x50, 0x4f, 0xcd, 0x46, 0xe5, 0xb1, 0x6b, 0xb9, 0x2, 0x40, 0xb1, 0xdf, 0x4a, 0x4c, 0x7a, 0xda, 0x3, 0x35, 0xcd, 0x2d, 0xcc, 0x80, 0x7d, 0x57, 0x5f, 0x3, 0x5c}} return a, nil } @@ -700,7 +701,7 @@ func _1615374373_add_confirmationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1615374373_add_confirmations.up.sql", size: 227, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1615374373_add_confirmations.up.sql", size: 227, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdd, 0xa6, 0x65, 0xc5, 0x1d, 0xb2, 0x77, 0x36, 0xe3, 0x79, 0xda, 0xe8, 0x7a, 0xa4, 0xdf, 0x45, 0xae, 0xd8, 0xb4, 0xba, 0x90, 0xfd, 0x74, 0x71, 0x14, 0x75, 0x73, 0x72, 0xb9, 0x9e, 0x1, 0x81}} return a, nil } @@ -720,7 +721,7 @@ func _1617694931_add_notification_centerUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1617694931_add_notification_center.up.sql", size: 572, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1617694931_add_notification_center.up.sql", size: 572, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x45, 0xc6, 0xc9, 0x73, 0xbb, 0x1f, 0xda, 0xa3, 0x4d, 0x19, 0x98, 0x85, 0x2d, 0xca, 0xda, 0xcc, 0x3b, 0x32, 0xff, 0xc7, 0x7b, 0xe3, 0x9f, 0x9b, 0x2a, 0x93, 0xf5, 0xdf, 0x65, 0x38, 0x91}} return a, nil } @@ -740,7 +741,7 @@ func _1618923660_create_pin_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1618923660_create_pin_messages.up.sql", size: 265, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1618923660_create_pin_messages.up.sql", size: 265, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x61, 0x44, 0x3a, 0xbe, 0x30, 0xd2, 0x7e, 0xc0, 0xe2, 0x8e, 0x65, 0x53, 0x54, 0xbb, 0x7a, 0x1c, 0xb3, 0x5d, 0xd2, 0xa6, 0xa9, 0x28, 0xb7, 0xa4, 0x5f, 0x8b, 0x9, 0x5f, 0x17, 0xc1, 0x85, 0x21}} return a, nil } @@ -760,7 +761,7 @@ func _1619094007_add_joined_chat_fieldUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1619094007_add_joined_chat_field.up.sql", size: 101, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1619094007_add_joined_chat_field.up.sql", size: 101, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfa, 0x30, 0x81, 0x3a, 0x2f, 0x9f, 0xb3, 0x0, 0x55, 0x8e, 0x1d, 0xa8, 0xb0, 0x68, 0xf0, 0x40, 0x1a, 0x6c, 0xaa, 0xfc, 0x33, 0xd1, 0xd1, 0x55, 0x3f, 0xf2, 0xbd, 0x54, 0xa1, 0x2b, 0x40, 0x95}} return a, nil } @@ -780,7 +781,7 @@ func _1619099821_add_last_synced_fieldUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1619099821_add_last_synced_field.up.sql", size: 226, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1619099821_add_last_synced_field.up.sql", size: 226, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x52, 0x22, 0xe, 0x2f, 0xd7, 0x93, 0x5f, 0x42, 0xc2, 0x93, 0x4, 0x35, 0x6f, 0xc9, 0x19, 0xed, 0x6b, 0x52, 0x6f, 0xae, 0x99, 0xe2, 0x68, 0x3d, 0x4f, 0x40, 0xe, 0xe1, 0xa, 0x47, 0x21}} return a, nil } @@ -800,7 +801,7 @@ func _1621933219_add_mentionedUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1621933219_add_mentioned.up.sql", size: 70, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1621933219_add_mentioned.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x76, 0x8a, 0xc9, 0x7, 0x8f, 0xa5, 0xcb, 0x12, 0x21, 0x4e, 0xfe, 0x96, 0x77, 0xcf, 0x7f, 0x76, 0x75, 0x36, 0x2c, 0xf8, 0x1d, 0x13, 0xcb, 0xcd, 0x6e, 0x70, 0xbf, 0xf5, 0x93, 0x67, 0xd1}} return a, nil } @@ -820,7 +821,7 @@ func _1622010048_add_unviewed_mentions_countUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1622010048_add_unviewed_mentions_count.up.sql", size: 114, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1622010048_add_unviewed_mentions_count.up.sql", size: 114, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0x16, 0x85, 0xa6, 0x5b, 0xe1, 0x66, 0xb9, 0x84, 0xbe, 0x7f, 0xa, 0x77, 0x23, 0xb9, 0xef, 0x8e, 0x2, 0x8, 0xfc, 0x61, 0xb2, 0x43, 0xa9, 0x63, 0xae, 0xb4, 0xdf, 0x30, 0xb1, 0x61, 0x4b}} return a, nil } @@ -840,7 +841,7 @@ func _1622061278_add_message_activity_center_notification_fieldUpSql() (*asset, return nil, err } - info := bindataFileInfo{name: "1622061278_add_message_activity_center_notification_field.up.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1622061278_add_message_activity_center_notification_field.up.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8, 0xc, 0xa6, 0x1f, 0xa5, 0xc6, 0x7c, 0x6f, 0xab, 0x2c, 0x2d, 0xb5, 0xa4, 0xdd, 0xc1, 0xd6, 0x44, 0x83, 0xf9, 0xb1, 0xa5, 0xce, 0x34, 0x3d, 0x2, 0xa9, 0x35, 0xcf, 0xc6, 0xb2, 0x43, 0x37}} return a, nil } @@ -860,7 +861,7 @@ func _1622464518_set_synced_to_fromUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1622464518_set_synced_to_from.up.sql", size: 105, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1622464518_set_synced_to_from.up.sql", size: 105, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x33, 0x3e, 0x2b, 0xa, 0x1e, 0xc7, 0x6d, 0x6f, 0xd1, 0x1d, 0xe8, 0x4b, 0xdd, 0x92, 0x76, 0xea, 0xf2, 0x3e, 0x15, 0x85, 0xc4, 0xc3, 0x31, 0xf1, 0xc0, 0xa2, 0xd7, 0x47, 0xde, 0x4e, 0xfd, 0xc6}} return a, nil } @@ -880,7 +881,7 @@ func _1622464519_add_chat_descriptionUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1622464519_add_chat_description.up.sql", size: 93, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1622464519_add_chat_description.up.sql", size: 93, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x2e, 0x89, 0x31, 0xec, 0xef, 0xeb, 0x43, 0xf5, 0x96, 0x6d, 0xce, 0x91, 0x8a, 0x37, 0x2a, 0x11, 0x7a, 0x3f, 0xd9, 0x10, 0xbb, 0xa1, 0xbc, 0x7, 0xe0, 0x3b, 0xa5, 0xf4, 0xa6, 0xf4, 0xa1}} return a, nil } @@ -900,7 +901,7 @@ func _1622622253_add_pinned_by_to_pin_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1622622253_add_pinned_by_to_pin_messages.up.sql", size: 52, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1622622253_add_pinned_by_to_pin_messages.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x94, 0xa3, 0x45, 0x91, 0x1e, 0x66, 0xd1, 0x96, 0x5a, 0xaf, 0xfa, 0x29, 0x39, 0xa8, 0x3a, 0x97, 0x4c, 0x65, 0x6, 0x96, 0x90, 0x4c, 0xfe, 0xce, 0x7d, 0x5d, 0xd4, 0xb3, 0x8, 0x6d, 0x5f}} return a, nil } @@ -920,7 +921,7 @@ func _1623938329_add_author_activity_center_notification_fieldUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1623938329_add_author_activity_center_notification_field.up.sql", size: 66, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1623938329_add_author_activity_center_notification_field.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0xe6, 0xa7, 0xd5, 0x26, 0xff, 0xab, 0x92, 0x88, 0xf0, 0xd3, 0x34, 0xd9, 0x2f, 0xe7, 0x18, 0x1a, 0x40, 0xf9, 0xbe, 0x8e, 0xfc, 0xd0, 0x4f, 0x1f, 0x4a, 0xb9, 0x83, 0x3f, 0xa9, 0xde, 0xb}} return a, nil } @@ -940,7 +941,7 @@ func _1623938330_add_edit_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1623938330_add_edit_messages.up.sql", size: 369, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1623938330_add_edit_messages.up.sql", size: 369, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xd2, 0xce, 0xe, 0x5c, 0x19, 0xbe, 0x5e, 0x29, 0xbe, 0x9b, 0x31, 0x53, 0x76, 0xb2, 0xc8, 0x56, 0xf0, 0x82, 0xfe, 0x7d, 0x6c, 0xe8, 0x5c, 0xe9, 0x7a, 0x5d, 0x5, 0xc4, 0x92, 0x38, 0xe3}} return a, nil } @@ -960,7 +961,7 @@ func _1624978434_add_muted_communityUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1624978434_add_muted_community.up.sql", size: 82, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1624978434_add_muted_community.up.sql", size: 82, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0xdc, 0x6e, 0x6f, 0x97, 0xc7, 0x3d, 0x50, 0xab, 0x80, 0x87, 0x44, 0x43, 0x38, 0xe6, 0xc5, 0xc1, 0x91, 0x26, 0xf, 0x16, 0xe, 0xd9, 0x32, 0x37, 0x25, 0x96, 0x25, 0x6, 0xc8, 0xb5, 0x4a}} return a, nil } @@ -980,7 +981,7 @@ func _1625018910_add_repply_message_activity_center_notification_fieldUpSql() (* return nil, err } - info := bindataFileInfo{name: "1625018910_add_repply_message_activity_center_notification_field.up.sql", size: 86, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1625018910_add_repply_message_activity_center_notification_field.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0x52, 0x12, 0x40, 0xd8, 0x6f, 0x71, 0x97, 0x46, 0x39, 0xaa, 0x74, 0x41, 0xcd, 0x45, 0x4c, 0xe8, 0xd9, 0xe2, 0x56, 0x8e, 0x78, 0x18, 0x62, 0xf6, 0xa8, 0x36, 0xe9, 0x9a, 0x1f, 0xc, 0xb1}} return a, nil } @@ -1000,7 +1001,7 @@ func _1625762506_add_deleted_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1625762506_add_deleted_messages.up.sql", size: 357, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1625762506_add_deleted_messages.up.sql", size: 357, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x61, 0x42, 0xb6, 0x8c, 0x7f, 0x2d, 0xec, 0xa9, 0x6d, 0x3d, 0x0, 0xa3, 0x32, 0xd8, 0x4a, 0x38, 0x5c, 0x97, 0xfc, 0x68, 0xde, 0xa9, 0xb7, 0xd8, 0xde, 0xb, 0x29, 0x93, 0xdc, 0x81, 0xf8}} return a, nil } @@ -1020,7 +1021,7 @@ func _1627388946_add_communities_synced_atUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1627388946_add_communities_synced_at.up.sql", size: 87, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1627388946_add_communities_synced_at.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc1, 0xbd, 0x9b, 0x6a, 0xc9, 0x1a, 0x7a, 0x34, 0xcf, 0x5f, 0x80, 0x9e, 0x8c, 0x1c, 0xc0, 0xec, 0x4e, 0x78, 0xb0, 0x2d, 0x15, 0x77, 0x38, 0x4a, 0x6a, 0x5, 0x84, 0xf5, 0x8d, 0x8b, 0xbe, 0x9}} return a, nil } @@ -1040,7 +1041,7 @@ func _1628280060_createUsermessagesIndexSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1628280060_create-usermessages-index.sql", size: 80, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1628280060_create-usermessages-index.sql", size: 80, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x6f, 0x70, 0x47, 0x40, 0xab, 0xa8, 0x60, 0xe0, 0xf9, 0x8, 0x7e, 0x19, 0x9d, 0xba, 0x33, 0x16, 0xfc, 0x3c, 0xdc, 0xa8, 0xa6, 0x53, 0x61, 0x39, 0x82, 0x91, 0xcf, 0x69, 0xd8, 0xf2, 0xcf}} return a, nil } @@ -1060,7 +1061,7 @@ func _1632303896_modify_contacts_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1632303896_modify_contacts_table.up.sql", size: 1574, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1632303896_modify_contacts_table.up.sql", size: 1574, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x1e, 0x6c, 0x3c, 0xd, 0xd7, 0x7d, 0xbb, 0x19, 0xbc, 0xe4, 0x7, 0xfd, 0xf8, 0x66, 0x6d, 0x78, 0xf6, 0x4, 0xe6, 0x51, 0xe4, 0xe6, 0xdc, 0xe, 0x5a, 0x2e, 0xac, 0xe6, 0xe7, 0x24, 0x69}} return a, nil } @@ -1080,7 +1081,7 @@ func _1633349838_add_emoji_column_in_chatsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1633349838_add_emoji_column_in_chats.up.sql", size: 52, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1633349838_add_emoji_column_in_chats.up.sql", size: 52, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x33, 0xcb, 0x3b, 0xa9, 0x99, 0x77, 0x6a, 0xea, 0xc4, 0x39, 0xd7, 0xa1, 0x49, 0xa7, 0xdf, 0xff, 0x72, 0xda, 0x34, 0x21, 0x67, 0x66, 0xca, 0x65, 0x46, 0x1, 0xa6, 0x4e, 0xf9, 0x38, 0x86}} return a, nil } @@ -1100,7 +1101,7 @@ func _1634831235_add_highlight_column_in_chatsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1634831235_add_highlight_column_in_chats.up.sql", size: 62, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1634831235_add_highlight_column_in_chats.up.sql", size: 62, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xaa, 0x63, 0x5c, 0x73, 0x19, 0x83, 0xbd, 0x35, 0x80, 0x9f, 0x66, 0xec, 0x4c, 0xbc, 0x9d, 0x2d, 0x52, 0x91, 0x6d, 0xb3, 0x2b, 0x87, 0xde, 0x24, 0x46, 0x5c, 0xd, 0xfd, 0x78, 0xf5, 0xe3, 0xe9}} return a, nil } @@ -1120,7 +1121,7 @@ func _1634896007_add_last_updated_locally_and_removedUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1634896007_add_last_updated_locally_and_removed.up.sql", size: 131, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1634896007_add_last_updated_locally_and_removed.up.sql", size: 131, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0xa8, 0x34, 0xe2, 0xc0, 0x62, 0xc8, 0xd6, 0x5a, 0x87, 0xe3, 0x70, 0xe1, 0xc4, 0x16, 0x9c, 0x60, 0x2e, 0x98, 0xf0, 0x91, 0x84, 0xbe, 0xe0, 0xdf, 0x3e, 0x4d, 0x24, 0xc4, 0x6c, 0x40, 0x17}} return a, nil } @@ -1140,7 +1141,7 @@ func _1635840039_add_clock_read_at_column_in_chatsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1635840039_add_clock_read_at_column_in_chats.up.sql", size: 245, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1635840039_add_clock_read_at_column_in_chats.up.sql", size: 245, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6c, 0xba, 0x3f, 0xba, 0x1a, 0x71, 0xa8, 0x9, 0x19, 0xbe, 0x1e, 0x38, 0x50, 0x30, 0x3a, 0x52, 0x15, 0x29, 0xee, 0x49, 0x19, 0x6f, 0x53, 0xc2, 0xc6, 0x6c, 0xd9, 0x80, 0x7e, 0xb9, 0x58, 0x7a}} return a, nil } @@ -1160,7 +1161,7 @@ func _1637852321_add_received_invitation_admin_column_in_chatsUpSql() (*asset, e return nil, err } - info := bindataFileInfo{name: "1637852321_add_received_invitation_admin_column_in_chats.up.sql", size: 72, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1637852321_add_received_invitation_admin_column_in_chats.up.sql", size: 72, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0x8b, 0x92, 0x56, 0x83, 0x70, 0x7f, 0x6, 0xb2, 0xd, 0x1c, 0x2f, 0xcc, 0x93, 0xc3, 0x85, 0x8c, 0xc2, 0x38, 0x94, 0x7e, 0x88, 0x3f, 0x39, 0x34, 0xf8, 0x90, 0xcf, 0x83, 0x68, 0x3d, 0xe5}} return a, nil } @@ -1180,7 +1181,7 @@ func _1645034601_display_nameUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1645034601_display_name.up.sql", size: 110, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1645034601_display_name.up.sql", size: 110, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0xfc, 0xda, 0x70, 0x53, 0x19, 0x90, 0x20, 0x4, 0x1c, 0x99, 0x42, 0x53, 0x1a, 0xd6, 0xb8, 0xbb, 0x8a, 0xe8, 0xbe, 0xcc, 0xb7, 0xc, 0x7f, 0x73, 0x50, 0x18, 0xf1, 0x8b, 0x18, 0x54, 0x64}} return a, nil } @@ -1200,7 +1201,7 @@ func _1645034602_add_mutual_contact_requestUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1645034602_add_mutual_contact_request.up.sql", size: 454, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1645034602_add_mutual_contact_request.up.sql", size: 454, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0xe0, 0x5d, 0x68, 0xb8, 0x50, 0xa4, 0xbb, 0x3e, 0x4f, 0x2, 0x87, 0xad, 0x87, 0x6e, 0x38, 0xdf, 0xc8, 0x4c, 0xe2, 0x5f, 0xd1, 0x6, 0xdc, 0xe7, 0xbd, 0x4a, 0x9c, 0xf3, 0x91, 0xa1, 0x51}} return a, nil } @@ -1220,7 +1221,7 @@ func _1650373957_add_contact_request_stateUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1650373957_add_contact_request_state.up.sql", size: 59, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1650373957_add_contact_request_state.up.sql", size: 59, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0xc1, 0x3f, 0x29, 0xe, 0x19, 0x86, 0x1a, 0x4c, 0x6c, 0x2a, 0x90, 0x9d, 0xdf, 0xb1, 0xb, 0x72, 0x25, 0xcd, 0x6c, 0x5f, 0xd, 0x51, 0x9e, 0x85, 0xc0, 0x9, 0xb7, 0xbc, 0x87, 0x23, 0xec}} return a, nil } @@ -1240,7 +1241,7 @@ func _1656958989_contact_verificationUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1656958989_contact_verification.up.sql", size: 624, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1656958989_contact_verification.up.sql", size: 624, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3a, 0x3f, 0x28, 0x38, 0x33, 0xdb, 0xe9, 0x4d, 0xc0, 0x54, 0x8c, 0x2a, 0x73, 0xc4, 0xdd, 0x5c, 0xc5, 0x1a, 0x93, 0x4b, 0x6, 0x13, 0xbe, 0x42, 0xd2, 0x7f, 0xd4, 0xc, 0xc5, 0x4e, 0x6d, 0xce}} return a, nil } @@ -1260,7 +1261,7 @@ func _1658236268_add_discord_message_authors_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1658236268_add_discord_message_authors_table.up.sql", size: 191, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1658236268_add_discord_message_authors_table.up.sql", size: 191, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0xb7, 0xdb, 0x79, 0x1, 0x15, 0xe7, 0x76, 0x5d, 0x22, 0x54, 0x82, 0x9a, 0xbe, 0x24, 0xc1, 0x82, 0xcf, 0x67, 0x91, 0x53, 0xcc, 0xac, 0x74, 0x18, 0x61, 0x69, 0x68, 0x19, 0xca, 0x2b, 0xa8}} return a, nil } @@ -1280,7 +1281,7 @@ func _1659619997_add_discord_messages_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1659619997_add_discord_messages_table.up.sql", size: 371, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1659619997_add_discord_messages_table.up.sql", size: 371, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x12, 0x9c, 0x96, 0xe2, 0x42, 0x3f, 0x94, 0x62, 0xc2, 0x76, 0xab, 0x3b, 0x4c, 0x85, 0x36, 0x48, 0xcc, 0x73, 0x60, 0x93, 0x5a, 0xd6, 0x7, 0xd6, 0x0, 0xee, 0x1b, 0x1e, 0x34, 0x58, 0x99}} return a, nil } @@ -1300,7 +1301,7 @@ func _1660226788_create_chat_identity_social_linksUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660226788_create_chat_identity_social_links.up.sql", size: 318, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1660226788_create_chat_identity_social_links.up.sql", size: 318, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3c, 0x76, 0x40, 0xe9, 0x85, 0xc4, 0x38, 0xf8, 0xe5, 0x5d, 0xe8, 0x13, 0x46, 0x1b, 0xc, 0x1, 0xe9, 0x2f, 0x74, 0xd1, 0x79, 0x59, 0xa4, 0xdb, 0x4a, 0x4a, 0xf4, 0x98, 0x58, 0x3c, 0x57, 0xd3}} return a, nil } @@ -1320,7 +1321,7 @@ func _1660226789_add_walletconnectsessions_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1660226789_add_walletconnectsessions_table.up.sql", size: 215, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1660226789_add_walletconnectsessions_table.up.sql", size: 215, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0x5c, 0x72, 0x2, 0xed, 0x36, 0x19, 0x91, 0x4d, 0x1a, 0xc1, 0xab, 0x84, 0xfa, 0x41, 0xb1, 0x46, 0xa5, 0xdb, 0x3f, 0x76, 0x47, 0xd3, 0x75, 0x3c, 0x6a, 0x8e, 0x78, 0xe6, 0x41, 0xdc, 0x7f}} return a, nil } @@ -1340,7 +1341,7 @@ func _1661242854_add_communities_requests_to_leaveUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1661242854_add_communities_requests_to_leave.up.sql", size: 204, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1661242854_add_communities_requests_to_leave.up.sql", size: 204, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x2e, 0x7d, 0x14, 0xef, 0x6e, 0x95, 0x4b, 0x6, 0x70, 0x2e, 0xd1, 0xf6, 0x59, 0xf9, 0xe, 0x56, 0xa, 0x9c, 0x80, 0x18, 0xca, 0xb9, 0x49, 0x19, 0xf, 0x89, 0x94, 0x36, 0x6d, 0x93, 0x9a}} return a, nil } @@ -1360,7 +1361,7 @@ func _1662044232_add_chat_imageUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662044232_add_chat_image.up.sql", size: 49, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1662044232_add_chat_image.up.sql", size: 49, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x74, 0xdf, 0x50, 0x79, 0x73, 0x9e, 0xd0, 0xff, 0xa4, 0xd3, 0x87, 0xc3, 0x48, 0x31, 0x6c, 0xdf, 0xa6, 0x20, 0x85, 0xe6, 0x4e, 0x19, 0x9d, 0xef, 0xcc, 0x84, 0x2b, 0x5d, 0x44, 0x34, 0x6}} return a, nil } @@ -1380,7 +1381,7 @@ func _1662106895_add_chat_first_message_timestampUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662106895_add_chat_first_message_timestamp.up.sql", size: 113, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1662106895_add_chat_first_message_timestamp.up.sql", size: 113, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x55, 0x74, 0xfa, 0xf5, 0x51, 0x85, 0x19, 0xfd, 0xfb, 0x6, 0x79, 0x4d, 0x1d, 0xd, 0x3, 0x46, 0x66, 0x34, 0x1e, 0xce, 0x91, 0x21, 0x29, 0xf6, 0x71, 0xe7, 0x31, 0x39, 0x8f, 0x9d, 0x5}} return a, nil } @@ -1400,7 +1401,7 @@ func _1662723928_add_discord_author_image_fieldsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1662723928_add_discord_author_image_fields.up.sql", size: 75, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1662723928_add_discord_author_image_fields.up.sql", size: 75, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x5b, 0x48, 0x57, 0x98, 0x55, 0x9a, 0xf1, 0x75, 0xf7, 0xb5, 0x41, 0x5e, 0x96, 0xc5, 0xce, 0xfc, 0x30, 0x5c, 0x15, 0x35, 0x9e, 0x4e, 0x4a, 0x3b, 0x38, 0x42, 0xc4, 0x27, 0x3c, 0x87, 0xbf}} return a, nil } @@ -1420,7 +1421,7 @@ func _1664195977_add_deleted_for_mesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1664195977_add_deleted_for_mes.up.sql", size: 352, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1664195977_add_deleted_for_mes.up.sql", size: 352, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7d, 0x9d, 0x13, 0x9, 0xaa, 0x44, 0x14, 0x93, 0xe2, 0xf5, 0x53, 0xb7, 0x79, 0xa8, 0x18, 0xf0, 0x6c, 0xa4, 0x9c, 0x73, 0xc1, 0xaa, 0xc5, 0x2e, 0xc5, 0x41, 0xd7, 0x24, 0xb0, 0xd7, 0xb8, 0xdf}} return a, nil } @@ -1440,7 +1441,7 @@ func _1664367420_add_discord_attachments_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1664367420_add_discord_attachments_table.up.sql", size: 350, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1664367420_add_discord_attachments_table.up.sql", size: 350, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0xe1, 0xb6, 0x4f, 0x6f, 0x92, 0x0, 0xb4, 0xf, 0x55, 0x12, 0x1c, 0x98, 0x6d, 0xbc, 0x1e, 0xfd, 0xae, 0x1c, 0xce, 0xd1, 0x3d, 0x2, 0x21, 0x2e, 0xc0, 0x13, 0xa, 0xb2, 0xec, 0x81, 0x13}} return a, nil } @@ -1460,7 +1461,7 @@ func _1665079662_add_spectated_column_in_communitiesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1665079662_add_spectated_column_in_communities.up.sql", size: 86, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1665079662_add_spectated_column_in_communities.up.sql", size: 86, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0x5d, 0xfe, 0xe2, 0xbe, 0xdf, 0xba, 0x45, 0xe9, 0xfc, 0xa7, 0x5f, 0xda, 0x19, 0xdb, 0x40, 0x96, 0x59, 0x78, 0xa, 0xd7, 0x4a, 0xca, 0x1a, 0x93, 0xfb, 0xae, 0x6d, 0x74, 0x7, 0x36, 0xdd}} return a, nil } @@ -1480,7 +1481,7 @@ func _1665479047_add_community_id_in_notificationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1665479047_add_community_id_in_notifications.up.sql", size: 169, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1665479047_add_community_id_in_notifications.up.sql", size: 169, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0x8f, 0x8b, 0x1c, 0xaa, 0x6a, 0x56, 0xd6, 0xa5, 0x88, 0x57, 0x13, 0x8f, 0xea, 0xb9, 0x23, 0x82, 0x50, 0xb7, 0x65, 0x1f, 0xab, 0xfa, 0x23, 0x6f, 0x0, 0x7, 0xb6, 0x6e, 0xb5, 0x85, 0x44}} return a, nil } @@ -1500,7 +1501,7 @@ func _1665484435_add_encrypted_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1665484435_add_encrypted_messages.up.sql", size: 402, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1665484435_add_encrypted_messages.up.sql", size: 402, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x5c, 0x1e, 0x1c, 0x7f, 0xae, 0x5f, 0xeb, 0x3c, 0x6c, 0xcd, 0xc2, 0x99, 0x48, 0x5c, 0x83, 0xa0, 0xa2, 0x97, 0x5, 0x39, 0x82, 0x71, 0x90, 0x47, 0x21, 0x84, 0x29, 0x19, 0xa4, 0x7a, 0x90}} return a, nil } @@ -1520,7 +1521,7 @@ func _1665560200_add_contact_verification_individualUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1665560200_add_contact_verification_individual.up.sql", size: 509, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1665560200_add_contact_verification_individual.up.sql", size: 509, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0xbb, 0x61, 0xfd, 0xbf, 0x33, 0x1d, 0x4e, 0x5f, 0xbd, 0x86, 0x42, 0xb0, 0x6c, 0xf7, 0x39, 0x19, 0x6e, 0x72, 0x35, 0xfd, 0x1b, 0xd6, 0xbd, 0xf6, 0x81, 0x21, 0xc4, 0xaa, 0x6, 0x62, 0x40}} return a, nil } @@ -1540,7 +1541,7 @@ func _1670921937_add_album_idUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1670921937_add_album_id.up.sql", size: 55, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1670921937_add_album_id.up.sql", size: 55, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xae, 0x83, 0x58, 0xb7, 0x77, 0x5, 0xca, 0xe3, 0xda, 0x32, 0x8f, 0x7b, 0xa4, 0x2f, 0x4c, 0xaf, 0x5f, 0xfa, 0x94, 0x36, 0xe4, 0xf9, 0x7, 0xc6, 0xd6, 0xb7, 0x90, 0xf3, 0xe5, 0xb5, 0x3}} return a, nil } @@ -1560,7 +1561,7 @@ func _1673373000_add_repliedUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1673373000_add_replied.up.sql", size: 67, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1673373000_add_replied.up.sql", size: 67, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x1c, 0xae, 0xf2, 0xf, 0xb4, 0xc2, 0xba, 0x3c, 0xfe, 0x7b, 0xb0, 0xf, 0xf, 0xd5, 0xbc, 0xe2, 0xa7, 0xad, 0x50, 0xd9, 0x5a, 0xe8, 0x96, 0x22, 0x65, 0x89, 0xcf, 0x4a, 0x9a, 0x1b, 0x94}} return a, nil } @@ -1580,7 +1581,7 @@ func _1673428910_add_image_width_heightUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1673428910_add_image_width_height.up.sql", size: 117, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1673428910_add_image_width_height.up.sql", size: 117, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x74, 0xda, 0x93, 0x2a, 0x9b, 0x6b, 0xb7, 0x96, 0xcd, 0xac, 0xf, 0xaf, 0x54, 0x89, 0x9e, 0x91, 0x5b, 0xd0, 0x4a, 0xa, 0x8d, 0x9e, 0x80, 0x66, 0x26, 0x9e, 0xb5, 0xa9, 0x8, 0xec, 0x2d, 0x6c}} return a, nil } @@ -1600,7 +1601,7 @@ func _1674210659_add_contact_request_local_clockUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1674210659_add_contact_request_local_clock.up.sql", size: 691, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1674210659_add_contact_request_local_clock.up.sql", size: 691, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x72, 0x39, 0xfe, 0x72, 0x98, 0xfc, 0x91, 0x20, 0x10, 0xe8, 0xf5, 0xac, 0x79, 0xa8, 0x1c, 0xca, 0x7b, 0x35, 0xa, 0xc1, 0x56, 0x49, 0x9a, 0xfc, 0xbd, 0x64, 0x9d, 0xdf, 0xd2, 0x60, 0x70}} return a, nil } @@ -1620,7 +1621,7 @@ func _1675212323_add_deleted_byUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1675212323_add_deleted_by.up.sql", size: 57, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1675212323_add_deleted_by.up.sql", size: 57, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x85, 0x37, 0x29, 0x2f, 0xd, 0x5a, 0xb6, 0xdb, 0xa7, 0x8, 0x86, 0xfc, 0x7a, 0x70, 0xd8, 0x4d, 0xe6, 0xf0, 0x57, 0xe7, 0xd1, 0x95, 0xd5, 0x4, 0x40, 0x2f, 0x7a, 0x5, 0x4f, 0xc2, 0x97, 0xbc}} return a, nil } @@ -1640,7 +1641,7 @@ func _1675247084_add_activity_center_statesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1675247084_add_activity_center_states.up.sql", size: 136, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1675247084_add_activity_center_states.up.sql", size: 136, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xba, 0x90, 0x7d, 0x55, 0xc7, 0x40, 0x29, 0x26, 0x97, 0x45, 0x5c, 0xdf, 0xba, 0x61, 0xb, 0xfc, 0x3d, 0x7a, 0x6c, 0x42, 0xe4, 0x95, 0x78, 0xb0, 0xc5, 0x1f, 0x73, 0xe9, 0x33, 0x51, 0xc8, 0x81}} return a, nil } @@ -1660,7 +1661,7 @@ func _1675272329_fix_protocol_migrationUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1675272329_fix_protocol_migration.up.sql", size: 183, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1675272329_fix_protocol_migration.up.sql", size: 183, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xe0, 0x11, 0x4c, 0x66, 0x55, 0x72, 0xd3, 0xe6, 0x98, 0xa4, 0xe7, 0x44, 0xf9, 0x3b, 0x3a, 0x3f, 0xd9, 0x91, 0x1e, 0x4f, 0xfc, 0x56, 0x63, 0xe5, 0xa4, 0x83, 0xfc, 0x7c, 0xcf, 0x18, 0x99}} return a, nil } @@ -1680,7 +1681,7 @@ func _1676998418_fix_activity_center_migrationUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1676998418_fix_activity_center_migration.up.sql", size: 178, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1676998418_fix_activity_center_migration.up.sql", size: 178, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8a, 0xdc, 0x64, 0xb1, 0x47, 0x67, 0xda, 0x2c, 0x26, 0x29, 0x6b, 0x6f, 0xb, 0xfa, 0x45, 0xf3, 0xad, 0x8b, 0x1a, 0x5f, 0x1c, 0xed, 0xd7, 0xea, 0x54, 0xf5, 0x3f, 0xb8, 0xf6, 0xf9, 0x44, 0x53}} return a, nil } @@ -1700,7 +1701,7 @@ func _1677278861_add_deleted_column_to_activity_center_notifications_tableUpSql( return nil, err } - info := bindataFileInfo{name: "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql", size: 381, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1677278861_add_deleted_column_to_activity_center_notifications_table.up.sql", size: 381, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x3a, 0x95, 0xaf, 0x81, 0xb0, 0x85, 0x8d, 0x73, 0xda, 0x7b, 0x2a, 0x35, 0xa6, 0xaa, 0xcc, 0x4c, 0x35, 0xa3, 0xa8, 0xbd, 0xd1, 0x37, 0xe8, 0x5d, 0x83, 0xa4, 0x33, 0x1f, 0x10, 0xe4, 0xe6}} return a, nil } @@ -1720,7 +1721,7 @@ func _1677486338_add_community_tokens_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1677486338_add_community_tokens_table.up.sql", size: 527, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1677486338_add_community_tokens_table.up.sql", size: 527, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfb, 0x7b, 0x3d, 0x7e, 0x79, 0xc4, 0x3a, 0xf1, 0xda, 0x4b, 0xc6, 0xd1, 0xd, 0xfb, 0xb2, 0xb9, 0x7f, 0x81, 0x29, 0xab, 0xd8, 0x1, 0x20, 0xd7, 0xe1, 0xaf, 0x3e, 0x67, 0x1b, 0xdb, 0xf9, 0xd5}} return a, nil } @@ -1740,7 +1741,7 @@ func _1678292329_add_collapsed_categoriesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1678292329_add_collapsed_categories.up.sql", size: 170, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1678292329_add_collapsed_categories.up.sql", size: 170, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x63, 0x86, 0xd5, 0x7, 0xe2, 0x25, 0x15, 0x1b, 0xfe, 0xf3, 0xe, 0x50, 0x48, 0x11, 0x3c, 0x7c, 0xc6, 0xe5, 0xab, 0x8d, 0x1f, 0xe8, 0x3c, 0xcb, 0xf0, 0x8d, 0xa7, 0x49, 0x4c, 0x16, 0x4f}} return a, nil } @@ -1760,7 +1761,7 @@ func _1678800760_add_index_to_raw_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1678800760_add_index_to_raw_messages.up.sql", size: 88, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1678800760_add_index_to_raw_messages.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0xd9, 0x8d, 0x22, 0x46, 0xae, 0x7b, 0x53, 0x3e, 0x51, 0x39, 0xad, 0xad, 0x38, 0x50, 0x6, 0xfa, 0xb9, 0xc4, 0x9f, 0x8d, 0xd2, 0x67, 0x0, 0xef, 0x58, 0x13, 0xab, 0x6a, 0x67, 0xf3, 0x7e}} return a, nil } @@ -1780,7 +1781,7 @@ func _1678877478_add_communities_requests_to_join_revealed_addresses_tableUpSql( return nil, err } - info := bindataFileInfo{name: "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql", size: 168, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1678877478_add_communities_requests_to_join_revealed_addresses_table.up.sql", size: 168, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0x1, 0xb4, 0xb2, 0x94, 0x25, 0xd5, 0x2e, 0x45, 0xc3, 0xb1, 0x2c, 0xeb, 0x1a, 0x52, 0xe0, 0x4b, 0x9b, 0x46, 0xf4, 0xc, 0xac, 0x1, 0x1e, 0x90, 0xbc, 0x64, 0x38, 0x10, 0xf1, 0xaf, 0xac}} return a, nil } @@ -1800,7 +1801,7 @@ func _1679326850_add_community_token_ownersUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1679326850_add_community_token_owners.up.sql", size: 206, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1679326850_add_community_token_owners.up.sql", size: 206, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe9, 0xe6, 0x25, 0x67, 0xd1, 0xd6, 0x54, 0x88, 0xb1, 0x80, 0x1e, 0x2d, 0x9c, 0xfa, 0x1c, 0xc7, 0x63, 0x6e, 0xf9, 0x66, 0xb1, 0x68, 0xc6, 0xf8, 0x51, 0xb6, 0xd5, 0x4e, 0x93, 0x39, 0x5e, 0xc0}} return a, nil } @@ -1820,7 +1821,7 @@ func _1680011500_add_album_images_countUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1680011500_add_album_images_count.up.sql", size: 71, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1680011500_add_album_images_count.up.sql", size: 71, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0x55, 0x99, 0x31, 0xcc, 0x80, 0x78, 0xc3, 0x51, 0x13, 0x63, 0x6f, 0x1a, 0xfd, 0x53, 0xd2, 0xf4, 0x13, 0x4b, 0xb2, 0x4f, 0x99, 0xb8, 0x7b, 0x7, 0x99, 0xb6, 0xab, 0x88, 0x2e, 0x7, 0x8}} return a, nil } @@ -1840,7 +1841,7 @@ func _1680114896_add_index_on_album_idUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1680114896_add_index_on_album_id.up.sql", size: 83, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1680114896_add_index_on_album_id.up.sql", size: 83, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x7e, 0xd5, 0xcd, 0x2d, 0xab, 0xd4, 0x32, 0x26, 0x50, 0x3a, 0x5b, 0x8e, 0x1c, 0xcc, 0x35, 0xf8, 0xa1, 0x2a, 0xc1, 0x23, 0xf6, 0x90, 0xfe, 0x84, 0x3, 0xde, 0x5a, 0xee, 0xc6, 0xfc, 0x2a}} return a, nil } @@ -1860,7 +1861,7 @@ func _1681655289_add_mute_tillUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1681655289_add_mute_till.up.sql", size: 51, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1681655289_add_mute_till.up.sql", size: 51, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd1, 0xbe, 0xce, 0xb8, 0xe1, 0x30, 0xe7, 0xa7, 0xe0, 0x7d, 0x97, 0xf4, 0x26, 0xb8, 0x57, 0x1d, 0x2a, 0xed, 0x18, 0xf2, 0xa, 0xe3, 0x77, 0x29, 0x18, 0x55, 0x9, 0x74, 0x2c, 0x24, 0x5a, 0x19}} return a, nil } @@ -1880,7 +1881,7 @@ func _1681934966_add_index_response_toUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1681934966_add_index_response_to.up.sql", size: 70, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1681934966_add_index_response_to.up.sql", size: 70, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3b, 0xed, 0xa6, 0x7e, 0x51, 0xf2, 0xa1, 0x3c, 0x78, 0x9a, 0xa7, 0x7a, 0x51, 0x25, 0x7d, 0xdd, 0x4b, 0xf3, 0x45, 0xeb, 0x3f, 0xad, 0x23, 0x3e, 0xac, 0x16, 0x28, 0x62, 0x7, 0x8c, 0xe0, 0xa0}} return a, nil } @@ -1900,7 +1901,7 @@ func _1682528339_add_index_user_messages_unseenUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1682528339_add_index_user_messages_unseen.up.sql", size: 104, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1682528339_add_index_user_messages_unseen.up.sql", size: 104, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x35, 0xfa, 0x98, 0xdd, 0x74, 0x5e, 0x21, 0x1f, 0xf2, 0x56, 0x17, 0x96, 0xfe, 0xbb, 0x44, 0x4c, 0xa1, 0xd8, 0x9f, 0x2e, 0x6, 0x2f, 0xd8, 0x23, 0xec, 0x94, 0x8c, 0x53, 0xf3, 0xf0, 0x40, 0xe7}} return a, nil } @@ -1920,7 +1921,7 @@ func _1683707289_recreate_deleted_for_mesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1683707289_recreate_deleted_for_mes.up.sql", size: 408, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1683707289_recreate_deleted_for_mes.up.sql", size: 408, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x9d, 0xd6, 0x45, 0x41, 0x29, 0x44, 0xf6, 0x14, 0x38, 0xeb, 0xdf, 0x6b, 0x5d, 0x9c, 0x45, 0x4b, 0xc3, 0xa8, 0xbd, 0x38, 0x14, 0xd9, 0x73, 0xf1, 0x51, 0xbb, 0x9f, 0x14, 0x36, 0xf2, 0x11}} return a, nil } @@ -1940,7 +1941,7 @@ func _1683725607_mark_discord_messages_as_seenUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1683725607_mark_discord_messages_as_seen.up.sql", size: 108, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1683725607_mark_discord_messages_as_seen.up.sql", size: 108, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0x2a, 0xc3, 0x43, 0xea, 0x5e, 0x3, 0x2e, 0xce, 0x79, 0xea, 0xa5, 0x67, 0x61, 0x8c, 0xe4, 0xb9, 0xb7, 0x4d, 0xd5, 0xd5, 0xb0, 0x35, 0xc8, 0x2b, 0xa0, 0x3f, 0xd8, 0xde, 0xea, 0x4e, 0x16}} return a, nil } @@ -1960,7 +1961,7 @@ func _1684174617_add_url_previews_to_user_messagesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1684174617_add_url_previews_to_user_messages.up.sql", size: 58, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1684174617_add_url_previews_to_user_messages.up.sql", size: 58, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0xb0, 0x72, 0xe3, 0xe4, 0xa9, 0x63, 0x82, 0xea, 0x52, 0x70, 0xb6, 0xa0, 0x73, 0x55, 0x7a, 0x78, 0xa8, 0xd2, 0xb0, 0xf4, 0x78, 0x8a, 0xd, 0x5a, 0xa2, 0x9d, 0x92, 0xdc, 0xce, 0x1c, 0x71}} return a, nil } @@ -1980,7 +1981,7 @@ func _1684175608_add_token_balancesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1684175608_add_token_balances.up.sql", size: 467, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1684175608_add_token_balances.up.sql", size: 467, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x4e, 0xe0, 0x48, 0x34, 0x1, 0x4d, 0x88, 0x11, 0x54, 0x20, 0x52, 0x5c, 0x57, 0x14, 0xa9, 0xa9, 0x36, 0xa4, 0x28, 0x59, 0x48, 0xa8, 0xa, 0x76, 0xec, 0x37, 0xee, 0x9e, 0xd2, 0x20, 0xaa}} return a, nil } @@ -2000,7 +2001,7 @@ func _1684979808_sync_activity_center_notificationsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1684979808_sync_activity_center_notifications.up.sql", size: 169, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1684979808_sync_activity_center_notifications.up.sql", size: 169, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0xf5, 0xf7, 0x94, 0xa9, 0xa1, 0x60, 0x26, 0x9d, 0xca, 0x31, 0xf, 0x14, 0xd, 0x70, 0xf8, 0xab, 0x40, 0x29, 0x73, 0x61, 0xbd, 0x1b, 0xb6, 0xc4, 0x31, 0x77, 0x9e, 0x32, 0xa8, 0xce, 0x6d}} return a, nil } @@ -2020,7 +2021,7 @@ func _1685383829_add_communities_mute_tillUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1685383829_add_communities_mute_till.up.sql", size: 69, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1685383829_add_communities_mute_till.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x58, 0x96, 0xe5, 0x66, 0xcb, 0xde, 0xed, 0x76, 0xb8, 0x5a, 0x86, 0x81, 0x9a, 0x60, 0x51, 0x12, 0x37, 0x54, 0x9a, 0x36, 0x3e, 0xd1, 0x4a, 0xbe, 0x9a, 0xab, 0x20, 0x7f, 0x1d, 0xf4, 0x73}} return a, nil } @@ -2040,7 +2041,7 @@ func _1685964183_add_chainids_to_revealed_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1685964183_add_chainids_to_revealed_addresses.up.sql", size: 88, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1685964183_add_chainids_to_revealed_addresses.up.sql", size: 88, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0xb5, 0xa8, 0xd7, 0xad, 0x9c, 0x54, 0xa5, 0xe9, 0xdb, 0x42, 0x2d, 0xd0, 0xd7, 0x22, 0x1, 0x93, 0xf3, 0x4f, 0x53, 0xf7, 0x1e, 0xbe, 0x4b, 0xac, 0xc7, 0x63, 0x15, 0xdf, 0xe0, 0x6, 0xf8}} return a, nil } @@ -2060,7 +2061,7 @@ func _1687370421_add_communities_muted_till_newUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687370421_add_communities_muted_till_new.up.sql", size: 635, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1687370421_add_communities_muted_till_new.up.sql", size: 635, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x65, 0x73, 0x96, 0x1d, 0xc8, 0x3e, 0xca, 0xf5, 0xdc, 0xe3, 0xac, 0x3f, 0x9c, 0xc3, 0x67, 0x12, 0x9c, 0x19, 0x1, 0x4, 0x2b, 0xea, 0x6b, 0xe1, 0x59, 0x59, 0x89, 0x3d, 0xef, 0x4a, 0x6e, 0xbe}} return a, nil } @@ -2080,7 +2081,7 @@ func _1687416607_add_communities_check_channel_permission_responses_tableUpSql() return nil, err } - info := bindataFileInfo{name: "1687416607_add_communities_check_channel_permission_responses_table.up.sql", size: 739, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1687416607_add_communities_check_channel_permission_responses_table.up.sql", size: 739, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0x6, 0x3, 0x1a, 0xde, 0x9d, 0xbc, 0x50, 0x9d, 0xf1, 0x6d, 0x5a, 0x1c, 0x28, 0x92, 0x19, 0x89, 0x76, 0x4e, 0x8b, 0x60, 0xa9, 0xf, 0xe9, 0x76, 0xf1, 0xee, 0x75, 0x92, 0xbd, 0xda, 0x72}} return a, nil } @@ -2100,7 +2101,7 @@ func _1687856939_add_community_tokens_decimalsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1687856939_add_community_tokens_decimals.up.sql", size: 65, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1687856939_add_community_tokens_decimals.up.sql", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x59, 0x76, 0x42, 0x70, 0xc9, 0x7b, 0x16, 0xf6, 0xfe, 0x7, 0x1c, 0x99, 0xe5, 0x38, 0xfd, 0xa0, 0x3b, 0x93, 0x40, 0xbc, 0x66, 0xc2, 0xd1, 0xdd, 0xe9, 0xc7, 0xbf, 0xae, 0x36, 0xcc, 0x46, 0x57}} return a, nil } @@ -2120,7 +2121,7 @@ func _1687959987_modify_community_tokens_supply_as_stringUpSql() (*asset, error) return nil, err } - info := bindataFileInfo{name: "1687959987_modify_community_tokens_supply_as_string.up.sql", size: 77, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1687959987_modify_community_tokens_supply_as_string.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0x89, 0xbf, 0x9b, 0xed, 0x9b, 0x18, 0x3f, 0x84, 0xb5, 0x3c, 0x78, 0x40, 0x60, 0xea, 0x33, 0x26, 0x50, 0x3, 0xda, 0x28, 0x92, 0xd3, 0xb6, 0xff, 0x40, 0xa7, 0x19, 0x2, 0xa7, 0x17, 0xf9}} return a, nil } @@ -2140,7 +2141,7 @@ func _1689258900_add_airdrop_address_to_revealed_addressesUpSql() (*asset, error return nil, err } - info := bindataFileInfo{name: "1689258900_add_airdrop_address_to_revealed_addresses.up.sql", size: 99, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1689258900_add_airdrop_address_to_revealed_addresses.up.sql", size: 99, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7e, 0xaf, 0x5c, 0xd, 0xe5, 0x1e, 0x67, 0x1a, 0x6d, 0xd, 0x28, 0x20, 0x7a, 0x1a, 0x45, 0x6e, 0xba, 0x80, 0x91, 0xb0, 0xd6, 0xfd, 0xc2, 0xb9, 0x42, 0x5c, 0x8d, 0x6e, 0x3e, 0x6e, 0xb2}} return a, nil } @@ -2160,7 +2161,7 @@ func _1689266326_create_communities_events_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1689266326_create_communities_events_table.up.sql", size: 164, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1689266326_create_communities_events_table.up.sql", size: 164, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x4e, 0xe, 0xba, 0x29, 0x16, 0x46, 0x38, 0x19, 0xa4, 0x5, 0x40, 0x46, 0xaf, 0x9a, 0x6, 0x89, 0xe0, 0x9c, 0xcc, 0xec, 0x8a, 0xb, 0x40, 0x85, 0x6f, 0xcc, 0x5, 0x24, 0x2a, 0x33, 0xfa}} return a, nil } @@ -2180,7 +2181,7 @@ func _1689931300_add_community_tokens_deployer_and_priv_levelUpSql() (*asset, er return nil, err } - info := bindataFileInfo{name: "1689931300_add_community_tokens_deployer_and_priv_level.up.sql", size: 156, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1689931300_add_community_tokens_deployer_and_priv_level.up.sql", size: 156, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3f, 0x24, 0xd9, 0x4d, 0xe, 0x4b, 0xe3, 0x4c, 0xd1, 0xc, 0x72, 0xd4, 0x99, 0xe4, 0xb9, 0xb8, 0xe9, 0x38, 0x9e, 0x11, 0x48, 0xea, 0xe3, 0x5d, 0xd9, 0xd0, 0xef, 0x96, 0x38, 0x5a, 0xd4, 0xa5}} return a, nil } @@ -2200,7 +2201,7 @@ func _1693311881_add_unfurled_links_to_message_editsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1693311881_add_unfurled_links_to_message_edits.up.sql", size: 64, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1693311881_add_unfurled_links_to_message_edits.up.sql", size: 64, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xc7, 0x7c, 0xe4, 0x80, 0x6f, 0xf8, 0x96, 0xb, 0x37, 0xff, 0xa2, 0xab, 0x1c, 0xbd, 0x25, 0x8d, 0x1e, 0x9a, 0x65, 0xe9, 0x45, 0xaf, 0x7f, 0x77, 0x84, 0x1b, 0x10, 0x1b, 0x1a, 0x5, 0xcc}} return a, nil } @@ -2220,7 +2221,7 @@ func _1693311981_community_shardUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1693311981_community_shard.up.sql", size: 156, mode: os.FileMode(0644), modTime: time.Unix(1698107690, 0)} + info := bindataFileInfo{name: "1693311981_community_shard.up.sql", size: 156, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x12, 0xf9, 0xde, 0x49, 0x9f, 0x95, 0xaa, 0x22, 0x5e, 0x54, 0x5a, 0x1, 0xd, 0xc6, 0x1f, 0x42, 0x93, 0xe8, 0x69, 0x30, 0x11, 0x69, 0x41, 0x7f, 0x87, 0x57, 0x56, 0x2a, 0x32, 0xb9, 0x3e}} return a, nil } @@ -2240,7 +2241,7 @@ func _1695331492_add_status_link_previewsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1695331492_add_status_link_previews.up.sql", size: 136, mode: os.FileMode(0644), modTime: time.Unix(1698107690, 0)} + info := bindataFileInfo{name: "1695331492_add_status_link_previews.up.sql", size: 136, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0x7d, 0x6e, 0x86, 0xf0, 0xf8, 0x23, 0x4b, 0x16, 0x3d, 0xca, 0x8f, 0xfc, 0x8, 0x22, 0xd5, 0x70, 0x14, 0xbb, 0xdd, 0xa9, 0xb8, 0x3e, 0xc6, 0x20, 0xfb, 0x0, 0x26, 0x73, 0xcb, 0x92, 0xb2}} return a, nil } @@ -2260,7 +2261,7 @@ func _1695918296_add_validated_atUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1695918296_add_validated_at.up.sql", size: 377, mode: os.FileMode(0644), modTime: time.Unix(1697619674, 0)} + info := bindataFileInfo{name: "1695918296_add_validated_at.up.sql", size: 377, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x48, 0xa7, 0xd5, 0xb, 0xbb, 0x23, 0xfd, 0x40, 0x49, 0x33, 0x1b, 0x5c, 0xb3, 0x5b, 0x7a, 0xd8, 0xed, 0x5, 0xd, 0xb4, 0x91, 0xa3, 0x37, 0xaf, 0xaf, 0xc6, 0xa1, 0x13, 0xeb, 0x56, 0x1d}} return a, nil } @@ -2280,7 +2281,7 @@ func _1697699419_community_control_node_syncUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1697699419_community_control_node_sync.up.sql", size: 435, mode: os.FileMode(0644), modTime: time.Unix(1698342372, 0)} + info := bindataFileInfo{name: "1697699419_community_control_node_sync.up.sql", size: 435, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xd6, 0x63, 0x10, 0x1b, 0x16, 0x35, 0x57, 0xf1, 0x4a, 0x4, 0x51, 0xe0, 0x1, 0xe1, 0xfc, 0x12, 0x3a, 0x10, 0x4f, 0xb1, 0x96, 0x53, 0x2, 0xf5, 0x66, 0x7b, 0xe0, 0x8a, 0xdf, 0x78, 0x53}} return a, nil } @@ -2300,7 +2301,7 @@ func _1698137561_add_profile_showcase_tablesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698137561_add_profile_showcase_tables.up.sql", size: 440, mode: os.FileMode(0644), modTime: time.Unix(1698344993, 0)} + info := bindataFileInfo{name: "1698137561_add_profile_showcase_tables.up.sql", size: 440, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xef, 0x89, 0x68, 0x42, 0xbf, 0xff, 0xb9, 0x8f, 0x8f, 0x19, 0x91, 0xd2, 0x6a, 0x85, 0xda, 0x2c, 0x63, 0x5f, 0x3c, 0x84, 0x4, 0x93, 0x16, 0x10, 0xf0, 0xe0, 0xd9, 0x9b, 0xbe, 0x8d, 0x62}} return a, nil } @@ -2320,7 +2321,7 @@ func _1698137562_fix_encryption_key_idUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698137562_fix_encryption_key_id.up.sql", size: 758, mode: os.FileMode(0644), modTime: time.Unix(1698749888, 0)} + info := bindataFileInfo{name: "1698137562_fix_encryption_key_id.up.sql", size: 758, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0x61, 0x1b, 0x6a, 0xb1, 0x44, 0x8d, 0x47, 0xde, 0x55, 0x45, 0x77, 0x8e, 0x4f, 0xb, 0x6a, 0x7f, 0x83, 0x56, 0x9c, 0x80, 0xc0, 0xae, 0xda, 0xd8, 0xaf, 0x7e, 0x2b, 0xb4, 0x5e, 0xc3, 0x63}} return a, nil } @@ -2340,7 +2341,7 @@ func _1698414646_add_paddingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698414646_add_padding.up.sql", size: 69, mode: os.FileMode(0644), modTime: time.Unix(1698749888, 0)} + info := bindataFileInfo{name: "1698414646_add_padding.up.sql", size: 69, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x48, 0x8e, 0x18, 0x1b, 0x81, 0x78, 0xab, 0x42, 0xcb, 0x11, 0xf5, 0xe, 0x44, 0xd4, 0x35, 0x33, 0x4e, 0x8, 0x6f, 0x14, 0x90, 0xe6, 0x2b, 0x59, 0xee, 0x87, 0xb, 0x96, 0x62, 0x3, 0x45}} return a, nil } @@ -2360,7 +2361,7 @@ func _1698746210_add_signature_to_revealed_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698746210_add_signature_to_revealed_addresses.up.sql", size: 87, mode: os.FileMode(0644), modTime: time.Unix(1698931048, 0)} + info := bindataFileInfo{name: "1698746210_add_signature_to_revealed_addresses.up.sql", size: 87, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x64, 0xef, 0xe7, 0x5d, 0x82, 0x3e, 0x7d, 0x5a, 0x34, 0xd2, 0xa, 0x5c, 0x48, 0xef, 0x40, 0xb4, 0x7d, 0x78, 0xc8, 0x11, 0xbc, 0xf3, 0xc5, 0x1d, 0xd5, 0xe9, 0x39, 0xd9, 0xfa, 0xc8, 0x27}} return a, nil } @@ -2380,7 +2381,7 @@ func _1699041816_profile_showcase_contactsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1699041816_profile_showcase_contacts.up.sql", size: 2206, mode: os.FileMode(0644), modTime: time.Unix(1699895188, 0)} + info := bindataFileInfo{name: "1699041816_profile_showcase_contacts.up.sql", size: 2206, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x7b, 0x55, 0xda, 0x93, 0x4a, 0x92, 0xf8, 0x45, 0xb2, 0x9f, 0x32, 0xf4, 0x37, 0xc, 0x5f, 0x62, 0xba, 0x33, 0xe2, 0x5c, 0x91, 0x1c, 0xc, 0x7, 0x9, 0xc2, 0x27, 0x5, 0x90, 0x94, 0xf3}} return a, nil } @@ -2400,7 +2401,7 @@ func _1699554099_message_segmentsUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1699554099_message_segments.up.sql", size: 426, mode: os.FileMode(0644), modTime: time.Unix(1701202578, 0)} + info := bindataFileInfo{name: "1699554099_message_segments.up.sql", size: 426, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0xca, 0xd, 0xfa, 0xfa, 0x17, 0xef, 0x7e, 0x24, 0xf9, 0x28, 0xbd, 0x39, 0x75, 0xff, 0x34, 0x31, 0x27, 0x58, 0x3c, 0x17, 0x77, 0xfd, 0xc2, 0x66, 0x47, 0x63, 0x58, 0x3e, 0xb3, 0x88, 0x1a}} return a, nil } @@ -2420,7 +2421,7 @@ func _1700044186_message_segments_timestampUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1700044186_message_segments_timestamp.up.sql", size: 322, mode: os.FileMode(0644), modTime: time.Unix(1701202578, 0)} + info := bindataFileInfo{name: "1700044186_message_segments_timestamp.up.sql", size: 322, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0x4e, 0x7, 0x86, 0x71, 0xc8, 0x1f, 0x2f, 0xf4, 0xbc, 0xc5, 0xc4, 0x37, 0x56, 0xa1, 0x47, 0xd9, 0xc9, 0xfd, 0xdf, 0x9a, 0x48, 0x1d, 0xfd, 0xb4, 0xeb, 0xb6, 0xb1, 0xc2, 0x73, 0x11, 0x19}} return a, nil } @@ -2440,7 +2441,7 @@ func _1700044187_curated_communitiesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1700044187_curated_communities.up.sql", size: 131, mode: os.FileMode(0644), modTime: time.Unix(1701202578, 0)} + info := bindataFileInfo{name: "1700044187_curated_communities.up.sql", size: 131, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0xf1, 0xf1, 0x57, 0xb5, 0x83, 0xad, 0x9d, 0x9b, 0xf, 0x49, 0xe, 0x3d, 0xa5, 0xf6, 0xf5, 0x9c, 0x7f, 0xb3, 0xf7, 0x22, 0x43, 0x8a, 0xa0, 0x49, 0xfa, 0xcc, 0x9b, 0xea, 0xac, 0xc0, 0xb9}} return a, nil } @@ -2460,7 +2461,7 @@ func _1700820989_add_resend_automatically_indexUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1700820989_add_resend_automatically_index.up.sql", size: 77, mode: os.FileMode(0644), modTime: time.Unix(1703037356, 0)} + info := bindataFileInfo{name: "1700820989_add_resend_automatically_index.up.sql", size: 77, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x6a, 0xd4, 0xd2, 0x34, 0xa7, 0x68, 0xaa, 0xe5, 0x69, 0x9, 0xce, 0xcf, 0xcb, 0x13, 0x94, 0x9d, 0x3, 0x4c, 0x59, 0xac, 0x5f, 0x71, 0xb2, 0xe4, 0xda, 0x67, 0x42, 0xbe, 0xf2, 0x1d, 0xe8}} return a, nil } @@ -2480,11 +2481,31 @@ func _1702996953_add_communities_shards_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1702996953_add_communities_shards_table.up.sql", size: 208, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "1702996953_add_communities_shards_table.up.sql", size: 208, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x40, 0x38, 0xcb, 0x1e, 0x85, 0x1, 0x6b, 0xe6, 0xe9, 0xf0, 0xf9, 0xe6, 0x6d, 0x23, 0x4d, 0xe6, 0x12, 0x61, 0xc8, 0x12, 0x25, 0x31, 0x39, 0x7d, 0x40, 0xad, 0x64, 0xfa, 0xf1, 0x87, 0x86}} return a, nil } +var __1704489636_add_album_imagesUpSql = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x72\xf4\x09\x71\x0d\x52\x08\x71\x74\xf2\x71\x55\x28\x2d\x4e\x2d\x8a\xcf\x4d\x2d\x2e\x4e\x4c\x4f\x2d\x56\x70\x74\x71\x51\x70\xf6\xf7\x09\xf5\xf5\x53\x48\xcc\x49\x2a\xcd\x8d\xcf\xcc\x05\x8b\x87\xb8\x46\x84\x28\xb8\xb8\xba\x39\x86\xfa\x84\x28\x28\x29\x59\x03\x02\x00\x00\xff\xff\x67\x96\x07\xf7\x42\x00\x00\x00") + +func _1704489636_add_album_imagesUpSqlBytes() ([]byte, error) { + return bindataRead( + __1704489636_add_album_imagesUpSql, + "1704489636_add_album_images.up.sql", + ) +} + +func _1704489636_add_album_imagesUpSql() (*asset, error) { + bytes, err := _1704489636_add_album_imagesUpSqlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "1704489636_add_album_images.up.sql", size: 66, mode: os.FileMode(0664), modTime: time.Unix(1704489601, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x28, 0x82, 0xf2, 0x12, 0x94, 0xb, 0x1b, 0x9f, 0x3f, 0xbf, 0x41, 0x96, 0x29, 0x63, 0x5e, 0x28, 0x4c, 0x9d, 0xd2, 0x26, 0xc9, 0x52, 0x4a, 0x19, 0x80, 0x10, 0xac, 0x1a, 0x51, 0x96, 0xe6, 0xa2}} + return a, nil +} + var _readmeMd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\xc1\xce\xd3\x30\x10\x84\xef\x7e\x8a\x91\x7a\x01\xa9\x2a\x8f\xc0\x0d\x71\x82\x03\x48\x1c\xc9\x36\x9e\x36\x96\x1c\x6f\xf0\xae\x93\xe6\xed\x91\xa3\xc2\xdf\xff\x66\xed\xd8\x33\xdf\x78\x4f\xa7\x13\xbe\xea\x06\x57\x6c\x35\x39\x31\xa7\x7b\x15\x4f\x5a\xec\x73\x08\xbf\x08\x2d\x79\x7f\x4a\x43\x5b\x86\x17\xfd\x8c\x21\xea\x56\x5e\x47\x90\x4a\x14\x75\x48\xde\x64\x37\x2c\x6a\x96\xae\x99\x48\x05\xf6\x27\x77\x13\xad\x08\xae\x8a\x51\xe7\x25\xf3\xf1\xa9\x9f\xf9\x58\x58\x2c\xad\xbc\xe0\x8b\x56\xf0\x21\x5d\xeb\x4c\x95\xb3\xae\x84\x60\xd4\xdc\xe6\x82\x5d\x1b\x36\x6d\x39\x62\x92\xf5\xb8\x11\xdb\x92\xd3\x28\xce\xe0\x13\xe1\x72\xcd\x3c\x63\xd4\x65\x87\xae\xac\xe8\xc3\x28\x2e\x67\x44\x66\x3a\x21\x25\xa2\x72\xac\x14\x67\xbc\x84\x9f\x53\x32\x8c\x52\x70\x25\x56\xd6\xfd\x8d\x05\x37\xad\x30\x9d\x9f\xa6\x86\x0f\xcd\x58\x7f\xcf\x34\x93\x3b\xed\x90\x9f\xa4\x1f\xcf\x30\x85\x4d\x07\x58\xaf\x7f\x25\xc4\x9d\xf3\x72\x64\x84\xd0\x7f\xf9\x9b\x3a\x2d\x84\xef\x85\x48\x66\x8d\xd8\x88\x9b\x8c\x8c\x98\x5b\xf6\x74\x14\x4e\x33\x0d\xc9\xe0\x93\x38\xda\x12\xc5\x69\xbd\xe4\xf0\x2e\x7a\x78\x07\x1c\xfe\x13\x9f\x91\x29\x31\x95\x7b\x7f\x62\x59\x37\xb4\xe5\x5e\x25\xfe\x33\xee\xd5\x53\x71\xd6\xda\x3a\xd8\xcb\xde\x2e\xf8\xa1\x90\x55\x53\x0c\xc7\xaa\x0d\xe9\x76\x14\x29\x1c\x7b\x68\xdd\x2f\xe1\x6f\x00\x00\x00\xff\xff\x3c\x0a\xc2\xfe\x2a\x02\x00\x00") func readmeMdBytes() ([]byte, error) { @@ -2500,7 +2521,7 @@ func readmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "README.md", size: 554, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "README.md", size: 554, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1c, 0x6e, 0xfb, 0xcc, 0x81, 0x94, 0x4d, 0x8c, 0xa0, 0x3b, 0x5, 0xb0, 0x18, 0xd6, 0xbb, 0xb3, 0x79, 0xc8, 0x8f, 0xff, 0xc1, 0x10, 0xf9, 0xf, 0x20, 0x1b, 0x4a, 0x74, 0x96, 0x42, 0xd7, 0xa8}} return a, nil } @@ -2520,7 +2541,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 850, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 850, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0xcc, 0x41, 0xe1, 0x61, 0x12, 0x97, 0xe, 0x36, 0x8c, 0xa7, 0x9e, 0xe0, 0x6e, 0x59, 0x9e, 0xee, 0xd5, 0x4a, 0xcf, 0x1e, 0x60, 0xd6, 0xc3, 0x3a, 0xc9, 0x6c, 0xf2, 0x86, 0x5a, 0xb4, 0x1e}} return a, nil } @@ -2846,6 +2867,8 @@ var _bindata = map[string]func() (*asset, error){ "1702996953_add_communities_shards_table.up.sql": _1702996953_add_communities_shards_tableUpSql, + "1704489636_add_album_images.up.sql": _1704489636_add_album_imagesUpSql, + "README.md": readmeMd, "doc.go": docGo, @@ -3007,8 +3030,9 @@ var _bintree = &bintree{nil, map[string]*bintree{ "1700044187_curated_communities.up.sql": &bintree{_1700044187_curated_communitiesUpSql, map[string]*bintree{}}, "1700820989_add_resend_automatically_index.up.sql": &bintree{_1700820989_add_resend_automatically_indexUpSql, map[string]*bintree{}}, "1702996953_add_communities_shards_table.up.sql": &bintree{_1702996953_add_communities_shards_tableUpSql, map[string]*bintree{}}, - "README.md": &bintree{readmeMd, map[string]*bintree{}}, - "doc.go": &bintree{docGo, map[string]*bintree{}}, + "1704489636_add_album_images.up.sql": &bintree{_1704489636_add_album_imagesUpSql, map[string]*bintree{}}, + "README.md": &bintree{readmeMd, map[string]*bintree{}}, + "doc.go": &bintree{docGo, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory. diff --git a/protocol/migrations/sqlite/1704489636_add_album_images.up.sql b/protocol/migrations/sqlite/1704489636_add_album_images.up.sql new file mode 100644 index 000000000..e1fefbf54 --- /dev/null +++ b/protocol/migrations/sqlite/1704489636_add_album_images.up.sql @@ -0,0 +1 @@ +ALTER TABLE user_messages ADD COLUMN album_images TEXT DEFAULT ""; \ No newline at end of file diff --git a/protocol/persistence_quoted_message_test.go b/protocol/persistence_quoted_message_test.go new file mode 100644 index 000000000..7a6dd28a0 --- /dev/null +++ b/protocol/persistence_quoted_message_test.go @@ -0,0 +1,172 @@ +package protocol + +import ( + "encoding/json" + "fmt" + + "github.com/status-im/status-go/protocol/common" + "github.com/status-im/status-go/protocol/protobuf" + "github.com/status-im/status-go/server" +) + +func (s *MessengerSuite) setUpTestDatabase() (string, *sqlitePersistence) { + chat := CreatePublicChat("test-chat", s.m.transport) + err := s.m.SaveChat(chat) + s.NoError(err) + db, err := openTestDB() + s.NoError(err) + p := newSQLitePersistence(db) + + return chat.ID, p +} + +func (s *MessengerSuite) Test_WHEN_MessageContainsImage_Then_preparedMessageAddsAlbumImageWithImageGeneratedLink() { + chatID, p := s.setUpTestDatabase() + + message1 := &common.Message{ + ID: "id-1", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-1", + Clock: uint64(1), + ContentType: protobuf.ChatMessage_IMAGE, + Payload: &protobuf.ChatMessage_Image{ + Image: &protobuf.ImageMessage{ + Type: 1, + Payload: []byte("some-payload"), + }, + }, + }, + From: "1", + } + message2 := &common.Message{ + ID: "id-2", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-2", + Clock: uint64(2), + ResponseTo: "id-1", + }, + + From: "2", + } + + messages := []*common.Message{message1, message2} + + err := s.m.SaveMessages([]*common.Message{message1, message2}) + s.Require().NoError(err) + + err = p.SaveMessages(messages) + s.Require().NoError(err) + + mediaServer, err := server.NewMediaServer(s.m.database, nil, nil, nil) + s.Require().NoError(err) + s.Require().NoError(mediaServer.Start()) + + retrievedMessages, _, err := p.MessageByChatID(chatID, "", 10) + s.Require().NoError(err) + s.Require().Equal("id-2", retrievedMessages[0].ID) + s.Require().Equal("id-1", retrievedMessages[0].ResponseTo) + + err = s.m.prepareMessage(retrievedMessages[0], mediaServer) + s.Require().NoError(err) + + expectedURL := fmt.Sprintf(`["https://Localhost:%d/messages/images?messageId=id-1"]`, mediaServer.GetPort()) + + s.Require().Equal(json.RawMessage(expectedURL), retrievedMessages[0].QuotedMessage.AlbumImages) +} + +func (s *MessengerSuite) Test_WHEN_NoQuotedMessage_THEN_RetrievedMessageDoesNotContainQuotedMessage() { + chatID, p := s.setUpTestDatabase() + + message1 := &common.Message{ + ID: "id-1", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-1", + Clock: uint64(1), + }, + From: "1", + } + + message2 := &common.Message{ + ID: "id-2", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-2", + Clock: uint64(2), + }, + + From: "2", + } + + messages := []*common.Message{message1, message2} + + err := s.m.SaveMessages([]*common.Message{message1, message2}) + s.Require().NoError(err) + + err = p.SaveMessages(messages) + s.Require().NoError(err) + + mediaServer, err := server.NewMediaServer(s.m.database, nil, nil, nil) + s.Require().NoError(err) + s.Require().NoError(mediaServer.Start()) + + retrievedMessages, _, err := p.MessageByChatID(chatID, "", 10) + s.Require().NoError(err) + s.Require().Equal("id-2", retrievedMessages[0].ID) + s.Require().Equal("", retrievedMessages[0].ResponseTo) + + err = s.m.prepareMessage(retrievedMessages[0], mediaServer) + s.Require().NoError(err) + + s.Require().Equal((*common.QuotedMessage)(nil), retrievedMessages[0].QuotedMessage) +} + +func (s *MessengerSuite) Test_WHEN_QuotedMessageDoesNotContainsImage_THEN_RetrievedMessageContainsNoImages() { + chatID, p := s.setUpTestDatabase() + + message1 := &common.Message{ + ID: "id-1", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-1", + Clock: uint64(1), + }, + From: "1", + } + + message2 := &common.Message{ + ID: "id-2", + LocalChatID: chatID, + ChatMessage: &protobuf.ChatMessage{ + Text: "content-2", + Clock: uint64(2), + ResponseTo: "id-1", + }, + + From: "2", + } + + messages := []*common.Message{message1, message2} + + err := s.m.SaveMessages([]*common.Message{message1, message2}) + s.Require().NoError(err) + + err = p.SaveMessages(messages) + s.Require().NoError(err) + + mediaServer, err := server.NewMediaServer(s.m.database, nil, nil, nil) + s.Require().NoError(err) + s.Require().NoError(mediaServer.Start()) + + retrievedMessages, _, err := p.MessageByChatID(chatID, "", 10) + s.Require().NoError(err) + s.Require().Equal("id-2", retrievedMessages[0].ID) + s.Require().Equal("id-1", retrievedMessages[0].ResponseTo) + + err = s.m.prepareMessage(retrievedMessages[0], mediaServer) + s.Require().NoError(err) + + s.Require().Equal(json.RawMessage(nil), retrievedMessages[0].QuotedMessage.AlbumImages) +} diff --git a/protocol/protobuf/anon_metrics.pb.go b/protocol/protobuf/anon_metrics.pb.go index 799226b2f..e87b39ecb 100644 --- a/protocol/protobuf/anon_metrics.pb.go +++ b/protocol/protobuf/anon_metrics.pb.go @@ -6,7 +6,7 @@ package protobuf import ( fmt "fmt" proto "github.com/golang/protobuf/proto" - timestamppb "google.golang.org/protobuf/types/known/timestamppb" + timestamp "github.com/golang/protobuf/ptypes/timestamp" math "math" ) @@ -36,10 +36,10 @@ type AnonymousMetric struct { // session_id is the id of the session the metric was recorded in SessionId string `protobuf:"bytes,6,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"` // created_at is the datetime at which the metric was stored in the local db - CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + CreatedAt *timestamp.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *AnonymousMetric) Reset() { *m = AnonymousMetric{} } @@ -109,7 +109,7 @@ func (m *AnonymousMetric) GetSessionId() string { return "" } -func (m *AnonymousMetric) GetCreatedAt() *timestamppb.Timestamp { +func (m *AnonymousMetric) GetCreatedAt() *timestamp.Timestamp { if m != nil { return m.CreatedAt } diff --git a/protocol/pushnotificationclient/migrations/migrations.go b/protocol/pushnotificationclient/migrations/migrations.go index e698285bd..ef576b9cc 100644 --- a/protocol/pushnotificationclient/migrations/migrations.go +++ b/protocol/pushnotificationclient/migrations/migrations.go @@ -90,7 +90,7 @@ func _1593601729_initial_schemaDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1593601729_initial_schema.down.sql", size: 144, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1593601729_initial_schema.down.sql", size: 144, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa, 0x95, 0x55, 0x64, 0x38, 0x40, 0x16, 0xbf, 0x8b, 0x1c, 0x18, 0xb4, 0xc5, 0x7f, 0xd0, 0xb8, 0xf0, 0x3c, 0xa2, 0x82, 0xf8, 0x8d, 0x5a, 0xd3, 0xb6, 0x6e, 0xa3, 0xb4, 0xc, 0x9, 0x33, 0x0}} return a, nil } @@ -110,7 +110,7 @@ func _1593601729_initial_schemaUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1593601729_initial_schema.up.sql", size: 1773, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1593601729_initial_schema.up.sql", size: 1773, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x1e, 0x5, 0x35, 0x9, 0xb2, 0x2d, 0x6f, 0x33, 0x63, 0xa2, 0x7a, 0x5b, 0xd2, 0x2d, 0xcb, 0x79, 0x7e, 0x6, 0xb4, 0x9d, 0x35, 0xd8, 0x9b, 0x55, 0xe5, 0xf8, 0x44, 0xca, 0xa6, 0xf3, 0xd3}} return a, nil } @@ -130,7 +130,7 @@ func _1597909626_add_server_typeDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1597909626_add_server_type.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1597909626_add_server_type.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -150,7 +150,7 @@ func _1597909626_add_server_typeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1597909626_add_server_type.up.sql", size: 145, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1597909626_add_server_type.up.sql", size: 145, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc8, 0x3f, 0xe0, 0xe7, 0x57, 0x0, 0x5d, 0x60, 0xf3, 0x55, 0x64, 0x71, 0x80, 0x3c, 0xca, 0x8, 0x61, 0xb5, 0x3c, 0xe, 0xa1, 0xe4, 0x61, 0xd1, 0x4e, 0xd8, 0xb2, 0x55, 0xdd, 0x87, 0x62, 0x9b}} return a, nil } @@ -170,7 +170,7 @@ func _1599053776_add_chat_id_and_typeDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.down.sql", size: 0, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.down.sql", size: 0, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}} return a, nil } @@ -190,7 +190,7 @@ func _1599053776_add_chat_id_and_typeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.up.sql", size: 264, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1599053776_add_chat_id_and_type.up.sql", size: 264, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x7a, 0xf9, 0xc4, 0xa2, 0x96, 0x2e, 0xf9, 0x8f, 0x7, 0xf1, 0x1e, 0x73, 0x8a, 0xa6, 0x3a, 0x13, 0x4, 0x73, 0x82, 0x83, 0xb, 0xe3, 0xb5, 0x3b, 0x7e, 0xd, 0x23, 0xce, 0x98, 0xd4, 0xdc}} return a, nil } @@ -210,7 +210,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 382, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 382, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x2f, 0x1e, 0x64, 0x9, 0x93, 0xe4, 0x8b, 0xf2, 0x98, 0x5a, 0x45, 0xe2, 0x80, 0x88, 0x67, 0x7a, 0x2d, 0xd7, 0x4b, 0xd1, 0x73, 0xb6, 0x6d, 0x15, 0xc2, 0x0, 0x34, 0xcd, 0xa0, 0xdb, 0x20}} return a, nil } diff --git a/protocol/pushnotificationserver/migrations/migrations.go b/protocol/pushnotificationserver/migrations/migrations.go index f2721f1ef..a255ceb0b 100644 --- a/protocol/pushnotificationserver/migrations/migrations.go +++ b/protocol/pushnotificationserver/migrations/migrations.go @@ -88,7 +88,7 @@ func _1593601728_initial_schemaDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1593601728_initial_schema.down.sql", size: 200, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1593601728_initial_schema.down.sql", size: 200, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0x8a, 0x61, 0x81, 0x57, 0x45, 0x9b, 0x97, 0x9b, 0x1f, 0xf6, 0x94, 0x8a, 0x20, 0xb3, 0x2b, 0xff, 0x69, 0x49, 0xf4, 0x58, 0xcc, 0xd0, 0x55, 0xcc, 0x9a, 0x8b, 0xb6, 0x7f, 0x29, 0x53, 0xc1}} return a, nil } @@ -108,7 +108,7 @@ func _1593601728_initial_schemaUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1593601728_initial_schema.up.sql", size: 675, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1593601728_initial_schema.up.sql", size: 675, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x61, 0x90, 0x79, 0xd9, 0x14, 0x65, 0xe9, 0x96, 0x53, 0x17, 0x33, 0x54, 0xeb, 0x8b, 0x5d, 0x95, 0x99, 0x10, 0x36, 0x58, 0xdd, 0xb2, 0xbf, 0x45, 0xd9, 0xbb, 0xc4, 0x92, 0xe, 0xce, 0x2}} return a, nil } @@ -128,7 +128,7 @@ func _1598419937_add_push_notifications_tableDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1598419937_add_push_notifications_table.down.sql", size: 51, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1598419937_add_push_notifications_table.down.sql", size: 51, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x98, 0xc8, 0x30, 0x45, 0x5b, 0xc5, 0x7d, 0x13, 0x5d, 0xe7, 0xc8, 0x23, 0x43, 0xf7, 0xdc, 0x9c, 0xe2, 0xdd, 0x63, 0xf0, 0xb7, 0x16, 0x40, 0xc, 0xda, 0xb9, 0x16, 0x70, 0x2b, 0x5a, 0x7e}} return a, nil } @@ -148,7 +148,7 @@ func _1598419937_add_push_notifications_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1598419937_add_push_notifications_table.up.sql", size: 104, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1598419937_add_push_notifications_table.up.sql", size: 104, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2, 0x3e, 0xef, 0xf, 0xc2, 0xdf, 0xbc, 0x99, 0x7a, 0xc2, 0xd3, 0x64, 0x4f, 0x4c, 0x7e, 0xfc, 0x2e, 0x8c, 0xa7, 0x54, 0xd3, 0x4d, 0x25, 0x98, 0x41, 0xbc, 0xea, 0xd7, 0x2, 0xc1, 0xd0, 0x52}} return a, nil } @@ -168,7 +168,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 382, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 382, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x2f, 0x1e, 0x64, 0x9, 0x93, 0xe4, 0x8b, 0xf2, 0x98, 0x5a, 0x45, 0xe2, 0x80, 0x88, 0x67, 0x7a, 0x2d, 0xd7, 0x4b, 0xd1, 0x73, 0xb6, 0x6d, 0x15, 0xc2, 0x0, 0x34, 0xcd, 0xa0, 0xdb, 0x20}} return a, nil } diff --git a/protocol/transport/migrations/migrations.go b/protocol/transport/migrations/migrations.go index 4dee6977e..393baff42 100644 --- a/protocol/transport/migrations/migrations.go +++ b/protocol/transport/migrations/migrations.go @@ -89,7 +89,7 @@ func _1561059284_add_waku_keysDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1561059284_add_waku_keys.down.sql", size: 22, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1561059284_add_waku_keys.down.sql", size: 22, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0x2a, 0x7e, 0x9, 0xa3, 0xdd, 0xc6, 0x3, 0xfa, 0xaa, 0x98, 0xa0, 0x26, 0x5e, 0x67, 0x43, 0xe6, 0x20, 0xfd, 0x10, 0xfd, 0x60, 0x89, 0x17, 0x13, 0x87, 0x1b, 0x44, 0x36, 0x79, 0xb6, 0x60}} return a, nil } @@ -109,7 +109,7 @@ func _1561059284_add_waku_keysUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1561059284_add_waku_keys.up.sql", size: 109, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1561059284_add_waku_keys.up.sql", size: 109, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x5c, 0x8, 0x32, 0xef, 0x12, 0x88, 0x21, 0xd, 0x7a, 0x42, 0x4d, 0xe7, 0x2d, 0x6c, 0x99, 0xb6, 0x1, 0xf1, 0xba, 0x2c, 0x40, 0x8d, 0xa9, 0x4b, 0xe6, 0xc4, 0x21, 0xec, 0x47, 0x6b, 0xf7}} return a, nil } @@ -129,7 +129,7 @@ func _1616691080_add_wakuv2_keysDownSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.down.sql", size: 24, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.down.sql", size: 24, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0xb6, 0x23, 0x70, 0xb8, 0x63, 0x18, 0x61, 0xea, 0x35, 0x6e, 0xae, 0xe9, 0x71, 0x89, 0xa, 0xa5, 0x72, 0xa2, 0x64, 0xaa, 0x45, 0x1, 0xf, 0xfc, 0xee, 0x1b, 0xd9, 0xd2, 0x27, 0xf4, 0xe2}} return a, nil } @@ -149,7 +149,7 @@ func _1616691080_add_wakuv2_keysUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.up.sql", size: 111, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1616691080_add_wakuV2_keys.up.sql", size: 111, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xf0, 0x97, 0x25, 0xfe, 0x96, 0x2c, 0xa8, 0x62, 0x4a, 0x71, 0x75, 0xff, 0x5f, 0x43, 0x1e, 0x71, 0x53, 0xf1, 0xde, 0xf, 0xcf, 0xcd, 0x87, 0x15, 0x61, 0x9d, 0x25, 0x2e, 0xaf, 0x18, 0x99}} return a, nil } @@ -169,7 +169,7 @@ func _1634723014_add_wakuv2_keysUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1634723014_add_wakuV2_keys.up.sql", size: 125, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "1634723014_add_wakuV2_keys.up.sql", size: 125, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xe1, 0x7a, 0x1e, 0x6, 0xad, 0x1b, 0x37, 0xdb, 0xea, 0x94, 0xaf, 0xe0, 0x7d, 0xc9, 0xd6, 0xda, 0x52, 0x71, 0x8a, 0x44, 0xb3, 0xa6, 0x7b, 0x1e, 0x90, 0xdb, 0x1e, 0x5a, 0xa, 0x40, 0x26}} return a, nil } @@ -189,7 +189,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 373, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "doc.go", size: 373, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0x6a, 0xc1, 0xce, 0x94, 0xf6, 0xef, 0xf1, 0x97, 0x95, 0xb, 0x35, 0xaf, 0x5f, 0xe7, 0x5f, 0xac, 0x6e, 0xb8, 0xab, 0xba, 0xb5, 0x35, 0x97, 0x22, 0x36, 0x11, 0xce, 0x44, 0xfc, 0xfa, 0xac}} return a, nil } diff --git a/static/bindata.go b/static/bindata.go index 25312de4b..e4dbc3ff6 100644 --- a/static/bindata.go +++ b/static/bindata.go @@ -104,7 +104,7 @@ func emojisTxt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "emojis.txt", size: 28134, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "emojis.txt", size: 28134, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf5, 0x28, 0xc, 0x22, 0x34, 0xa1, 0xeb, 0x8, 0x8d, 0xef, 0x38, 0x1b, 0xd8, 0xc2, 0x1a, 0x6d, 0xa2, 0x62, 0xad, 0x43, 0xfc, 0x1c, 0x38, 0xda, 0x8c, 0x3f, 0x34, 0xa, 0x8c, 0x6f, 0x5d, 0xd8}} return a, nil } @@ -124,7 +124,7 @@ func ConfigReadmeMd() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/README.md", size: 3031, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/README.md", size: 3031, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0x44, 0x2b, 0x13, 0x14, 0x34, 0xa, 0x66, 0x62, 0x1b, 0xc6, 0x4a, 0x2c, 0x7d, 0x4d, 0x89, 0xfb, 0xc9, 0x69, 0xe4, 0x18, 0x5f, 0x3, 0x98, 0x6d, 0x3c, 0x9e, 0xa8, 0xcd, 0x53, 0x5d, 0x75}} return a, nil } @@ -144,7 +144,7 @@ func ConfigCliAnonMetricNodeClientJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/anon-metric-node-client.json", size: 857, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/cli/anon-metric-node-client.json", size: 857, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xdf, 0xcd, 0xc8, 0x92, 0x1d, 0x63, 0x5e, 0xe1, 0xf9, 0x7f, 0xed, 0xf2, 0x68, 0x6b, 0x20, 0xff, 0x1d, 0x3b, 0xc9, 0x7b, 0xb9, 0x6a, 0xba, 0xd3, 0xbd, 0xf7, 0x48, 0x7b, 0x5a, 0x52, 0x79}} return a, nil } @@ -164,7 +164,7 @@ func ConfigCliAnonMetricNodeServerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/anon-metric-node-server.json", size: 696, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/cli/anon-metric-node-server.json", size: 696, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0x2f, 0x97, 0xab, 0x77, 0x61, 0x93, 0x9d, 0x1f, 0x33, 0x18, 0x72, 0xad, 0xce, 0xa3, 0x35, 0xa9, 0x44, 0xbf, 0x29, 0xa8, 0xea, 0x21, 0xb7, 0x22, 0x7f, 0x7d, 0x3a, 0x6b, 0x55, 0x3c, 0x66}} return a, nil } @@ -184,7 +184,7 @@ func ConfigCliFleetEthProdJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-eth.prod.json", size: 3619, mode: os.FileMode(0644), modTime: time.Unix(1697500758, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-eth.prod.json", size: 3619, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x4f, 0x86, 0x8b, 0x6e, 0x2, 0x27, 0xa3, 0x37, 0x27, 0x74, 0x51, 0xf0, 0x97, 0x5b, 0x64, 0x8e, 0xbd, 0x29, 0xba, 0x75, 0x2d, 0x75, 0x78, 0x46, 0xb9, 0x56, 0x6, 0xb1, 0xf9, 0x85, 0xdd}} return a, nil } @@ -204,7 +204,7 @@ func ConfigCliFleetEthStagingJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-eth.staging.json", size: 2139, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-eth.staging.json", size: 2139, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb0, 0xac, 0xc9, 0x61, 0x97, 0x42, 0x0, 0x3a, 0xfc, 0x78, 0x11, 0xa1, 0xc7, 0x55, 0x71, 0x46, 0x72, 0x3e, 0x52, 0xb0, 0x89, 0x69, 0x7f, 0x8f, 0xf1, 0x26, 0x44, 0xc5, 0xfc, 0x20, 0x9f, 0xa1}} return a, nil } @@ -224,7 +224,7 @@ func ConfigCliFleetShardsTestJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-shards.test.json", size: 1301, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-shards.test.json", size: 1301, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0x4, 0x2b, 0xe9, 0x2e, 0xa1, 0x7, 0x42, 0xb8, 0x5e, 0x54, 0x8c, 0x84, 0xd1, 0xd6, 0xd6, 0xc3, 0x72, 0x19, 0xa3, 0x9f, 0xa4, 0x72, 0xd2, 0xc5, 0xa6, 0xde, 0xcf, 0x5c, 0xc7, 0xcb, 0x9a}} return a, nil } @@ -244,7 +244,7 @@ func ConfigCliFleetStatusProdJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-status.prod.json", size: 1528, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-status.prod.json", size: 1528, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x36, 0xdc, 0x13, 0x80, 0xd6, 0xd1, 0xfe, 0xf1, 0x4a, 0xba, 0xa6, 0xdc, 0xb5, 0xe1, 0xc1, 0x17, 0x77, 0x96, 0xf, 0x45, 0x96, 0x87, 0x5e, 0x67, 0xd2, 0xbf, 0xb, 0xc6, 0x79, 0xc7, 0x6f}} return a, nil } @@ -264,7 +264,7 @@ func ConfigCliFleetStatusTestJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-status.test.json", size: 1138, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-status.test.json", size: 1138, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x2c, 0xfb, 0x4f, 0x90, 0xa5, 0xb, 0x87, 0xcf, 0xc2, 0x61, 0xdb, 0x22, 0x86, 0xef, 0x4a, 0xcf, 0xba, 0xe8, 0x2c, 0x12, 0x3d, 0x44, 0xa, 0x59, 0x4a, 0xd6, 0xd8, 0xa4, 0xe7, 0x49, 0x91}} return a, nil } @@ -284,7 +284,7 @@ func ConfigCliFleetWakuv2ProdJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-wakuv2.prod.json", size: 1138, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-wakuv2.prod.json", size: 1138, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x17, 0x9c, 0x2f, 0x31, 0x55, 0x27, 0x32, 0x2b, 0x23, 0xec, 0xde, 0xb0, 0x22, 0x28, 0x14, 0x33, 0x4f, 0xd2, 0x1d, 0x14, 0x2, 0x17, 0x6f, 0x76, 0x60, 0x94, 0x59, 0x4d, 0xcb, 0x5c, 0xbd, 0x29}} return a, nil } @@ -304,7 +304,7 @@ func ConfigCliFleetWakuv2TestJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/fleet-wakuv2.test.json", size: 1138, mode: os.FileMode(0644), modTime: time.Unix(1703177998, 0)} + info := bindataFileInfo{name: "../config/cli/fleet-wakuv2.test.json", size: 1138, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xba, 0x99, 0x5c, 0x53, 0x41, 0xbc, 0x7b, 0xe, 0x41, 0x43, 0x59, 0x22, 0x59, 0xbf, 0xc, 0x1f, 0xca, 0xf0, 0x6a, 0x65, 0xa7, 0x85, 0x22, 0x35, 0x13, 0x22, 0xc2, 0x55, 0x55, 0xcc, 0xda, 0x8}} return a, nil } @@ -324,7 +324,7 @@ func ConfigCliLesEnabledJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/les-enabled.json", size: 58, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/cli/les-enabled.json", size: 58, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xee, 0x27, 0xa7, 0x74, 0xa0, 0x46, 0xa1, 0x41, 0xed, 0x4d, 0x16, 0x5b, 0xf3, 0xf0, 0x7c, 0xc8, 0x2f, 0x6f, 0x47, 0xa4, 0xbb, 0x5f, 0x43, 0x33, 0xd, 0x9, 0x9d, 0xea, 0x9e, 0x15, 0xee}} return a, nil } @@ -344,7 +344,7 @@ func ConfigCliMailserverEnabledJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/cli/mailserver-enabled.json", size: 176, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/cli/mailserver-enabled.json", size: 176, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x34, 0xec, 0x81, 0x8b, 0x99, 0xb6, 0xdb, 0xc0, 0x8b, 0x46, 0x97, 0x96, 0xc7, 0x58, 0x30, 0x33, 0xef, 0x54, 0x25, 0x87, 0x7b, 0xb9, 0x94, 0x6b, 0x18, 0xa4, 0x5b, 0x58, 0x67, 0x7c, 0x44, 0xa6}} return a, nil } @@ -364,7 +364,7 @@ func ConfigStatusChainGenesisJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "../config/status-chain-genesis.json", size: 612, mode: os.FileMode(0644), modTime: time.Unix(1694703774, 0)} + info := bindataFileInfo{name: "../config/status-chain-genesis.json", size: 612, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0xf0, 0xc, 0x1, 0x95, 0x65, 0x6, 0x55, 0x48, 0x8f, 0x83, 0xa0, 0xb4, 0x81, 0xda, 0xad, 0x30, 0x6d, 0xb2, 0x78, 0x1b, 0x26, 0x4, 0x13, 0x12, 0x9, 0x6, 0xae, 0x3a, 0x2c, 0x1, 0x71}} return a, nil } @@ -384,7 +384,7 @@ func keysBootnodeKey() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/bootnode.key", size: 65, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/bootnode.key", size: 65, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x31, 0xcf, 0x27, 0xd4, 0x96, 0x2e, 0x32, 0xcd, 0x58, 0x96, 0x2a, 0xe5, 0x8c, 0xa0, 0xf1, 0x73, 0x1f, 0xd6, 0xd6, 0x8b, 0xb, 0x73, 0xd3, 0x2c, 0x84, 0x1a, 0x56, 0xa4, 0x74, 0xb6, 0x95, 0x20}} return a, nil } @@ -404,7 +404,7 @@ func keysFirebaseauthkey() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/firebaseauthkey", size: 153, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/firebaseauthkey", size: 153, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe, 0x69, 0x23, 0x64, 0x7d, 0xf9, 0x14, 0x37, 0x6f, 0x2b, 0x1, 0xf0, 0xb0, 0xa4, 0xb2, 0xd0, 0x18, 0xcd, 0xf9, 0xeb, 0x57, 0xa3, 0xfd, 0x79, 0x25, 0xa7, 0x9c, 0x3, 0xce, 0x26, 0xec, 0xe1}} return a, nil } @@ -424,7 +424,7 @@ func keysTestAccount1StatusChainPk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/test-account1-status-chain.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/test-account1-status-chain.pk", size: 489, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xba, 0x35, 0x1, 0x2b, 0x9d, 0xad, 0xf0, 0x2d, 0x3c, 0x4d, 0x6, 0xb5, 0x22, 0x2, 0x47, 0xd4, 0x1c, 0xf4, 0x31, 0x2f, 0xb, 0x5b, 0x27, 0x5d, 0x43, 0x97, 0x58, 0x2d, 0xf0, 0xe1, 0xbe}} return a, nil } @@ -444,7 +444,7 @@ func keysTestAccount1Pk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/test-account1.pk", size: 491, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/test-account1.pk", size: 491, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x43, 0xc2, 0xf4, 0x8c, 0xc6, 0x64, 0x25, 0x8c, 0x7, 0x8c, 0xa8, 0x89, 0x2b, 0x7b, 0x9b, 0x4f, 0x81, 0xcb, 0xce, 0x3d, 0xef, 0x82, 0x9c, 0x27, 0x27, 0xa9, 0xc5, 0x46, 0x70, 0x30, 0x38}} return a, nil } @@ -464,7 +464,7 @@ func keysTestAccount2StatusChainPk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/test-account2-status-chain.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/test-account2-status-chain.pk", size: 489, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0xf8, 0x5c, 0xe9, 0x92, 0x96, 0x2d, 0x88, 0x2b, 0x8e, 0x42, 0x3f, 0xa4, 0x93, 0x6c, 0xad, 0xe9, 0xc0, 0x1b, 0x8a, 0x8, 0x8c, 0x5e, 0x7a, 0x84, 0xa2, 0xf, 0x9f, 0x77, 0x58, 0x2c, 0x2c}} return a, nil } @@ -484,7 +484,7 @@ func keysTestAccount2Pk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/test-account2.pk", size: 491, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/test-account2.pk", size: 491, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x72, 0xd5, 0x95, 0x5c, 0x5a, 0x99, 0x9d, 0x2f, 0x21, 0x83, 0xd7, 0x10, 0x17, 0x4a, 0x3d, 0x65, 0xc9, 0x26, 0x1a, 0x2c, 0x9d, 0x65, 0x63, 0xd2, 0xa0, 0xfc, 0x7c, 0x0, 0x87, 0x38, 0x9f}} return a, nil } @@ -504,7 +504,7 @@ func keysTestAccount3BeforeEip55Pk() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "keys/test-account3-before-eip55.pk", size: 489, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "keys/test-account3-before-eip55.pk", size: 489, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x81, 0x40, 0x56, 0xc1, 0x5e, 0x10, 0x6e, 0x28, 0x15, 0x3, 0x4e, 0xc4, 0xc4, 0x71, 0x4d, 0x16, 0x99, 0xcc, 0x1b, 0x63, 0xee, 0x10, 0x20, 0xe4, 0x59, 0x52, 0x3f, 0xc0, 0xad, 0x15, 0x13, 0x72}} return a, nil } diff --git a/t/bindata.go b/t/bindata.go index c84d332a1..d2a267d14 100644 --- a/t/bindata.go +++ b/t/bindata.go @@ -86,7 +86,7 @@ func configPublicChainAccountsJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "config/public-chain-accounts.json", size: 307, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "config/public-chain-accounts.json", size: 307, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0x5d, 0xc0, 0xfe, 0x57, 0x50, 0x18, 0xec, 0x2d, 0x61, 0x1b, 0xa9, 0x81, 0x11, 0x5f, 0x77, 0xf7, 0xb6, 0x67, 0x82, 0x1, 0x40, 0x68, 0x9d, 0xc5, 0x41, 0xaf, 0xce, 0x43, 0x81, 0x92, 0x96}} return a, nil } @@ -106,7 +106,7 @@ func configStatusChainAccountsJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "config/status-chain-accounts.json", size: 543, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "config/status-chain-accounts.json", size: 543, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0xb3, 0x61, 0x51, 0x70, 0x3c, 0x12, 0x3e, 0xf1, 0x1c, 0x81, 0xfb, 0x9a, 0x7c, 0xe3, 0x63, 0xd0, 0x8f, 0x12, 0xc5, 0x2d, 0xf4, 0xea, 0x27, 0x33, 0xef, 0xca, 0xf9, 0x3f, 0x72, 0x44, 0xbf}} return a, nil } @@ -126,7 +126,7 @@ func configTestDataJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "config/test-data.json", size: 84, mode: os.FileMode(0644), modTime: time.Unix(1694703775, 0)} + info := bindataFileInfo{name: "config/test-data.json", size: 84, mode: os.FileMode(0664), modTime: time.Unix(1701054502, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x9d, 0x80, 0xf5, 0x87, 0xfa, 0x57, 0x1d, 0xa1, 0xd5, 0x7a, 0x10, 0x3, 0xac, 0xd7, 0xf4, 0x64, 0x32, 0x96, 0x2b, 0xb7, 0x21, 0xb7, 0xa6, 0x80, 0x40, 0xe9, 0x65, 0xe3, 0xd6, 0xbd, 0x40}} return a, nil } diff --git a/walletdatabase/migrations/bindata.go b/walletdatabase/migrations/bindata.go index 4cfd543a3..03b0b84ff 100644 --- a/walletdatabase/migrations/bindata.go +++ b/walletdatabase/migrations/bindata.go @@ -101,7 +101,7 @@ func _1691753758_initialUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1691753758_initial.up.sql", size: 5738, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1691753758_initial.up.sql", size: 5738, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0x25, 0x31, 0xc8, 0x27, 0x3, 0x6b, 0x9f, 0x15, 0x42, 0x2f, 0x85, 0xfb, 0xe3, 0x6, 0xea, 0xf7, 0x97, 0x12, 0x56, 0x3c, 0x9a, 0x5b, 0x1a, 0xca, 0xb1, 0x23, 0xfa, 0xcd, 0x57, 0x25, 0x5c}} return a, nil } @@ -121,7 +121,7 @@ func _1692701329_add_collectibles_and_collections_data_cacheUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1692701329_add_collectibles_and_collections_data_cache.up.sql", size: 1808, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1692701329_add_collectibles_and_collections_data_cache.up.sql", size: 1808, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0x51, 0xf4, 0x2b, 0x92, 0xde, 0x59, 0x65, 0xd8, 0x9b, 0x57, 0xe0, 0xfd, 0x7b, 0x12, 0xb, 0x29, 0x6e, 0x9d, 0xb5, 0x90, 0xe, 0xfa, 0x12, 0x97, 0xd, 0x61, 0x60, 0x7f, 0x32, 0x1d, 0xc3}} return a, nil } @@ -141,7 +141,7 @@ func _1692701339_add_scope_to_pendingUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1692701339_add_scope_to_pending.up.sql", size: 576, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1692701339_add_scope_to_pending.up.sql", size: 576, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0x8a, 0x5e, 0xe2, 0x63, 0x15, 0x37, 0xba, 0x55, 0x18, 0xf3, 0xcc, 0xe0, 0x5, 0x84, 0xe1, 0x5b, 0xe8, 0x1, 0x32, 0x6b, 0x9f, 0x7d, 0x9f, 0xd9, 0x23, 0x6c, 0xa9, 0xb5, 0xdc, 0xf4, 0x93}} return a, nil } @@ -161,7 +161,7 @@ func _1694540071_add_collectibles_ownership_update_timestampUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1694540071_add_collectibles_ownership_update_timestamp.up.sql", size: 349, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1694540071_add_collectibles_ownership_update_timestamp.up.sql", size: 349, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x45, 0xc7, 0xce, 0x79, 0x63, 0xbc, 0x6f, 0x83, 0x5f, 0xe2, 0x3, 0x56, 0xcc, 0x5, 0x2f, 0x85, 0xda, 0x7e, 0xea, 0xf5, 0xd2, 0xac, 0x19, 0xd4, 0xd8, 0x5e, 0xdd, 0xed, 0xe2, 0xa9, 0x97}} return a, nil } @@ -181,7 +181,7 @@ func _1694692748_add_raw_balance_to_token_balancesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1694692748_add_raw_balance_to_token_balances.up.sql", size: 165, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1694692748_add_raw_balance_to_token_balances.up.sql", size: 165, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xe0, 0x5b, 0x42, 0xf0, 0x96, 0xa5, 0xf5, 0xed, 0xc0, 0x97, 0x88, 0xb0, 0x6d, 0xfe, 0x7d, 0x97, 0x2e, 0x17, 0xd2, 0x16, 0xbc, 0x2a, 0xf2, 0xcc, 0x67, 0x9e, 0xc5, 0x47, 0xf6, 0x69, 0x1}} return a, nil } @@ -201,7 +201,7 @@ func _1695133989_add_community_id_to_collectibles_and_collections_data_cacheUpSq return nil, err } - info := bindataFileInfo{name: "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql", size: 275, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql", size: 275, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfa, 0x2, 0xa, 0x7f, 0x4b, 0xd1, 0x3, 0xd0, 0x3, 0x29, 0x84, 0x31, 0xed, 0x49, 0x4f, 0xb1, 0x2d, 0xd7, 0x80, 0x41, 0x5b, 0xfa, 0x6, 0xae, 0xb4, 0xf6, 0x6b, 0x49, 0xee, 0x57, 0x33, 0x76}} return a, nil } @@ -221,7 +221,7 @@ func _1695932536_balance_history_v2UpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1695932536_balance_history_v2.up.sql", size: 653, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1695932536_balance_history_v2.up.sql", size: 653, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0xf4, 0x14, 0x91, 0xf6, 0x5f, 0xc4, 0x9b, 0xb7, 0x83, 0x32, 0x72, 0xbe, 0x82, 0x42, 0x39, 0xa4, 0x3b, 0xc9, 0x78, 0x3d, 0xca, 0xd4, 0xbf, 0xfc, 0x7a, 0x33, 0x1e, 0xcd, 0x9e, 0xe4, 0x85}} return a, nil } @@ -241,7 +241,7 @@ func _1696853635_input_dataUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1696853635_input_data.up.sql", size: 23140, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1696853635_input_data.up.sql", size: 23140, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x89, 0x30, 0x33, 0x33, 0x55, 0xc5, 0x57, 0x2b, 0xaf, 0xef, 0x3d, 0x8d, 0x2a, 0xaa, 0x5c, 0x32, 0xd1, 0xf4, 0xd, 0x4a, 0xd0, 0x33, 0x4a, 0xe8, 0xf6, 0x8, 0x6b, 0x65, 0xcc, 0xba, 0xed, 0x42}} return a, nil } @@ -261,7 +261,7 @@ func _1698117918_add_community_id_to_tokensUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698117918_add_community_id_to_tokens.up.sql", size: 61, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1698117918_add_community_id_to_tokens.up.sql", size: 61, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0x82, 0xdb, 0xde, 0x3, 0x3, 0xc, 0x67, 0xf3, 0x54, 0xc4, 0xad, 0xd6, 0xce, 0x56, 0xfb, 0xc1, 0x87, 0xd7, 0xda, 0xab, 0xec, 0x1, 0xe1, 0x7d, 0xb3, 0x63, 0xd6, 0xe5, 0x5d, 0x1c, 0x15}} return a, nil } @@ -281,7 +281,7 @@ func _1698257443_add_community_metadata_to_wallet_dbUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1698257443_add_community_metadata_to_wallet_db.up.sql", size: 323, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1698257443_add_community_metadata_to_wallet_db.up.sql", size: 323, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x22, 0xd3, 0x4, 0x25, 0xfa, 0x23, 0x1, 0x48, 0x83, 0x26, 0x20, 0xf2, 0x3d, 0xbc, 0xc1, 0xa7, 0x7c, 0x27, 0x7c, 0x1d, 0x63, 0x3, 0xa, 0xd0, 0xce, 0x47, 0x86, 0xdc, 0xa1, 0x3c, 0x2, 0x1c}} return a, nil } @@ -301,7 +301,7 @@ func _1699987075_add_timestamp_and_state_to_community_data_cacheUpSql() (*asset, return nil, err } - info := bindataFileInfo{name: "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql", size: 865, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1699987075_add_timestamp_and_state_to_community_data_cache.up.sql", size: 865, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xee, 0x37, 0xf9, 0x7f, 0x9e, 0xfe, 0x93, 0x66, 0x2b, 0xd, 0x57, 0xf4, 0x89, 0x6c, 0x51, 0xfd, 0x14, 0xe9, 0xcd, 0xab, 0x65, 0xe7, 0xa7, 0x83, 0x7e, 0xe0, 0x5c, 0x14, 0x49, 0xf3, 0xe5}} return a, nil } @@ -321,7 +321,7 @@ func _1700414564_add_wallet_connect_pairings_tableUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1700414564_add_wallet_connect_pairings_table.up.sql", size: 439, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1700414564_add_wallet_connect_pairings_table.up.sql", size: 439, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x77, 0x5e, 0x19, 0x62, 0x3c, 0x3a, 0x81, 0x16, 0xa0, 0x95, 0x35, 0x62, 0xab, 0x5e, 0x2b, 0xea, 0x11, 0x71, 0x11, 0xd0, 0x9, 0xab, 0x9c, 0xab, 0xf2, 0xdd, 0x5f, 0x88, 0x83, 0x9a, 0x93}} return a, nil } @@ -341,7 +341,7 @@ func _1701101493_add_token_blocks_rangeUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1701101493_add_token_blocks_range.up.sql", size: 469, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1701101493_add_token_blocks_range.up.sql", size: 469, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe0, 0x37, 0xfb, 0x1a, 0x6c, 0x8c, 0xa8, 0x1e, 0xa2, 0xa5, 0x1f, 0x90, 0x73, 0x3e, 0x31, 0x5f, 0x48, 0x1e, 0x9a, 0x37, 0x27, 0x1c, 0xc, 0x67, 0x1, 0xcd, 0xec, 0x85, 0x4c, 0x1c, 0x26, 0x52}} return a, nil } @@ -361,7 +361,7 @@ func _1702467441_wallet_connect_sessions_instead_of_pairingsUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql", size: 356, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1702467441_wallet_connect_sessions_instead_of_pairings.up.sql", size: 356, mode: os.FileMode(0664), modTime: time.Unix(1702621717, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0x5f, 0x0, 0x60, 0x6, 0x28, 0x76, 0x61, 0x39, 0xdc, 0xa1, 0x84, 0x80, 0x46, 0x8a, 0xe4, 0x42, 0xb5, 0x1f, 0x18, 0x14, 0x23, 0x46, 0xb9, 0x51, 0xf, 0x62, 0xac, 0xc, 0x7, 0x98, 0xe}} return a, nil } @@ -381,7 +381,7 @@ func _1702577524_add_community_collections_and_collectibles_images_cacheUpSql() return nil, err } - info := bindataFileInfo{name: "1702577524_add_community_collections_and_collectibles_images_cache.up.sql", size: 210, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1702577524_add_community_collections_and_collectibles_images_cache.up.sql", size: 210, mode: os.FileMode(0664), modTime: time.Unix(1704272705, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x1b, 0x32, 0x2c, 0xfa, 0x11, 0x5e, 0x5e, 0x5d, 0xef, 0x92, 0xa0, 0x29, 0x52, 0xbf, 0x6e, 0xe3, 0x30, 0xe4, 0xdf, 0xdc, 0x5, 0xbe, 0xd1, 0xf8, 0x3e, 0xd9, 0x9b, 0xd6, 0x9b, 0x95, 0x96}} return a, nil } @@ -401,7 +401,7 @@ func _1702867707_add_balance_to_collectibles_ownership_cacheUpSql() (*asset, err return nil, err } - info := bindataFileInfo{name: "1702867707_add_balance_to_collectibles_ownership_cache.up.sql", size: 289, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "1702867707_add_balance_to_collectibles_ownership_cache.up.sql", size: 289, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0x63, 0x30, 0x11, 0x22, 0xb9, 0xee, 0xae, 0xb8, 0xc4, 0xe6, 0xd3, 0x7, 0xc, 0xe6, 0xa3, 0x72, 0x8c, 0x6, 0x9d, 0x6c, 0x97, 0x8f, 0xb2, 0xd0, 0x37, 0x69, 0x69, 0x6, 0x7f, 0x67, 0x94}} return a, nil } @@ -421,7 +421,7 @@ func _1703686612_add_color_to_saved_addressesUpSql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "1703686612_add_color_to_saved_addresses.up.sql", size: 114, mode: os.FileMode(0644), modTime: time.Unix(1703687102, 0)} + info := bindataFileInfo{name: "1703686612_add_color_to_saved_addresses.up.sql", size: 114, mode: os.FileMode(0664), modTime: time.Unix(1704272711, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x6e, 0x8d, 0xc0, 0x49, 0xc, 0xb, 0x66, 0xa0, 0x77, 0x32, 0x76, 0xa8, 0xd0, 0x40, 0xce, 0x67, 0xa, 0x9e, 0x23, 0x36, 0xe, 0xc3, 0xd3, 0x9d, 0xe2, 0xde, 0x60, 0x19, 0xba, 0x44, 0xf1}} return a, nil } @@ -441,7 +441,7 @@ func docGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "doc.go", size: 74, mode: os.FileMode(0644), modTime: time.Unix(1703598405, 0)} + info := bindataFileInfo{name: "doc.go", size: 74, mode: os.FileMode(0664), modTime: time.Unix(1701054503, 0)} a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x7c, 0x28, 0xcd, 0x47, 0xf2, 0xfa, 0x7c, 0x51, 0x2d, 0xd8, 0x38, 0xb, 0xb0, 0x34, 0x9d, 0x4c, 0x62, 0xa, 0x9e, 0x28, 0xc3, 0x31, 0x23, 0xd9, 0xbb, 0x89, 0x9f, 0xa0, 0x89, 0x1f, 0xe8}} return a, nil }