Update 16.0.0-17.0.0.sql

This commit is contained in:
Laurent Destailleur 2022-09-03 11:51:28 +02:00 committed by GitHub
parent 98b88fab9b
commit 013bdc5c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -143,4 +143,4 @@ CREATE TABLE llx_bank_extrafields
ALTER TABLE llx_bank_extrafields ADD INDEX idx_bank_extrafields (fk_object);
ALTER TABLE llx_user RENAME COLUMN note TO note_private;
ALTER TABLE llx_user CHANGE COLUMN note note_private text;