Skip to content

fix: allow legacy db migration command to skip tables that dont exists#820

Merged
arabcoders merged 1 commit intomasterfrom
dev
May 8, 2026
Merged

fix: allow legacy db migration command to skip tables that dont exists#820
arabcoders merged 1 commit intomasterfrom
dev

Conversation

@arabcoders
Copy link
Copy Markdown
Owner

@arabcoders arabcoders commented May 8, 2026

The migration logic in LegacyCommand.php now checks if a table exists in the legacy schema before attempting to copy its data, preventing migrations from older schema from failing to work.

@arabcoders arabcoders self-assigned this May 8, 2026
@arabcoders arabcoders added the bug Something isn't working label May 8, 2026
@arabcoders arabcoders linked an issue May 8, 2026 that may be closed by this pull request
@arabcoders arabcoders merged commit 436c39d into master May 8, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] db migration on v1.8 relies on db migration in v1.7

1 participant