Darkjeff / ultimateimmo

module dolibarr estate rent
GNU General Public License v3.0
36 stars 35 forks source link

Bug: Edition d'un lot fiscal > Evennement genere une erreur SQL #94

Closed mikygee closed 2 years ago

mikygee commented 2 years ago

J'ai pu contourner le probleme en executant les requetes suivantes. ALTER TABLE llx_ultimateimmo_building add date_creation datetime NOT NULL after fk_property; ALTER TABLE llx_ultimateimmo_building add tms timestamp NOT NULL after date_creation; ALTER TABLE llx_ultimateimmo_building add fk_user_creat integer NOT NULL after tms; ALTER TABLE llx_ultimateimmo_building add fk_user_modif integer after fk_user_creat;

Darkjeff commented 2 years ago

j'ai ajouté les requetes dans l'update.sql