fixed mysql path for default sql
This commit is contained in:
parent
a483fdbacb
commit
1ceb562ab4
@ -36,5 +36,5 @@ class DATA_DEFAULT extends \SYSTEM\DB\QI {
|
|||||||
* @return array Returns paths of MYSQL compatible sql files
|
* @return array Returns paths of MYSQL compatible sql files
|
||||||
*/
|
*/
|
||||||
public static function files_mysql(){
|
public static function files_mysql(){
|
||||||
return array( (new \SYSTEM\PSQL('/qt/mysql/data/default.sql'))->SERVERPATH());}
|
return array( (new \SYSTEM\PSQL('/mysql/data/default.sql'))->SERVERPATH());}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user