1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/agendav_ynh.git synced 2024-09-03 20:36:12 +02:00
agendav_ynh/sources/sql/changes/1.1.1_to_1.2.mysql
2014-01-07 17:53:08 +01:00

5 lines
206 B
SQL

ALTER DATABASE agendav CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE sessions CONVERT TO CHARACTER SET utf8;
ALTER TABLE sessions ENGINE InnoDB;
ALTER TABLE shared CONVERT TO CHARACTER SET utf8;