From 2baa5d399936d7cfda348cea7f873f13b04acbe8 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 11 Oct 2021 12:40:29 -0400 Subject: [PATCH] Move postgres files post-merge from main --- .../db/schema/migrations/{ => oss}/postgres/17/01_plugin.up.sql | 0 .../migrations/{ => oss}/postgres/17/02_hostplugin.up.sql | 0 .../db/schema/migrations/{ => oss}/postgres/17/03_host.up.sql | 0 .../migrations/{ => oss}/postgres/17/04_plugin_host.up.sql | 0 .../{ => oss}/postgres/17/05_preferred_endpoints.up.sql | 0 .../{ => oss}/postgres/17/06_wh_session_dimensions.up.sql | 0 .../preferred_endpoints_test.go => oss/postgres_17_05_test.go} | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename internal/db/schema/migrations/{ => oss}/postgres/17/01_plugin.up.sql (100%) rename internal/db/schema/migrations/{ => oss}/postgres/17/02_hostplugin.up.sql (100%) rename internal/db/schema/migrations/{ => oss}/postgres/17/03_host.up.sql (100%) rename internal/db/schema/migrations/{ => oss}/postgres/17/04_plugin_host.up.sql (100%) rename internal/db/schema/migrations/{ => oss}/postgres/17/05_preferred_endpoints.up.sql (100%) rename internal/db/schema/migrations/{ => oss}/postgres/17/06_wh_session_dimensions.up.sql (100%) rename internal/db/schema/migrations/{postgres/17/preferred_endpoints_test.go => oss/postgres_17_05_test.go} (99%) diff --git a/internal/db/schema/migrations/postgres/17/01_plugin.up.sql b/internal/db/schema/migrations/oss/postgres/17/01_plugin.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/01_plugin.up.sql rename to internal/db/schema/migrations/oss/postgres/17/01_plugin.up.sql diff --git a/internal/db/schema/migrations/postgres/17/02_hostplugin.up.sql b/internal/db/schema/migrations/oss/postgres/17/02_hostplugin.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/02_hostplugin.up.sql rename to internal/db/schema/migrations/oss/postgres/17/02_hostplugin.up.sql diff --git a/internal/db/schema/migrations/postgres/17/03_host.up.sql b/internal/db/schema/migrations/oss/postgres/17/03_host.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/03_host.up.sql rename to internal/db/schema/migrations/oss/postgres/17/03_host.up.sql diff --git a/internal/db/schema/migrations/postgres/17/04_plugin_host.up.sql b/internal/db/schema/migrations/oss/postgres/17/04_plugin_host.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/04_plugin_host.up.sql rename to internal/db/schema/migrations/oss/postgres/17/04_plugin_host.up.sql diff --git a/internal/db/schema/migrations/postgres/17/05_preferred_endpoints.up.sql b/internal/db/schema/migrations/oss/postgres/17/05_preferred_endpoints.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/05_preferred_endpoints.up.sql rename to internal/db/schema/migrations/oss/postgres/17/05_preferred_endpoints.up.sql diff --git a/internal/db/schema/migrations/postgres/17/06_wh_session_dimensions.up.sql b/internal/db/schema/migrations/oss/postgres/17/06_wh_session_dimensions.up.sql similarity index 100% rename from internal/db/schema/migrations/postgres/17/06_wh_session_dimensions.up.sql rename to internal/db/schema/migrations/oss/postgres/17/06_wh_session_dimensions.up.sql diff --git a/internal/db/schema/migrations/postgres/17/preferred_endpoints_test.go b/internal/db/schema/migrations/oss/postgres_17_05_test.go similarity index 99% rename from internal/db/schema/migrations/postgres/17/preferred_endpoints_test.go rename to internal/db/schema/migrations/oss/postgres_17_05_test.go index dc143fc925..6622705386 100644 --- a/internal/db/schema/migrations/postgres/17/preferred_endpoints_test.go +++ b/internal/db/schema/migrations/oss/postgres_17_05_test.go @@ -1,4 +1,4 @@ -package migration +package oss_test import ( "context"