Skip to content

db(flyway): tasks の FK fk_tasks_tenant に ON DELETE RESTRICT を明示 (n-1) #81

Description

@win2cot

背景

db/migrations/V1__create_initial_schema.sql の FK fk_tasks_tenant には ON DELETE が明示されていない(MySQLデフォルト RESTRICT に依存)。

やること

全FKに ON DELETE を明示(task_stakeholders.task_id は CASCADE のまま、それ以外は RESTRICT)。

参照

docs/reviews/2026-05-06-detailed-design-review.md § Nit n-1

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/dbFlyway マイグレーション / スキーマ / DDL 変更priority/p2Medium。完了が望ましいが柔軟に判断可

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions