Remove existing user data data for new deployment of same code base

HI all,

I have one copy of the source cdoe with all the customzations done on it. I have the need to deploy this same code base for a new instance for a different customer. There has been a lot of work and customzation done to the code base + database so starting from scratch with a new install is not going to be easy.

Is there a set of steps I can perfom to clear all data quickly related to the old companies including user accounts and prepare the new deployment for a new customer?

The easiest way would be to truncate the tables(either via SQL command or UI such as phpmyadmin if available).

Do not truncate tables such as fields_meta_data as these contain settings/fields from Studio.

Thanks,

Will.