Code Cleanups

This commit is contained in:
2024-05-31 22:47:04 +02:00
parent 837b371d9c
commit 492d5a0028
40 changed files with 3 additions and 249 deletions

View File

@@ -14,7 +14,7 @@ CREATE TABLE `%tablename%` (
`amount_social` decimal(8,2) NOT NULL,
`max_participants` INT NOT NULL,
`max_volunteers` INT NOT NULL,
`contributing_tribes` TEXT NOT NULL AFTER
`contributing_tribes` TEXT NOT NULL,
PRIMARY KEY (id)
) %charset%;