Remove outdated friendica_test_data.sql

This commit is contained in:
Philipp Holzer 2021-07-11 14:27:52 +02:00
parent 780d9f1793
commit a676060eea
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
2 changed files with 0 additions and 2184 deletions

View File

@ -107,8 +107,6 @@ cp /vagrant/.htaccess-dist /vagrant/.htaccess
# create the friendica database # create the friendica database
echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot echo "create database friendica DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci" | $MYSQL -u root -proot
# import test database (disabled because too old)
#$MYSQL -uroot -proot friendica < /vagrant/friendica_test_data.sql
# install friendica # install friendica
bin/console autoinstall -f /vagrant/mods/local.config.vagrant.php bin/console autoinstall -f /vagrant/mods/local.config.vagrant.php

File diff suppressed because one or more lines are too long