Re: [cas-user] 5.1.2 to 5.2 CAS migration

2018-10-05 Thread Yan Zhou
7-12-15 17:45 GMT-03:00 Maxwell, Gary >: > >> Ok I just wanted to make sure. Thanks! >> >> >> >> *From:* cas-...@apereo.org [mailto:cas-...@apereo.org >> ] *On Behalf Of *Man H >> *Sent:* Friday, December 15, 2017 9:39 AM >> *To:* cas-...@ape

Re: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-21 Thread Man H
.org [mailto:cas-user@apereo.org] *On Behalf Of *Man > H > *Sent:* Friday, December 15, 2017 9:39 AM > *To:* cas-user@apereo.org > *Subject:* Re: [cas-user] 5.1.2 to 5.2 CAS migration > > > > this is what I have in 5.2.0 > > CREATE TABLE `RegexRegisteredService` ( >

RE: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-15 Thread Maxwell, Gary
Ok I just wanted to make sure. Thanks! From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of Man H Sent: Friday, December 15, 2017 9:39 AM To: cas-user@apereo.org Subject: Re: [cas-user] 5.1.2 to 5.2 CAS migration this is what I have in 5.2.0 CREATE TABLE `RegexRegisteredService

Re: [cas-user] 5.1.2 to 5.2 CAS migration

2017-12-15 Thread Man H
this is what I have in 5.2.0 CREATE TABLE `RegexRegisteredService` ( `expression_type` varchar(50) NOT NULL DEFAULT 'regex', `id` bigint(20) NOT NULL AUTO_INCREMENT, `access_strategy` longblob, `attribute_release` longblob, `description` varchar(255) DEFAULT NULL, `evaluation_order`

[cas-user] 5.1.2 to 5.2 CAS migration

2017-12-14 Thread Maxwell, Gary
We initialized our database by setting “cas.serviceRegistry.jpa.ddlAuto=create” in the CAS 5.2 cas.properties file however the following table was created. It appears a lot of columns were removed between 5.1.2 and 5.2. Can this be correct? CAS 5.2.0 CREATE TABLE