Skip to content

Commit

Permalink
fixed mysql date created in db
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey_ci@10743 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Aniessh Sethh committed Aug 16, 2011
1 parent 7c71f35 commit c847525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/sql/create-mysql.sql
Expand Up @@ -457,7 +457,7 @@ CREATE TABLE `prefix_survey_links` (
`participant_id` varchar(50) NOT NULL,
`token_id` int(11) NOT NULL,
`survey_id` int(11) NOT NULL,
`datecreated` datetime NOT NULL,
`date_created` datetime NOT NULL,
PRIMARY KEY (`participant_id`,`token_id`,`survey_id`)
) ENGINE=$databasetabletype CHARACTER SET utf8 COLLATE utf8_unicode_ci;
--
Expand Down

0 comments on commit c847525

Please sign in to comment.