mirror of https://github.com/ghostfolio/ghostfolio
committed by
GitHub
1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||
#!/bin/sh |
|||
|
|||
#List all migration scripts based on folder name, and mark it as "applied" |
|||
# List all migration scripts based on folder name, and mark it as "applied" |
|||
|
|||
for d in ./prisma/migrations/*/; do |
|||
mig=$(echo "$d" | sed 's/.\/prisma\/migrations\///' | sed 's/\///') |
|||
yarn prisma migrate resolve --applied $mig |
|||
done |
|||
done |
|||
|
Loading…
Reference in new issue