Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 1169

liquibase 3.8.5 needs a pro license key

$
0
0
Hello,

I just update from liquibase 3.6.3 to 3.8.5 and now starts complaining about a missing "Liquibase Pro license"

  1. Failed to execute goal org.liquibase:liquibase-maven-plugin:3.8.5:status (default-cli) on project docs-schema: Error setting up or running Liquibase: Validation Failed:
  2.      11 changes have validation failures
  3.           Change Set ID: 4 Change Set Author: fsousa
  4. Change Type 'pro:createTrigger' is not allowed without a valid Liquibase Pro License.
  5. To purchase or renew a Liquibase Pro license key please contact lbprosales@datical.com or
  6. go to https://download.liquibase.org/liquibase-pro-pricing-details, pt/ipb/gdoc2/schema/categoria.xml::4::fsousa
I don't have an pro:createTrigger but I have a ora:createTrigger that comes from oracle org.liquibase.ext:liquibase-oracle:3.2

  1. <changeSet id="4" author="fsousa">
  2.     <ora:createTrigger
  3.         triggerName="categoria_id"
  4.         afterBeforeInsteadOf="before"
  5.         insert="true"
  6.         tableName="categoria"
  7.         forEachRow="true"
  8.         procedure="
  9.     BEGIN
  10.       IF inserting THEN
  11.         IF :new.categoria_id is null THEN
  12.           SELECT categoria_id.nextval into :NEW.categoria_id from dual;
  13.         END IF;
  14.       END if;
  15.     END;"/>
  16.   </changeSet>

Am I missing something?

Thanks.


Viewing all articles
Browse latest Browse all 1169


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>