| .. |
|
20240312135520_create_nodes_table
|
implement database and mqtt client to cache node info
|
2024-03-13 03:46:50 +13:00 |
|
20240312140821_add_position_columns_to_nodes_table
|
implement database and mqtt client to cache node info
|
2024-03-13 03:46:50 +13:00 |
|
20240312150206_add_device_metrics_to_nodes_table
|
collect device metrics telemetry
|
2024-03-13 04:14:30 +13:00 |
|
20240312222245_create_neighbour_info_table
|
collect neighbour info
|
2024-03-13 13:54:32 +13:00 |
|
20240313011413_create_traceroutes_table
|
collect traceroutes
|
2024-03-13 14:18:47 +13:00 |
|
20240313014910_create_map_reports_table
|
collect map reports
|
2024-03-13 15:05:51 +13:00 |
|
20240313021158_add_indexes_for_node_id
|
add database index for node ids to increase performance
|
2024-03-13 15:13:06 +13:00 |
|
20240313115208_create_device_metrics_table
|
collect device metrics
|
2024-03-14 00:55:27 +13:00 |
|
20240314102230_create_text_messages_table
|
collect text messages
|
2024-03-14 23:28:49 +13:00 |
|
20240314224016_create_waypoints_table
|
collect waypoints
|
2024-03-15 16:11:51 +13:00 |
|
20240316052726_create_service_envelopes_table
|
collect service envelopes
|
2024-03-16 18:32:19 +13:00 |
|
20240316060749_add_index_to_gateway_id_on_service_envelopes_table
|
add index to gateway id on service envelopes table
|
2024-03-16 19:10:39 +13:00 |
|
20240318102858_add_channel_and_gateway_columns_to_traceroutes_table
|
collect channel and gateway data for traceroutes
|
2024-03-19 02:27:23 +13:00 |
|
20240323095120_add_neighbour_info_columns_to_nodes_table
|
store neighbour info directly in the nodes table
|
2024-03-23 22:56:03 +13:00 |
|
20240323103128_add_neighbours_updated_at_column_to_nodes_table
|
track when neighbours were last updated
|
2024-03-23 23:34:02 +13:00 |
|
20240323104538_add_position_updated_at_column_to_nodes_table
|
track when node position was last updated
|
2024-03-23 23:47:37 +13:00 |
|
20240331045118_add_mqtt_connection_state_columns_to_nodes_table
|
collect and show mqtt state for nodes
|
2024-03-31 18:05:31 +13:00 |
|
20240331103020_change_is_licensed_column_on_nodes_table_to_be_nullable
|
nodes should be created and updated from map report packets
|
2024-03-31 23:47:56 +13:00 |
|
20240331105735_add_extra_map_report_columns_to_nodes_table
|
collect extra map report data
|
2024-03-31 23:59:55 +13:00 |
|
20240416014304_add_new_traceroute_columns_and_remove_node_id_column
|
add migration to add columns and drop existing traceroutes, also updated ui
|
2024-04-16 14:15:25 +12:00 |
|
20240416042356_add_uptime_seconds_column_to_nodes_table
|
collect uptime telemetry added in meshtastic v2.3.5
|
2024-04-16 16:32:26 +12:00 |
|
20240523084115_create_positions_table
|
collect position history in database
|
2024-05-23 20:44:52 +12:00 |
|
20240606113013_create_environment_metrics_table
|
collect environment metrics
|
2024-06-06 23:40:58 +12:00 |
|
20240606114257_create_power_metrics_table
|
collect power metrics
|
2024-06-06 23:53:23 +12:00 |
|
20240606120812_add_temperature_humidity_and_pressure_environment_metrics_to_node_table
|
save temperature, humidity and pressure to nodes table
|
2024-06-07 00:12:53 +12:00 |
|
20240828105009_remove_mqtt_connection_state_column
|
remote mqtt connection state column
|
2024-08-28 22:51:08 +12:00 |
|
20240908005223_add_new_snr_and_route_back_columns_to_trace_routes_table
|
collect new snr and route back info for traceroutes
|
2024-09-08 13:00:49 +12:00 |
|
20241120235736_add_index_to_position_updated_at_column_for_nodes_table
|
add index to position updated at column for nodes table
|
2024-11-21 12:58:05 +13:00 |
|
20241217025513_add_wind_columns_to_environment_metrics_table
|
collect wind environment metrics
|
2024-12-17 16:09:55 +13:00 |
|
20250328205405_add_ok_to_mqtt_to_node
|
collect ok-to-mqtt falg
|
2025-04-15 17:27:15 +02:00 |
|
20250415153323_add_portnum_to_service_envelopes
|
Collect portnums for ServiceEnvelopes
|
2025-04-15 17:55:04 +02:00 |
|
20250415184546_add_packet_id_to_service_envelopes
|
Collect packet_id for ServiceEnvelopes
|
2025-04-15 20:49:27 +02:00 |
|
20250422203347_add_battery_and_channel_util_stats
|
Add Battery and ChannelUtilization tables
|
2025-04-26 15:58:56 +02:00 |
|
20250426153224_add_node_name_history
|
Keep track of the names a node has been using
|
2025-04-26 22:09:31 +02:00 |
|
20250627090409_add_node_is_backbone
|
Add backbone layers
|
2025-06-27 11:15:52 +02:00 |
|
20250805210540_add_node_pulickey_and_unmessagable
|
Collect is_unmessagable, and public_key.
|
2025-08-06 19:48:26 +02:00 |
|
20250810082255_add_node_max_hops
|
Collect node max hops
|
2025-08-10 10:41:39 +02:00 |
|
20250813193012_add_node_channel_id
|
Collect channel_id
|
2025-08-13 21:50:50 +02:00 |
|
20250925171652_add_chutil_channel_id
|
Update Chanelutilization
|
2025-09-25 20:17:42 +02:00 |
|
20250929184048_add_ok_to_mqtt_to_text_messages
|
add ok_to_mqtt to text-messages
|
2025-09-29 20:46:23 +02:00 |
|
migration_lock.toml
|
implement database and mqtt client to cache node info
|
2024-03-13 03:46:50 +13:00 |