meshtastic-map/prisma/migrations
2024-11-21 12:58:05 +13:00
..
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
migration_lock.toml implement database and mqtt client to cache node info 2024-03-13 03:46:50 +13:00