Merge pull request #10486 from nupplaphil/feat/remove_test_data

Remove outdated friendica_test_data.sql
This commit is contained in:
Michael Vogel 2021-07-11 14:38:34 +02:00 committed by GitHub
commit 85e36abb5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
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
bin/console autoinstall -f /vagrant/mods/local.config.vagrant.php

File diff suppressed because one or more lines are too long