I noticed that the table databasechangelog does not have a primary key.
What is the reason behind that?
Wouldn't it make sense to create it with a primary key on (id, author, filename) - or at least a unique index on it?
What is the reason behind that?
Wouldn't it make sense to create it with a primary key on (id, author, filename) - or at least a unique index on it?