Removes unused files #15

Merged
asohh merged 1 commit from unused-file into main 2025-10-25 17:09:23 +02:00
Showing only changes of commit fb7db68946 - Show all commits

Removes unused files
All checks were successful
Build (and tag) Images / build (push) Successful in 46s
Build (and tag) Images / build (pull_request) Successful in 49s

Vincent Mahnke 2025-10-25 16:52:46 +02:00

View file

@ -1,5 +0,0 @@
before=$(ls migrations | wc -l)
sleep 60
after=$(ls migrations | wc -l)
let dif=after-before
echo "$dif"