Merge pull request #4924 from frederic34/patch-8

FIX Remove sql error when creating table llx_usergroup_extrafields.sql
This commit is contained in:
Laurent Destailleur
2016-04-04 00:33:23 +02:00

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,