1 changed files with 22 additions and 0 deletions
@ -0,0 +1,22 @@ |
|||||||
|
cd /opt/otb_cloud || exit 1 |
||||||
|
|
||||||
|
echo "===== version =====" |
||||||
|
cat VERSION |
||||||
|
|
||||||
|
echo |
||||||
|
echo "===== new tables present in schema =====" |
||||||
|
grep -n "CREATE TABLE IF NOT EXISTS video_jobs" -A25 app/models/schema.sql |
||||||
|
echo |
||||||
|
grep -n "CREATE TABLE IF NOT EXISTS tenant_usage_metrics" -A20 app/models/schema.sql |
||||||
|
|
||||||
|
echo |
||||||
|
echo "===== new services =====" |
||||||
|
find app/services -maxdepth 1 -type f | sort |
||||||
|
|
||||||
|
echo |
||||||
|
echo "===== updated device dirs helper =====" |
||||||
|
grep -n 'for subdir in \[' -A2 app/auth/utils.py |
||||||
|
|
||||||
|
echo |
||||||
|
echo "===== git status =====" |
||||||
|
git status --short |
||||||
Loading…
Reference in new issue