Files
Promocode-API/solution/clean_env.sh
T
2025-01-21 18:45:53 +03:00

5 lines
56 B
Bash

#!/bin/bash
rm -rf db.sqlite3
python manage.py migrate