Remove migrations

These will be replaced by migrations in the web project
This commit is contained in:
Shane Kilkelly
2021-07-08 10:08:34 +01:00
parent 72f8e6594c
commit c8dcf853bc
17 changed files with 0 additions and 1211 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/sh
set -e
which node
which grunt
ls -al /var/www/sharelatex/migrations
cd /var/www/sharelatex && grunt migrate -v
echo "All migrations finished"