Update llx_usergroup_extrafields.sql
No need IF NOT EXISTS at install time
This commit is contained in:
parent
a47accb1c3
commit
125256c825
@ -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