you will have to recreate the constraints...

as the constraints refer to the user1.table_name.column_name but now its like user.table_name.column_name
now as the user1 no longer exists the constraints cannot be enabled...

HTH