Skip to content

Commit

Permalink
Fix #542: Invalid column type on Oracle
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Nov 22, 2022
1 parent ca9a0df commit 2adffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sql/oracle/enrollment/create-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ CREATE TABLE ES_OPERATION_TEMPLATE (
PLACEHOLDER VARCHAR2(255 CHAR) NOT NULL,
LANGUAGE VARCHAR2(8 CHAR) NOT NULL,
TITLE VARCHAR2(255 CHAR) NOT NULL,
MESSAGE BLOB NOT NULL,
ATTRIBUTES BLOB
MESSAGE CLOB NOT NULL,
ATTRIBUTES CLOB
);

CREATE UNIQUE INDEX ES_OPERATION_TEMPLATE_PLACEHOLDER ON ES_OPERATION_TEMPLATE(PLACEHOLDER, LANGUAGE);

0 comments on commit 2adffb9

Please sign in to comment.