How could I change the name of an old migration (rename it)? It conflicts with the name of my custom identity user.
Would changing the identity user be easier? I have no idea how to rename that either, every tutorial out there just create a new db for the sake of simplicity (any information about that is appreciated too).
Is it as simple as renaming it in:
- it's migration .cs file
- the db migration table
- the snapshot
Is that it? Any idea if this could screw things up?