Skip to content
Snippets Groups Projects

feat: Add new column to PrivateProjectEvent table for EF username

1 unresolved thread
Files
11
@@ -30,6 +30,7 @@ CREATE TABLE IF NOT EXISTS `PrivateProjectEvent` (
`userId` int(10) NOT NULL,
`projectId` int(10) NOT NULL,
`projectPath` varchar(255) NOT NULL,
`ef_username` varchar(100) DEFAULT NULL,
`parentProject` int(10) DEFAULT NULL,
`creationDate` datetime NOT NULL,
`deletionDate` datetime DEFAULT NULL,
Loading