Hi
There are missing field in "media_type" table.
"gsm_modem" field is missing.
You can add them by mysql command:
alter table media_type add gsm_modem varchar(255) DEFAULT '' NOT NULL;
Regards
Areg
There are missing field in "media_type" table.
"gsm_modem" field is missing.
You can add them by mysql command:
alter table media_type add gsm_modem varchar(255) DEFAULT '' NOT NULL;
Regards
Areg
Comment