mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-19 05:35:18 +01:00
chore: drop unused mint table melt_request
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS melt_request;
|
||||
2
justfile
2
justfile
@@ -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")"
|
||||
|
||||
Reference in New Issue
Block a user