Skip to content

Commit

Permalink
Update create.php
Browse files Browse the repository at this point in the history
Issues with forms table not displaying forms.
  • Loading branch information
jbelelieu authored Dec 7, 2016
1 parent aab54ef commit face4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/mysql/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
$create[] = "CREATE TABLE IF NOT EXISTS `ppSD_forms` (
`id` varchar(25),
`type` enum('admin_cp','payment_form','register-free','contact','update_account','event','register-paid','campaign','dependency','update'),
`criteria` mediumtext,
`act_id` varchar(20),
`criteria` mediumtext NULL DEFAULT '',
`act_id` varchar(20) NULL DEFAULT '',
`name` varchar(50),
`description` text,
`code_required` tinyint(1),
Expand Down

0 comments on commit face4b1

Please sign in to comment.