Call the initial value check in the test
This commit is contained in:
@@ -983,7 +983,10 @@ class DBStructure
|
||||
return DBA::toArray($stmtColumns);
|
||||
}
|
||||
|
||||
private static function checkInitialValues()
|
||||
/**
|
||||
* Check if initial database values do exist - or create them
|
||||
*/
|
||||
public static function checkInitialValues()
|
||||
{
|
||||
if (DBA::tableExists('contact') && !DBA::exists('contact', ['id' => 0])) {
|
||||
DBA::insert('contact', ['nurl' => '']);
|
||||
|
||||
Reference in New Issue
Block a user