From ecae2e0484b0c028448c34391f7fab4235029eb6 Mon Sep 17 00:00:00 2001 From: Maksym Buz Date: Tue, 16 Dec 2025 13:29:32 +0100 Subject: [PATCH] CHANGE: Moved schema files into separate dir --- partitioning/{ => schemas}/70-schema-mysql.txt | 0 partitioning/{ => schemas}/70-schema-postgres.txt | 0 partitioning/{ => schemas}/74-schema-mysql.txt | 0 partitioning/{ => schemas}/74-schema-postgres.txt | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename partitioning/{ => schemas}/70-schema-mysql.txt (100%) rename partitioning/{ => schemas}/70-schema-postgres.txt (100%) rename partitioning/{ => schemas}/74-schema-mysql.txt (100%) rename partitioning/{ => schemas}/74-schema-postgres.txt (100%) diff --git a/partitioning/70-schema-mysql.txt b/partitioning/schemas/70-schema-mysql.txt similarity index 100% rename from partitioning/70-schema-mysql.txt rename to partitioning/schemas/70-schema-mysql.txt diff --git a/partitioning/70-schema-postgres.txt b/partitioning/schemas/70-schema-postgres.txt similarity index 100% rename from partitioning/70-schema-postgres.txt rename to partitioning/schemas/70-schema-postgres.txt diff --git a/partitioning/74-schema-mysql.txt b/partitioning/schemas/74-schema-mysql.txt similarity index 100% rename from partitioning/74-schema-mysql.txt rename to partitioning/schemas/74-schema-mysql.txt diff --git a/partitioning/74-schema-postgres.txt b/partitioning/schemas/74-schema-postgres.txt similarity index 100% rename from partitioning/74-schema-postgres.txt rename to partitioning/schemas/74-schema-postgres.txt