INSTALL: template must always use its own db structure

This commit is contained in:
sparkyx 2024-09-22 15:50:25 +02:00
parent b648f7c6be
commit 42403bac54
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();

File diff suppressed because it is too large Load diff

7909
include/sql/mod2/schema.sql Normal file

File diff suppressed because it is too large Load diff