Hello,
Is there any way to keep the users table unique to each environment?
For example, imagine there are 50 users in the Live environment but a bug has appeared that needs to be fixed in Dev and it may take a week. By the time the bug fixed, there are now 60 users in Live, but Dev still has the original 50 users. Now when the database is cloned with the new content/fixes from Dev it will overwrite Live, erasing the 10 new users.
How can I migrate everything but the users table?
Thanks.