nfs4j icon indicating copy to clipboard operation
nfs4j copied to clipboard

Liquibase DDL compatibility issue with Oracle

Open devsunny opened this issue 10 years ago • 0 comments

changeset-1.9.2.xml table t_acl.rs_id should be char(36) instead of varchar(36), add constraint would not work in oracle. changeset-1.9.2.xml t_retention_policy_ipnfsid_fkey, the name is 31 characters long. Oracle does not allow more than 30 characters. changeset-2.8.xml "FROM t_inodes AS p", keyword AS is not need and it does not work with Oracle either.

Sunny

devsunny avatar Dec 24 '14 20:12 devsunny