Closed julmud closed 4 years ago
@julmud If I have translated correctly, I had a similar issue when trying to run this on MySQL 8.0
All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead
So, I thought that including "Fixes #7" in my commit message would automatically close the referenced issue when the branch gets merged on master... Obviously, I must be doing something wrong... :-/
So, I thought that including "Fixes #7" in my commit message would automatically close the referenced issue when the branch gets merged on master... Obviously, I must be doing something wrong... :-/
It is because you said Fixes issue #7
it just needs to be fixes #7
(or indeed fixes: #7
)
The following keywords should auto close the issue: close closes closed fix fixes fixed resolve resolves resolved
I've received a report on the Invelos forums for some problems when creating the DB structure from scratch in MySQL version 5.7.28:
(Both problems have to do with the _DVD table.)
I think I'd tried the full schema installation with MariaDB 10.4.10 without any problem, but I'll have to take a deeper look into that.