refactor(procedures): rename init script and revert monitoring view
This commit is contained in:
@@ -67,8 +67,8 @@ if [[ -f "$SQL_DIR/schema.sql" ]]; then
|
||||
cp "$SQL_DIR/schema.sql" ./init_scripts/01_00_schema.sql
|
||||
|
||||
# 1.1 Partitioning Infrastructure
|
||||
if [[ -f "../procedures/00_partitions_init.sql" ]]; then
|
||||
cp "../procedures/00_partitions_init.sql" ./init_scripts/01_10_partitions_init.sql
|
||||
if [[ -f "../procedures/00_schema_create.sql" ]]; then
|
||||
cp "../procedures/00_schema_create.sql" ./init_scripts/01_10_schema_create.sql
|
||||
fi
|
||||
if [[ -f "../procedures/01_maintenance.sql" ]]; then
|
||||
cp "../procedures/01_maintenance.sql" ./init_scripts/01_30_maintenance.sql
|
||||
|
||||
Reference in New Issue
Block a user