From 22b7e895f7f8fcc5b7fa672475758e0f323cd133 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20Gergely?= Date: Wed, 3 Apr 2024 09:52:30 +0200 Subject: [PATCH] CDPCP-11470 - rename common_schemE.go to common_schemA.go --- resources/datahub/{common_scheme.go => common_schema.go} | 0 .../datahub/{common_scheme_test.go => common_schema_test.go} | 0 resources/datalake/{common_scheme.go => common_schema.go} | 0 .../datalake/{common_scheme_test.go => common_schema_test.go} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename resources/datahub/{common_scheme.go => common_schema.go} (100%) rename resources/datahub/{common_scheme_test.go => common_schema_test.go} (100%) rename resources/datalake/{common_scheme.go => common_schema.go} (100%) rename resources/datalake/{common_scheme_test.go => common_schema_test.go} (100%) diff --git a/resources/datahub/common_scheme.go b/resources/datahub/common_schema.go similarity index 100% rename from resources/datahub/common_scheme.go rename to resources/datahub/common_schema.go diff --git a/resources/datahub/common_scheme_test.go b/resources/datahub/common_schema_test.go similarity index 100% rename from resources/datahub/common_scheme_test.go rename to resources/datahub/common_schema_test.go diff --git a/resources/datalake/common_scheme.go b/resources/datalake/common_schema.go similarity index 100% rename from resources/datalake/common_scheme.go rename to resources/datalake/common_schema.go diff --git a/resources/datalake/common_scheme_test.go b/resources/datalake/common_schema_test.go similarity index 100% rename from resources/datalake/common_scheme_test.go rename to resources/datalake/common_schema_test.go