homelab_automation/alembic_history.txt
Bruno Charest d29eefcef4
Some checks failed
Tests / Backend Tests (Python) (3.10) (push) Has been cancelled
Tests / Backend Tests (Python) (3.11) (push) Has been cancelled
Tests / Backend Tests (Python) (3.12) (push) Has been cancelled
Tests / Frontend Tests (JS) (push) Has been cancelled
Tests / Integration Tests (push) Has been cancelled
Tests / All Tests Passed (push) Has been cancelled
feat: Implement web-based terminal with session management, command history, and dedicated UI.
2026-03-03 11:51:57 -05:00

21 lines
1.7 KiB
Plaintext

0019_add_container_customizations -> 0020 (head), add is_pinned to terminal command logs
0018 -> 0019_add_container_customizations, Add container_customizations table
0017_add_favorites_tables -> 0018, add icon_key to favorite_groups
0016 -> 0017_add_favorites_tables, Add favorites tables (favorite_groups, favorite_containers)
0015 -> 0016, Add storage_details column to host_metrics table
0014 -> 0015, Add last_seen_at and reason_closed to terminal_sessions
0013 -> 0014, Add terminal_command_logs table for command history
0012 -> 0013, Add terminal_sessions table for SSH web terminal feature.
0011_add_docker_management_tables -> 0012, Add unique constraints to Docker tables.
0010_remove_logs_foreign_keys -> 0011_add_docker_management_tables, Add Docker management tables
0009_add_app_settings_table -> 0010_remove_logs_foreign_keys, Remove foreign key constraints from logs table.
0008_add_lvm_zfs_metrics -> 0009_add_app_settings_table, Add app_settings table
0007_add_alerts_table -> 0008_add_lvm_zfs_metrics, Add LVM/ZFS metrics fields to host_metrics
0006_add_host_metrics_details -> 0007_add_alerts_table, Add alerts table
0005_add_host_metrics -> 0006_add_host_metrics_details, Add detailed CPU/disk fields to host_metrics
0004_add_users -> 0005_add_host_metrics, Add host_metrics table for builtin playbooks data collection
0003_add_notification_type -> 0004_add_users, Add users table for authentication
0002_add_schedule_columns -> 0003_add_notification_type, Add notification_type column to schedules table
0001_initial -> 0002_add_schedule_columns, Add missing columns to schedules table for full scheduler support
<base> -> 0001_initial, Initial database schema for Homelab Automation