Ajout champs rowid sur llx_user_rights

This commit is contained in:
Rodolphe Quiedeville 2005-01-05 15:04:06 +00:00
parent 57f1bc3be3
commit 25a7e7094b

View File

@ -5,6 +5,7 @@
-- sans AUCUNE erreur ni warning
-- ;
alter table llx_user_rights add rowid integer AUTO_INCREMENT PRIMARY KEY;
alter table llx_facture add fk_mode_reglement integer after fk_cond_reglement ;
alter table llx_paiement add statut smallint DEFAULT 0 NOT NULL ;