From b010e3851c5f2538ccb951e277f6f0f1f9afdf99 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 20 Mar 2025 14:00:18 +0100 Subject: [PATCH] fix(project): add position in test fixtures --- pkg/db/fixtures/project_views.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg/db/fixtures/project_views.yml b/pkg/db/fixtures/project_views.yml index f2082218f..ccea20309 100644 --- a/pkg/db/fixtures/project_views.yml +++ b/pkg/db/fixtures/project_views.yml @@ -2,18 +2,21 @@ title: List project_id: 1 view_kind: 0 + position: 1 updated: '2024-03-18 15:14:13' created: '2018-03-18 15:14:13' - id: 2 title: Gantt project_id: 1 view_kind: 1 + position: 2 updated: '2024-03-18 15:14:13' created: '2018-03-18 15:14:13' - id: 3 title: Table project_id: 1 view_kind: 2 + position: 3 updated: '2024-03-18 15:14:13' created: '2018-03-18 15:14:13' - id: 4 @@ -21,10 +24,11 @@ project_id: 1 view_kind: 3 done_bucket_id: 3 - updated: '2024-03-18 15:14:13' - created: '2018-03-18 15:14:13' bucket_configuration_mode: 1 default_bucket_id: 1 + position: 4 + updated: '2024-03-18 15:14:13' + created: '2018-03-18 15:14:13' - id: 5 title: List project_id: 2