34 lines
1.2 KiB
Plaintext
Raw Normal View History

2024-05-30 17:40:23 +08:00
.
├── cleanup.views
│ ├── changelog-dir
│ │ ├── changelog-master.xml
│ │ ├── cleanup_all_views
2024-06-04 14:16:18 +08:00
│ │ │ └── 01_cleanup-allviews.sql
2024-05-30 17:40:23 +08:00
│ │ └── 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
2024-06-04 14:16:18 +08:00
│ │ ├── drop_liquibase_tables
│ │ │ └── 02_drop_liquibase_tables_ceanup.sql
2024-05-30 17:40:23 +08:00
│ │ ├── function_before_create_views
│ │ ├── functions
│ │ ├── functions_after_create_views
│ │ └── update-changelog
│ ├── liquibase_log
│ └── liquibase.properties
├── package
├── pom.xml
└── REAMDME.md