Merge pull request 'remove comma' (#12) from working into main
Docker Build and Release Upload / build (push) Successful in 1m18s

Reviewed-on: #12
This commit was merged in pull request #12.
This commit is contained in:
2025-07-31 04:39:38 +00:00
+1 -1
View File
@@ -15,7 +15,7 @@ CREATE TABLE IF NOT EXISTS `Resume` (
`StateOrRegion` varchar(100) NOT NULL,
`City` varchar(100) NOT NULL,
`IsActive` boolean DEFAULT 0,
PRIMARY KEY (`ID`),
PRIMARY KEY (`ID`)
) AUTO_INCREMENT=1;
CREATE TABLE IF NOT EXISTS `ResumeExperience` (