Is the `@rename` directive still working or no? It...
# orm-help
j
Is the
@rename
directive still working or no? It prints promising output in the terminal, but nothing actually changes in the DB... It seems to be just when renaming types - renaming a field seems to work fine.
Solved! It was because we were trying to rename two tables that referenced each other. It was erroring but silently on my machine for some reason. Solution was to rename them in 2 separate
prisma deploy
steps