chore: drop unused mint table melt_request

This commit is contained in:
thesimplekid
2025-08-12 13:21:33 +01:00
parent 7af054520e
commit e87d818137
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 fi
timestamp=$(date +%Y%m%d%H%M%S) 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 # Create the file
mkdir -p "$(dirname "$migration_path")" mkdir -p "$(dirname "$migration_path")"