Skip to content

Commit

Permalink
Fix #458 - missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar0970 committed Apr 26, 2018
1 parent 05cc4d4 commit cbc16ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db_objects/person_query.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function getInitSQL($table_name=NULL)
`created` timestamp NOT NULL default CURRENT_TIMESTAMP,
`owner` int(11) DEFAULT NULL,
`params` text NOT NULL,
`mailchimp_list_id` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB ;
";
Expand Down

0 comments on commit cbc16ce

Please sign in to comment.