Account table has no creation date information. We could add a simple boolean field existed_in_v1 to track if it existed in v1 or not, or better a numeric field created_on to track block number of account creation (better to sort accounts for example).