Version 15.93.4

This commit is contained in:
Antonio Cañas Vargas 2016-01-03 17:34:57 +01:00
parent 2bb3913249
commit f69f790d7e
1 changed files with 2 additions and 1 deletions

View File

@ -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;