Skip to content

Commit

Permalink
fix the name
Browse files Browse the repository at this point in the history
  • Loading branch information
keweizhan committed Mar 14, 2024
1 parent 218f122 commit db7f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db7f02a

Please sign in to comment.