Skip to content

P1: Fix sigortacudb.sql and add migrations #83

Description

@Kinin-Code-Offical

The sigortacudb.sql file has syntax errors and is not a reliable way to manage schema. A proper migration system must be established.

Acceptance Criteria:

  • Fix all syntax errors in sigortacudb.sql.
  • Introduce Phinx for database migrations.
  • Create a phinx.php configuration file.
  • Create an initial migration file in db/migrations/ that contains the entire corrected schema.
  • The original sigortacudb.sql file should be considered deprecated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: dbRelated to the database schema or migrationspriority: P1Database and local development taskstype: choreMaintenance or refactoring

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions