Hi guys! I have 2 models in production that were outdated so I deleted them on my dev enviroment and created new ones with proper naming and schema.
After deleting them I realized that by doing this instead of just renaming them it will make all the users re-add their old data (not ideal).
If I set the exact same name on the new models, will they replace the old ones on production? can you help me recover my old models?
Thank you!