From ad41aea54a289f2c8d77b999f6781f300ce05353 Mon Sep 17 00:00:00 2001 From: Steven Johnson Date: Tue, 28 Nov 2023 17:20:47 +0700 Subject: [PATCH] refactor(postgresql): Move seed ata from data to seed directory in the example --- examples/postgresql/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/postgresql/Earthfile b/examples/postgresql/Earthfile index 025b066b1..bcd4a1b8c 100644 --- a/examples/postgresql/Earthfile +++ b/examples/postgresql/Earthfile @@ -9,7 +9,7 @@ builder: WORKDIR /build - COPY --dir ./migrations ./data ./refinery.toml . + COPY --dir ./migrations ./seed ./refinery.toml . DO ./../../earthly/postgresql+BUILDER # check if the sql files are properly formatted and pass lint quality checks.