Update 14.0.0-15.0.0.sql

This commit is contained in:
HENRY Florian 2022-04-16 11:14:04 +02:00 committed by GitHub
parent bed974ebae
commit 9acb1b2f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -510,8 +510,6 @@ INSERT INTO llx_c_action_trigger (code,label,description,elementtype,rang) value
-- VMYSQL4.3 ALTER TABLE llx_user MODIFY COLUMN fk_soc integer NULL;
-- VPGSQL8.2 ALTER TABLE llx_user ALTER COLUMN fk_soc DROP NOT NULL;
-- In migration 3.2.0 to 3.3.0 there is a element_tag table creation that is not in create table file
DROP TABLE IF EXISTS llx_element_tag;
CREATE TABLE llx_element_tag
(
rowid integer AUTO_INCREMENT PRIMARY KEY,