34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
.
|
|
├── cleanup.views
|
|
│ ├── changelog-dir
|
|
│ │ ├── changelog-master.xml
|
|
│ │ ├── cleanup_all_views
|
|
│ │ │ └── 01_cleanup-allviews.sql
|
|
│ │ └── diff.views.changelog
|
|
│ ├── liquibase_log
|
|
│ └── liquibase.properties
|
|
├── diff.tables
|
|
│ ├── changelog-dir
|
|
│ │ ├── changelog-master.xml
|
|
│ │ ├── diff-changelog
|
|
│ │ ├── function_before_create_tables
|
|
│ │ ├── functions
|
|
│ │ ├── functions_after_create_tables
|
|
│ │ └── update-changelog
|
|
│ ├── liquibase_log
|
|
│ └── liquibase.properties
|
|
├── diff.views
|
|
│ ├── changelog-dir
|
|
│ │ ├── changelog-master.xml
|
|
│ │ ├── diff-changelog
|
|
│ │ ├── drop_liquibase_tables
|
|
│ │ │ └── 02_drop_liquibase_tables_ceanup.sql
|
|
│ │ ├── function_before_create_views
|
|
│ │ ├── functions
|
|
│ │ ├── functions_after_create_views
|
|
│ │ └── update-changelog
|
|
│ ├── liquibase_log
|
|
│ └── liquibase.properties
|
|
├── package
|
|
├── pom.xml
|
|
└── REAMDME.md |