Hi all
I deleted accidentally a migration file. Is there any way to restore the file?
Thanks
Hi all
I deleted accidentally a migration file. Is there any way to restore the file?
Thanks
TL;DR: If you have a backup, of course there is, if not, no there isn’t an easy and affordable way.
You do have the same possibilitys as when it comes to restoring any file.
This is why it is always a good idea to use a version control system such as Git, which tracks changes to your source code files, so you can easily see what was changed, added, and deleted and switch between versions of a file if necessary.
Thanks so much guys.