Skip to content

Export customer data (changed/updated customers only)

How can you query for customers that have changed their name or address since yesterday?

Problem is that the updated_at field is updated in all tables, whenever the customer changes their passwords too? Even though nothing has changed in the address ect.

Any ideas? Observer? Ect.