This website requires JavaScript.
Explore
Help
Sign In
adam
/
Remote-Terminal-for-MeshCore
Watch
1
Star
0
Fork
0
You've already forked Remote-Terminal-for-MeshCore
mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced
2026-07-31 14:02:26 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7f1bb92e92d697144fd393fbd8e55611fa9ae94e
Remote-Terminal-for-MeshCore
/
app
/
migrations
T
History
Jack Kingsman
0bd0c062f2
Initial tracke telemetry for contacts
2026-05-13 17:30:05 -07:00
..
_001_add_last_read_at.py
…
_002_drop_decrypt_attempt_columns.py
…
_003_drop_decrypted_column.py
…
_004_add_payload_hash_column.py
…
_005_backfill_payload_hashes.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_006_replace_path_len_with_path.py
…
_007_backfill_message_paths.py
…
_008_convert_path_to_paths_array.py
…
_009_create_app_settings_table.py
…
_010_add_advert_interval.py
…
_011_add_last_advert_time.py
…
_012_add_bot_settings.py
…
_013_convert_to_multi_bot.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_014_lowercase_public_keys.py
…
_015_fix_null_sender_timestamp.py
…
_016_add_experimental_channel_double_send.py
…
_017_drop_experimental_channel_double_send.py
…
_018_drop_raw_packets_data_unique.py
…
_019_drop_messages_unique_constraint.py
…
_020_enable_wal_and_auto_vacuum.py
…
_021_enforce_min_advert_interval.py
…
_022_add_repeater_advert_paths.py
…
_023_add_first_seen.py
…
_024_create_contact_name_history.py
…
_025_add_sender_columns.py
…
_026_rename_advert_paths_table.py
…
_027_backfill_first_seen_from_advert_paths.py
…
_028_payload_hash_text_to_blob.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_029_add_unread_covering_index.py
…
_030_add_pagination_index.py
…
_031_add_mqtt_columns.py
…
_032_add_community_mqtt_columns.py
…
_033_seed_remoteterm_channel.py
…
_034_add_flood_scope.py
…
_035_add_block_lists.py
…
_036_create_fanout_configs.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_037_bots_to_fanout.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_038_drop_legacy_columns.py
…
_039_add_contact_out_path_hash_mode.py
…
_040_rebuild_contact_advert_paths_identity.py
…
_041_add_contact_routing_override_columns.py
…
_042_add_channel_flood_scope_override.py
…
_043_split_message_dedup_by_type.py
…
_044_dedupe_incoming_direct_messages.py
…
_045_rebuild_contacts_direct_route_columns.py
…
_046_cleanup_orphaned_contact_child_rows.py
…
_047_add_statistics_indexes.py
…
_048_discovery_blocked_types.py
…
_049_foreign_key_cascade.py
…
_050_repeater_telemetry_history.py
…
_051_drop_sidebar_sort_order.py
…
_052_add_channel_path_hash_mode_override.py
…
_053_tracked_telemetry_repeaters.py
…
_054_auto_resend_channel.py
…
_055_favorites_to_columns.py
Migration improvements 2
2026-04-11 00:38:47 -07:00
_056_priv_dedup_include_sender_key.py
…
_057_telemetry_interval_hours.py
Offer multiple timing windows for repeater telemetry pickup.
Closes
#192
.
2026-04-16 13:55:01 -07:00
_058_web_push.py
Pass 2
2026-04-16 21:44:52 -07:00
_059_channel_muted.py
Add channel mute
2026-04-19 19:31:26 -07:00
_060_apprise_format_strings.py
Make Apprise strings customizable.
Closes
#212
.
2026-04-21 19:40:14 -07:00
_061_telemetry_routed_hourly.py
Permit hourly checks for direct/routed repeaters.
Closes
#226
.
2026-04-27 09:51:57 -07:00
_062_contact_telemetry_history.py
Initial tracke telemetry for contacts
2026-05-13 17:30:05 -07:00
__init__.py
…