scripts: Remove the depreciated script 'postgres-reset-sequences'.

This commit is contained in:
Rhea Parekh
2018-04-11 01:12:50 +05:30
committed by Tim Abbott
parent c36a658fee
commit ccefaf7b26
2 changed files with 0 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/bash
set -e
./manage.py sqlsequencereset zerver | ./manage.py dbshell
echo "Sequence has been reset successfully!"