fix(migrations): fix comment referencing old migration name

This commit is contained in:
perf3ct 2025-06-23 21:10:44 +00:00
parent 5510765035
commit a6121c2849
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ SET etag = TRIM(BOTH '"' FROM TRIM(LEADING 'W/' FROM etag))
WHERE etag LIKE '"%"' OR etag LIKE 'W/%'; WHERE etag LIKE '"%"' OR etag LIKE 'W/%';
-- Add a comment to document this normalization -- Add a comment to document this normalization
COMMENT ON COLUMN webdav_files.etag IS 'Normalized ETag without quotes or W/ prefix (since migration 20250623000001)'; COMMENT ON COLUMN webdav_files.etag IS 'Normalized ETag without quotes or W/ prefix (since migration 20250620100020)';