Skip to content

Commit b6d05f6

Browse files
Neil Ferreiraweaverryan
authored andcommitted
Fixed SQL issue in PGSQL DB Create.
1 parent 14a9f85 commit b6d05f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/configuration/pdo_session_storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,5 @@ For PostgreSQL, the statement should look like this:
180180
session_id character varying(255) NOT NULL,
181181
session_value text NOT NULL,
182182
session_time integer NOT NULL,
183-
CONSTRAINT session_pkey PRIMARY KEY (session_id),
183+
CONSTRAINT session_pkey PRIMARY KEY (session_id)
184184
);

0 commit comments

Comments
 (0)