diff --git a/shell/tabularasa b/shell/tabularasa
index b6ccbcda3438e95542d65c5eb854c7e6b8b75b13..5f1be92fd36c53ae8c8dca5ffe238cdb4693b2eb 100755
--- a/shell/tabularasa
+++ b/shell/tabularasa
@@ -3,7 +3,5 @@ sudo service postgresql stop
 sudo service postgresql start
 sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'";
 echo 'reset db';
-find apps/ -path "*/migrations/*.py*" -not -name "__init__.py" -delete
-./manage.py makemigrations
 ./manage.py migrate
 ./manage.py loaddata initial