diff --git a/docs/FINGERPRINT_FORMAT b/docs/FINGERPRINT_FORMAT new file mode 100644 index 0000000..ecfdc5f --- /dev/null +++ b/docs/FINGERPRINT_FORMAT @@ -0,0 +1,8 @@ + +1. "_file-metadata": has information regarding how this fingerprint was created + +2. "db-metadata": contains the sql create statements for each table in the database + +3. "db-metadata-hashes": contains the md5 hashes of each create statement (for quicker comparisons of fingerprints) + +4. "table": is the database schema in a hash format to be loaded into the fingerprint program diff --git a/DEV_README b/docs/README_DEV similarity index 100% rename from DEV_README rename to docs/README_DEV diff --git a/RELEASE_NOTES b/docs/RELEASE_NOTES similarity index 100% rename from RELEASE_NOTES rename to docs/RELEASE_NOTES