mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 16:31:33 +00:00
7 lines
116 B
Bash
Executable File
7 lines
116 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
for app in users assets perms audits ops applications;do
|
|
rm -f ../apps/$app/migrations/000*
|
|
done
|