Commit e46a3042 authored by Frank Bergmann's avatar Frank Bergmann

- named a constraint

parent 929e76bc
Pipeline #45 failed with stages
......@@ -476,7 +476,9 @@ create table cr_revisions (
references cr_mime_types,
nls_language varchar(50),
-- lob_id if storage_type = lob.
lob integer references lobs,
lob integer
constraint cr_revisions_lob_fk
references lobs,
-- content holds the file name if storage type = file
-- otherwise it holds the text data if storage_type = text.
content text,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment