Support PostgreSQL install schema (timestamp)

Created on 8 June 2017, about 7 years ago
Updated 19 October 2023, 8 months ago

This patch adds the required pgsql_type for the expiration field in cas_server.install

'expiration' => array(
         'description' => 'Time after which the ticket is invalid.',
-        'type' => 'int',
         'mysql_type' => 'datetime',
+        'pgsql_type' => 'timestamp',
         'not null' => TRUE,
       ),

(also trivially removes a trailing whitespace)

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States jeremdow

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024