mythicalprogrammer / fumigate

0 stars 0 forks source link

rename all the old join tables to the correct naming convention #207

Closed mythicalprogrammer closed 5 years ago

mythicalprogrammer commented 5 years ago

migrate all the way back and change the migration table for the joins

make sure seed table doesn't need change either

change all template and controller and models/schema/context that require this new naming scheme

mythicalprogrammer commented 5 years ago

https://elixirforum.com/t/a-summary-of-the-conventions-in-phoenix-particularly-the-file-module-naming/18346/2

CamelCase modules becomes snake_case files.

I need to rename above model/context with the files snake_case and the module CamelCase

mythicalprogrammer commented 5 years ago

Do this on branch and test it very well before merging to master