From db7f02a4097f0164c188e25d5c914c81ddbda798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czkewei19=E2=80=9D?= Date: Thu, 14 Mar 2024 16:19:41 -0400 Subject: [PATCH] fix the name --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index f492dec9..e20001c2 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -92,7 +92,7 @@ t.timestamps null: false end - create_table :parsons_prompts do |t| + create_table :parsons_prompt do |t| t.references :parsons, null: false, foreign_key: true t.text :prompt_text t.integer :position