08-02-2018, 06:27 PM
(08-02-2018, 06:02 PM)actanistaya escribió: Y me da el error del otro día ,he vuelto a 4'89
Vale, haz lo siguiente, abre el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt y copia este código:
drop table opencart_comg;
drop table opencart_tipo_comg;
alter table tarifa add autoreduce char(1) default "N";
create table opencart_comg (id_complementog varchar(5) not null, id_opencart int(2) not null, primary key (id_complementog,id_opencart)) type=innodb;
create table opencart_tipo_comg (id_tipo_comg varchar(4) not null, id_opencart int(2) not null, primary key (id_tipo_comg,id_opencart)) type=innodb;
create table lineaseliminadas select * from ventadir_comg limit 0;
alter table albaran add observaciones varchar(250) default "";
Guarda el fichero y reinicia sysme Tpv.
Con esto debería quedar resuelto.
Ya me dices.