Posted by Dave Reid on November 4, 2009 at 1:00am
1 follower
Jump to:
| Project: | Site verification |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Dave Reid |
| Status: | active |
Issue Summary
We instead of a per-engine storage record in {site_verify} we should store SVID, verification type (meta/file), associated engine (google/custom), and the data (meta tag, file name and contents, etc). In order to prevent duplicate entries, I might need to add a hash column that would store the MD5 hash of the meta tag or file name to prevent duplication.
Comments
#1
Or split these into different tables, {verification_file} and {verification_meta}. :/ Hmm.