Merge pull request #16597 from ksar-ksar/develop

FIX #16590
This commit is contained in:
Laurent Destailleur 2021-03-09 15:14:31 +01:00 committed by GitHub
commit 6b37d392a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
create table llx_c_civility
(
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL
rowid integer AUTO_INCREMENT PRIMARY KEY NOT NULL,
code varchar(6) NOT NULL,
label varchar(50),
active tinyint DEFAULT 1 NOT NULL,