Fix misspelling

This commit is contained in:
derek.holloway
2025-07-14 08:58:33 -07:00
parent 3875622d31
commit 6f0b26d971
+1 -1
View File
@@ -81,7 +81,7 @@ CREATE TABLE IF NOT EXISTS `Resume` (
`ID` int NOT NULL AUTO_INCREMENT,
`ResumeID` int NOT NULL,
`ResumeMilitaryID` int NOT NULL,
`Achevement` varchar(100) NOT NULL,
`Achievement` varchar(100) NOT NULL,
`Description` text DEFAULT NULL,
PRIMARY KEY (`ID`),
FOREIGN KEY (`ResumeID`) REFERENCES `Resume`(`ID`) ON DELETE CASCADE,