Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
GenerateChangeLog with objects in multiple schemas returns objects from multiple schemas and empty createTable statements
Description
Create two schemas. In schema 1 create tables A & B. In Schema 2 create tables X and Y. Create a FK between table 1.A and 2.X.
When running generateChangeLog, you will get createTable statements for A,B,X and Y and either A and B will have no columns defined or X and Y will have no columns defined
Create two schemas. In schema 1 create tables A & B. In Schema 2 create tables X and Y. Create a FK between table 1.A and 2.X.
When running generateChangeLog, you will get createTable statements for A,B,X and Y and either A and B will have no columns defined or X and Y will have no columns defined