Skip to content
Snippets Groups Projects
Commit ce378c6a authored by Ted Cooper's avatar Ted Cooper
Browse files

[#3498249] Support sqlite schema (again).

parent 88a9991b
No related branches found
No related tags found
1 merge request!33[#3498249]: Support sqlite schema (again).
Pipeline #390010 passed with warnings
...@@ -22,6 +22,7 @@ function cas_server_schema() { ...@@ -22,6 +22,7 @@ function cas_server_schema() {
], ],
'expiration' => [ 'expiration' => [
'description' => 'Time after which the ticket is invalid.', 'description' => 'Time after which the ticket is invalid.',
'type' => 'int',
'mysql_type' => 'datetime', 'mysql_type' => 'datetime',
'pgsql_type' => 'timestamp', 'pgsql_type' => 'timestamp',
'not null' => TRUE, 'not null' => TRUE,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment