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:
parent
1c1a5119d1
commit
2ce21b6269
1 changed files with 2 additions and 2 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue