17-03-2026, 06:27 PM
Vale, ahora copia estas lineas en el fichero C:\SYSME\SGC\actualizabdsysmehotel.txt, guarda el fichero y reinicia el programa:
alter table ventadir_comg add avgret float default 0;
alter table complementog add avgret float default 0;
alter table ventadir_comg2 add avgret float default 0;
alter table lineaseliminadas add avgret float default 0;
alter table notificaciones modify mensaje text;
con esto ya lo debes tener listo.
alter table ventadir_comg add avgret float default 0;
alter table complementog add avgret float default 0;
alter table ventadir_comg2 add avgret float default 0;
alter table lineaseliminadas add avgret float default 0;
alter table notificaciones modify mensaje text;
con esto ya lo debes tener listo.

