From e3021c88a0ce35b4c069e148a5d82bb1acbd3c91 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Fri, 17 Jul 2026 21:58:32 +0200 Subject: Drop the orphaned nested-set columns lft and rgt --- test/fixtures/nodes.yml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test') diff --git a/test/fixtures/nodes.yml b/test/fixtures/nodes.yml index 9ca325e..e94f10f 100644 --- a/test/fixtures/nodes.yml +++ b/test/fixtures/nodes.yml @@ -2,8 +2,6 @@ root: id: 1 - lft: 1 - rgt: 10 parent_id: slug: unique_name: @@ -11,8 +9,6 @@ root: first_child: id: 2 - lft: 2 - rgt: 3 parent_id: 1 draft_id: 100 slug: first_child @@ -20,8 +16,6 @@ first_child: second_child: id: 3 - lft: 4 - rgt: 5 parent_id: 1 draft_id: 101 slug: second_child @@ -29,8 +23,6 @@ second_child: third_child: id: 4 - lft: 6 - rgt: 7 parent_id: 1 draft_id: 102 slug: third_child @@ -38,8 +30,6 @@ third_child: fourth_child: id: 5 - lft: 8 - rgt: 9 parent_id: 1 slug: fourth_child unique_name: fourth_child -- cgit v1.3