From f69f790d7e4498af25ceb91a7236231a379b1184 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 3 Jan 2016 17:34:57 +0100 Subject: [PATCH] Version 15.93.4 --- swad_changelog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swad_changelog.h b/swad_changelog.h index 8f5e3ffe7..52f75fa67 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -125,7 +125,8 @@ // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1 /* - Version 15.93.4: Jan 03, 2016 Changes in links to actions in social timeline. (190353 lines) + Version 15.93.4: Jan 03, 2016 Changes in links to actions in social timeline. + New field Unavailable in table of social notes. (190354 lines) 1 change necessary in database: ALTER TABLE social_notes ADD COLUMN Unavailable ENUM('N','Y') NOT NULL DEFAULT 'N' AFTER Cod;