Update 16.0.0-17.0.0.sql

This commit is contained in:
ptibogxiv 2022-09-03 10:56:19 +02:00 committed by GitHub
parent f4a4ecfdf3
commit 55f8d72219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,3 +142,5 @@ CREATE TABLE llx_bank_extrafields
)ENGINE=innodb;
ALTER TABLE llx_bank_extrafields ADD INDEX idx_bank_extrafields (fk_object);
ALTER TABLE llx_user RENAME COLUMN note TO note_private;