Merge pull request #4924 from frederic34/patch-8
FIX Remove sql error when creating table llx_usergroup_extrafields.sql
This commit is contained in:
commit
bd4bdcea37
@ -16,7 +16,7 @@
|
|||||||
--
|
--
|
||||||
-- ===================================================================
|
-- ===================================================================
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS llx_usergroup_extrafields (
|
CREATE TABLE llx_usergroup_extrafields (
|
||||||
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
rowid integer AUTO_INCREMENT PRIMARY KEY,
|
||||||
tms timestamp,
|
tms timestamp,
|
||||||
fk_object integer NOT NULL,
|
fk_object integer NOT NULL,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user