I created a table in a Phoenix LiveView app called users. Afterwards I realised that I needed to use mix pow.install for authentication purposes. I remove all the previously generated files regarding the users table, using git hard reset. However, when I try to start phx.server I'm getting a duplicate_table error.
In addition, running /d users in SQL shell clearly indicates that my old table is still there, with the recognisable field names.
Apologies for being so vague, I only started learning Phoenix and related stuff couple of days ago.
I'll be happy to provide any additional information. Suggestion for a more suitable place to ask the question would also be helpful.