Xboard/database/migrations
2025-01-16 11:43:12 +08:00
..
2019_08_19_000000_create_failed_jobs_table.php Initial commit 2023-11-17 14:44:01 +08:00
2019_12_14_000001_create_personal_access_tokens_table.php feat: new xboard 2025-01-07 01:20:11 +08:00
2023_08_07_205816_create_v2_commission_log_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_coupon_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_invite_code_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_knowledge_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_log_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_mail_log_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_notice_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_order_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_payment_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_plan_table.php feat: new xboard 2025-01-07 01:20:11 +08:00
2023_08_07_205816_create_v2_server_group_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_hysteria_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_route_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_shadowsocks_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_trojan_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_vless_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_server_vmess_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_stat_server_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_stat_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_stat_user_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_ticket_message_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_ticket_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_07_205816_create_v2_user_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_08_14_221234_create_v2_settings_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_09_04_190923_add_column_excludes_to_server_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_09_06_195956_add_column_ips_to_server_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_09_14_013244_add_column_alpn_to_server_hysteria_table.php Initial commit 2023-11-17 14:44:01 +08:00
2023_09_24_040317_add_column_network_and_network_settings_to_v2_server_trojan.php Initial commit 2023-11-17 14:44:01 +08:00
2023_09_29_044957_add_column_version_and_is_obfs_to_server_hysteria_table.php perf: 优化安装体验 2024-05-24 13:06:25 +08:00
2023_11_19_205026_change_column_value_to_v2_settings_table.php fix: 修改v2_setting的value为text类型,防止过长的配置抱错 2023-11-19 20:51:52 +08:00
2023_12_12_212239_add_index_to_v2_user_table.php perf: 优化节点后端获取用户用户列表接口响应速度,降低CPU使用资源 2023-12-12 21:49:16 +08:00
2024_03_19_103149_modify_icon_column_to_v2_payment_table.php feat: 更改v2_payment表icon字段为text类型,增加图标对base64输入的支持 2024-04-03 07:29:24 +08:00
2024_03_20_000001_modify_email_collation_in_v2_user_table.php feat(database): make email field case-insensitive 2025-01-16 11:43:12 +08:00
2025_01_01_130644_modify_commission_status_in_v2_order_table.php feat: new xboard 2025-01-07 01:20:11 +08:00
2025_01_04_optimize_plan_table.php fix: resolve plan pricing issues after migration 2025-01-10 14:08:23 +08:00
2025_01_05_131425_create_v2_server_table.php chore: change rate field type to decimal 2025-01-10 14:03:02 +08:00
2025_01_10_152139_add_device_limit_column.php feat: add multiple new features and enhancements 2025-01-10 21:57:26 +08:00
2025_01_12_190315_add_sort_to_v2_notice_table.php fix: correct know file issues 2025-01-12 21:10:52 +08:00
2025_01_12_200936_modify_commission_status_in_v2_order_table.php fix: correct know file issues 2025-01-13 18:38:16 +08:00
2025_01_13_000000_convert_order_period_fields.php fix: correct know file issues 2025-01-13 18:38:16 +08:00
2025_01_15_000002_add_stat_performance_indexes.php feat(database): add single column indexes for performance optimization 2025-01-16 00:24:13 +08:00