From b1e32ead14fb9074fe1107956e06363e0f8f5c75 Mon Sep 17 00:00:00 2001 From: drethereum Date: Tue, 20 May 2025 15:42:26 -0600 Subject: [PATCH] update makefile for drop schema command --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 92ccf34..7a530d3 100644 --- a/makefile +++ b/makefile @@ -29,6 +29,7 @@ deploy_gha_tasks: deploy_new_gha_tasks: @set -e; \ + dbt run-operation fsc_evm.drop_github_actions_schema; \ make deploy_gha_workflows_table DBT_TARGET=$(DBT_TARGET); \ dbt run -m "fsc_evm,tag:gha_tasks" --full-refresh -t $(DBT_TARGET); \ dbt run-operation fsc_evm.create_gha_tasks --vars '{"RESUME_GHA_TASKS":True}' -t $(DBT_TARGET)