Update llx_usergroup_extrafields.sql

No need IF NOT EXISTS at install time
This commit is contained in:
Frédéric FRANCE 2016-03-31 17:11:17 +02:00
parent a47accb1c3
commit 125256c825

View File

@ -16,7 +16,7 @@
--
-- ===================================================================
CREATE TABLE IF NOT EXISTS llx_usergroup_extrafields (
CREATE TABLE llx_usergroup_extrafields (
rowid integer AUTO_INCREMENT PRIMARY KEY,
tms timestamp,
fk_object integer NOT NULL,