From ce378c6a7788a161178ad1b154e6c80e82df901c Mon Sep 17 00:00:00 2001
From: Ted Cooper <12728-elc@users.noreply.drupalcode.org>
Date: Wed, 8 Jan 2025 17:13:14 +0000
Subject: [PATCH] [#3498249] Support sqlite schema (again).

---
 cas_server.install | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cas_server.install b/cas_server.install
index 9769561..2dca01b 100644
--- a/cas_server.install
+++ b/cas_server.install
@@ -22,6 +22,7 @@ function cas_server_schema() {
       ],
       'expiration' => [
         'description' => 'Time after which the ticket is invalid.',
+        'type' => 'int',
         'mysql_type' => 'datetime',
         'pgsql_type' => 'timestamp',
         'not null' => TRUE,
-- 
GitLab