diff --git a/data/seedDb.php b/data/seedDb.php index d695258..3206372 100644 --- a/data/seedDb.php +++ b/data/seedDb.php @@ -3,26 +3,26 @@ $texts = [ [ 'id' => 0, - 'name' => 'test text', + 'name' => 'Tanach', ], ]; $nodes = [ [ 'id' => 0, - 'title' => 'Chapter 1', + 'title' => 'Tanach', 'textId' => 0, 'parentNodeId' => null, ], [ 'id' => 1, - 'title' => 'Section 1.1', + 'title' => 'Torah', 'textId' => 0, 'parentNodeId' => 0, ], [ 'id' => 2, - 'title' => 'Page 1.1.1', + 'title' => 'Bereishis', 'textId' => 0, 'parentNodeId' => 1, ],