From 644ddcde14c0545dd667eaf096dadab518ad90a7 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 17 Jan 2024 20:19:02 +0100 Subject: model: Rename step rank to step index This name reflects the purpose of the column better. It is used to order the recipe steps of a recipe. --- model/sql/testdata.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/sql/testdata.sql') diff --git a/model/sql/testdata.sql b/model/sql/testdata.sql index f2cd6e3..5452979 100644 --- a/model/sql/testdata.sql +++ b/model/sql/testdata.sql @@ -6,7 +6,7 @@ VALUES ; INSERT INTO 'recipe_steps' - ('id', 'recipe_id', 'rank', 'text') + ('id', 'recipe_id', 'index', 'text') VALUES (1, 1, 1, 'Stir the dough'), (2, 1, 2, 'Fry pancakes') -- cgit v1.2.3-70-g09d2