Skip to content

fix table name in 5_ecto_associations#45

Open
randmon wants to merge 1 commit intoWannesFransen1994:masterfrom
randmon:patch-3
Open

fix table name in 5_ecto_associations#45
randmon wants to merge 1 commit intoWannesFransen1994:masterfrom
randmon:patch-3

Conversation

@randmon
Copy link
Copy Markdown
Contributor

@randmon randmon commented May 4, 2022

From ":user_tasks" to ":users_tasks". Without this I got an error:
(...) create index user_tasks_user_id_task_id_index
** (MyXQL.Error) (1146) (ER_NO_SUCH_TABLE) Table 'user_demo_dev.user_tasks' doesn't exist

From ":user_tasks" to ":users_tasks". Without this I got an error:
(...) create index user_tasks_user_id_task_id_index
** (MyXQL.Error) (1146) (ER_NO_SUCH_TABLE) Table 'user_demo_dev.user_tasks' doesn't exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant