Merge pull request #18639 from Hystepik/develop_v14#1
Fix #18633 : fix error message
This commit is contained in:
commit
3c215730db
@ -589,7 +589,7 @@ DROP TABLE llx_categorie_association;
|
||||
DROP TABLE llx_cond_reglement;
|
||||
DROP TABLE llx_zapier_hook_extrafields;
|
||||
|
||||
create table llx_onlinesignature
|
||||
CREATE TABLE llx_onlinesignature
|
||||
(
|
||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||
entity integer DEFAULT 1 NOT NULL,
|
||||
@ -604,3 +604,6 @@ create table llx_onlinesignature
|
||||
|
||||
-- VMYSQL4.3 ALTER TABLE llx_partnership MODIFY COLUMN date_partnership_end date NULL;
|
||||
-- VPGSQL8.2 ALTER TABLE llx_partnership ALTER COLUMN date_partnership_end DROP NOT NULL;
|
||||
|
||||
ALTER TABLE llx_facture_fourn CHANGE COLUMN fk_mode_transport fk_transport_mode integer;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user