gitdataai/libs/migrate/sql
ZhenYi b413edccaf refactor(migrate): replace hand-written migrations with SQL-file macro system
Replace individual Rust migration modules with a define_sql_migrations
macro that reads up/down SQL files via include_str!. Consolidate all
legacy single-file SQL into per-table directories and add full schema
migration coverage for 90+ tables.
2026-05-18 20:42:47 +08:00
..
admin_api_token refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_audit_log refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_permission refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_role refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_role_permission refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_user refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
admin_user_role refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
agent_task refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_conversation refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_message refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_message_fork refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model_capability refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model_parameter_profile refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model_pricing refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model_provider refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_model_version refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_session refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_shared_conversation refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_subagent_session refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_token_usage refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_tool_auth refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
ai_tool_call refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
bootstrap refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_assignee refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_comment refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_comment_reaction refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_label refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_pull_request refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_reaction refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_repo refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
issue_subscriber refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
label refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
notify refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_access_log refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_activity refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_audit_log refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_billing refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_billing_history refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_board refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_board_card refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_board_column refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_follow refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_history_name refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_label refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_like refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_member_invitations refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_member_join_answers refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_member_join_request refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_member_join_settings refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_members refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_message_favorite refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_role_priority refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_skill refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
project_watch refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
pull_request refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
pull_request_commit refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
pull_request_review refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
pull_request_review_comment refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
pull_request_review_request refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_branch refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_branch_protect refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_collaborator refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_commit refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_fork refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_history_name refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_hook refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_lfs_lock refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_lfs_object refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_lock refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_star refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_tag refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_upstream refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_watch refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
repo_webhook refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_access refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_ai refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_attachment refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_category refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_compact_summary refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_message refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_message_edit_history refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_message_reaction refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_notifications refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_pin refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_thread refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
room_user_state refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_2fa refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_activity_log refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_billing_history refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_email refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_email_change refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_notification refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_password refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_password_reset refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_preferences refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_relation refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_ssh_key refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
user_token refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
workspace refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
workspace_alert_config refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
workspace_billing refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
workspace_billing_history refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00
workspace_membership refactor(migrate): replace hand-written migrations with SQL-file macro system 2026-05-18 20:42:47 +08:00