mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-14 03:52:21 +03:00
Corrected charset of db table.
This commit is contained in:
parent
78d07b91a1
commit
358ecbfc9e
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ CREATE TABLE IF NOT EXISTS `ea_secretaries_providers` (
|
||||||
PRIMARY KEY (`id_users_secretary`,`id_users_provider`),
|
PRIMARY KEY (`id_users_secretary`,`id_users_provider`),
|
||||||
KEY `fk_ea_secretaries_providers_1` (`id_users_secretary`),
|
KEY `fk_ea_secretaries_providers_1` (`id_users_secretary`),
|
||||||
KEY `fk_ea_secretaries_providers_2` (`id_users_provider`)
|
KEY `fk_ea_secretaries_providers_2` (`id_users_provider`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `ea_services` (
|
CREATE TABLE IF NOT EXISTS `ea_services` (
|
||||||
|
|
Loading…
Reference in a new issue