Merge pull request #953 from thesimplekid/drop_melt_request

chore: drop unused mint table melt_request
This commit is contained in:
thesimplekid
2025-08-12 18:00:08 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
DROP TABLE IF EXISTS melt_request;

View File

@@ -14,7 +14,7 @@ new-migration target name:
fi
timestamp=$(date +%Y%m%d%H%M%S)
migration_path="./crates/cdk-sqlite/src/{{target}}/migrations/${timestamp}_{{name}}.sql"
migration_path="./crates/cdk-sql-common/src/{{target}}/migrations/${timestamp}_{{name}}.sql"
# Create the file
mkdir -p "$(dirname "$migration_path")"