Skip to content

Conversation

@anonymoususer72041
Copy link
Contributor

Summary

This PR switches OpenCATS' default database table engine from MyISAM to InnoDB for new installations and adds a schema upgrade step that converts existing MyISAM tables to InnoDB.

Motivation

InnoDB is the modern default engine for MySQL/MariaDB and provides better transactional safety, crash recovery and concurrency characteristics than MyISAM.

@anonymoususer72041 anonymoususer72041 changed the title Refactor/db engine innodb refactor: migrate MyISAM tables to InnoDB Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant