Skip to content

issues with TablePrefix and Database Migrations #159

@rekanized

Description

@rekanized

There is an issue with the Database Migrations.

When configuring a MySQL connection with TablePrefix the Database Migrations cannot run since the TablePrefix is set.

This file stops the database changes 003_AddHideWeaponColumn.sql so only the first 2 are running. (001_AddStyleConstraints.sql, 002_AddPlayerStageTimesTable.sql) and rest is ignored.

Temporary fix for me was to remove the TablePrefix which solved the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions