1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

SQL fies have moved

This commit is contained in:
Matlink 2015-08-08 23:39:41 +02:00 committed by Julien Malik
parent 1c1a5119d1
commit 2ce21b6269

View file

@ -32,8 +32,8 @@ db_user=phpmyadmin
db_pwd=$(sudo yunohost app setting phpmyadmin mysqlpwd)
# Update tables
mysql -u $db_user -p$db_pwd < $final_path/examples/upgrade_column_info_4_3_0+.sql
mysql -u $db_user -p$db_pwd < $final_path/examples/create_tables.sql
mysql -u $db_user -p$db_pwd < $final_path/sql/upgrade_column_info_4_3_0+.sql
mysql -u $db_user -p$db_pwd < $final_path/sql/create_tables.sql
# Configuration
echo "Configuring application..."