Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
fga-eps-mds/2020.2-Hortum
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
main
build
See recent builds
30 days ago
Refresh default branch
Refresh
src/scripts/clear_migrations.sh
Summary
Maintainability
Test Coverage
Issues
Source
Stats
Issues
#!/bin/sh find . -path "*/migrations/*.py" -not -name "__init__.py" -delete