INSTALL: template must always use its own db structure

This commit is contained in:
sparkyx 2024-09-22 15:50:25 +02:00
parent f2184f6004
commit 439e2d8540
3 changed files with 9568 additions and 2 deletions

View file

@ -645,9 +645,9 @@ if ($account == 0 ) {
$cn->start();
if ( DEBUGNOALYSS == 0 ) { ob_start(); }
$cn->execute_script(NOALYSS_INCLUDE.'/sql/mod1/schema.sql');
$cn->execute_script(NOALYSS_INCLUDE.'/sql/mod2/schema.sql');
$cn->execute_script(NOALYSS_INCLUDE.'/sql/mod2/data.sql');
$cn->execute_script(NOALYSS_INCLUDE.'/sql/mod1/constraint.sql');
$cn->execute_script(NOALYSS_INCLUDE.'/sql/mod2/constraint.sql');
$cn->commit();
if ( DEBUGNOALYSS == 0 ) ob_end_clean();