Version update

This commit is contained in:
2024-06-03 23:51:58 +02:00
parent b0c576bad3
commit c7b3072e59
3 changed files with 8 additions and 2 deletions

View File

@ -4,7 +4,7 @@ SET time_zone = "+00:00";
CREATE TABLE `%tablename%` (
`id` int NOT NULL AUTO_INCREMENT,
`EVENTiD` int NOT NULL,
`eventID` int NOT NULL,
`teilnahme` ENUM('participant','volunteer','other','') NOT NULL,
`vorname` varchar(128) NOT NULL,
`nachname` varchar(128) NOT NULL,