nfs4j
nfs4j copied to clipboard
Liquibase DDL compatibility issue with Oracle
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