You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect that this would require #12407 to recreate the tables with the primary key. SQLite certainly requires the tables to be recreated. Others would cause us to have to do constraint checking - recreating would certainly be simpler.
[x]
):Description
In MySQL group replication, it is mandatory to that every table has primary key. Gitea schema has repo_topic table that does not have primary key. Please consider adding pk also to that table.
https://dev.mysql.com/doc/refman/8.0/en/group-replication-requirements.html
Currently gitea runs fine in group replicated mysql instance, but for obvious reasons I can't alter repo topics.
The text was updated successfully, but these errors were encountered: