mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-17 18:57:51 +00:00
7 lines
115 B
Bash
Executable File
7 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
|
|
for app in users assets perms audits ops applications;do
|
|
rm -f ../apps/$app/migrations/00*
|
|
done
|