Skip to content

Commit

Permalink
#25184 refactor sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdotcms committed Jul 8, 2023
1 parent 01acf89 commit d542450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotCMS/src/main/resources/postgres.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2517,6 +2517,6 @@ CREATE INDEX idx_exp_pageid ON experiment (page_id);

-- system table for general purposes and configuration
create table system_table (
key varchar(255) primary key,
value varchar(255) not null
key varchar(511) primary key,
value text not null
);

0 comments on commit d542450

Please sign in to comment.