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

Re : Liquibase not applying changesets in expected order

$
0
0
I found the problem.

In my schema.sql I had all of my create table statements as:

CREATE TABLE public.xyz ..

but in my insert_user_local.sql I had only:

INSERT INTO user_detail(...

instead of public.user_detail.  Just needed to be consistent with the schema naming convention.



Viewing all articles
Browse latest Browse all 2993

Trending Articles



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