Skip to content

Commit 34142a0

Browse files
fix: correct table name for recipe instructions
1 parent c09af5a commit 34142a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/db/migration/V12__Fix_recipe_instructions_table.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DROP TABLE IF EXISTS tb_recipes_instructions;
1+
DROP TABLE IF EXISTS tb_recipe_instructions;
22

33
CREATE TABLE tb_recipe_instructions
44
(

0 commit comments

Comments
 (0)