From 5659a29a970c98fada65cab9ae2a735f6636284b Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 26 Feb 2014 15:20:55 +0100 Subject: [PATCH] Updating sql file. --- main/work/extra.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/work/extra.sql b/main/work/extra.sql index 8b29f645c1..d603fb9100 100644 --- a/main/work/extra.sql +++ b/main/work/extra.sql @@ -22,7 +22,7 @@ CREATE TABLE IF NOT EXISTS c_student_publication_comment ( file VARCHAR(255), user_id int NOT NULL, sent_at datetime NOT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +); ALTER TABLE c_student_publication ADD COLUMN document_id int DEFAULT 0;