Code Cleanups
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user