Suppression vieille table obsolete
This commit is contained in:
parent
8a05524001
commit
1de5331346
@ -686,4 +686,6 @@ ALTER TABLE llx_fichinter CHANGE note description text DEFAULT NULL;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN note_private text DEFAULT NULL after description;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN note_public text DEFAULT NULL after note_private;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN tms timestamp after ref;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN fk_contrat integer DEFAULT 0 after fk_projet;
|
||||
ALTER TABLE llx_fichinter ADD COLUMN fk_contrat integer DEFAULT 0 after fk_projet;
|
||||
|
||||
drop table if exists `llx_accountingsystem_det`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user