Move the build tables in the init.php file
This commit is contained in:
parent
18af3af7d4
commit
a806f4d355
2 changed files with 1 additions and 1 deletions
1
init.php
1
init.php
|
@ -11,4 +11,5 @@ if (!$db->isInit()) {
|
|||
echo L::db_init_error;
|
||||
return;
|
||||
}
|
||||
$db->buildTables();
|
||||
$db->cleanCloud();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue