Skip to content
Snippets Groups Projects

Synchronising with TW fork

Merged Tomasz Wolniewicz requested to merge edugain/OT/edu-gain-technical-site-tw:master into master
9 files
+ 144
55
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 5
0
# Run this when updating from version 2.6.2 to 2.6.3
ALTER TABLE `eccs_stat` ADD `update_date` DATE DEFAULT NULL;
ALTER TABLE `entity_details` ADD `eccs_status_date` DATE DEFAULT NULL;
Loading