diff --git a/migrations/20250620100020_normalize_existing_etags.sql b/migrations/20250620100020_normalize_existing_etags.sql index 3198d35..ed7a4dc 100644 --- a/migrations/20250620100020_normalize_existing_etags.sql +++ b/migrations/20250620100020_normalize_existing_etags.sql @@ -8,4 +8,4 @@ SET etag = TRIM(BOTH '"' FROM TRIM(LEADING 'W/' FROM etag)) WHERE etag LIKE '"%"' OR etag LIKE 'W/%'; -- Add a comment to document this normalization -COMMENT ON COLUMN webdav_files.etag IS 'Normalized ETag without quotes or W/ prefix (since migration 20250623000001)'; \ No newline at end of file +COMMENT ON COLUMN webdav_files.etag IS 'Normalized ETag without quotes or W/ prefix (since migration 20250620100020)'; \ No newline at end of file