From c810fd3c1b030b70861c07818ac9346629e97355 Mon Sep 17 00:00:00 2001 From: pashko Date: Thu, 30 May 2024 17:40:23 +0800 Subject: [PATCH] Update README02 --- README02 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README02 b/README02 index e69de29..100342a 100644 --- a/README02 +++ b/README02 @@ -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 \ No newline at end of file