style: Remove redundant script and description prefixes from SQL file comment headers.

This commit is contained in:
Maksym Buz
2026-02-20 21:58:06 +00:00
parent ea3e89effa
commit 487f95020d
5 changed files with 8 additions and 13 deletions

View File

@@ -1,7 +1,6 @@
-- ============================================================================
-- SCRIPT: 01_auditlog_prep.sql
-- DESCRIPTION: Modifies the 'auditlog' table Primary Key to include 'clock'.
-- This is REQUIRED for range partitioning by 'clock'.
-- Modifies the 'auditlog' table Primary Key to include 'clock'.
-- This is REQUIRED for range partitioning by 'clock'.
-- ============================================================================
DO $$