mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed error in oracle db when creates a specific table.
This commit is contained in:
parent
a018d6c6c2
commit
74febc3da8
@ -1960,7 +1960,7 @@ CREATE OR REPLACE TRIGGER tcategory_inc BEFORE INSERT ON tcategory REFERENCING N
|
|||||||
-- ---------------------------------------------------------------------
|
-- ---------------------------------------------------------------------
|
||||||
CREATE TABLE tupdate_settings (
|
CREATE TABLE tupdate_settings (
|
||||||
"key" VARCHAR2(255) DEFAULT '' PRIMARY KEY,
|
"key" VARCHAR2(255) DEFAULT '' PRIMARY KEY,
|
||||||
value VARCHAR2(255) DEFAULT ''
|
"value" VARCHAR2(255) DEFAULT ''
|
||||||
);
|
);
|
||||||
|
|
||||||
-- This sequence will not work with the 'insert_id' procedure
|
-- This sequence will not work with the 'insert_id' procedure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user