diff --git a/scripts/install b/scripts/install index 2a5f9f8..3f1111e 100755 --- a/scripts/install +++ b/scripts/install @@ -113,6 +113,8 @@ ynh_app_setting_set $app final_path $final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source "$final_path" +# Import database schema +ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < $final_path/schema.sql #================================================= # NGINX CONFIGURATION