Update README02

This commit is contained in:
pashko 2024-05-30 17:40:23 +08:00
parent d21c96dca1
commit c810fd3c1b

View File

@ -0,0 +1,32 @@
.
├── cleanup.views
│ ├── changelog-dir
│ │ ├── changelog-master.xml
│ │ ├── cleanup_all_views
│ │ │ └── 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
│ │ ├── function_before_create_views
│ │ ├── functions
│ │ ├── functions_after_create_views
│ │ └── update-changelog
│ ├── liquibase_log
│ └── liquibase.properties
├── package
├── pom.xml
└── REAMDME.md