chore: rename new created_at column (#31)

This commit is contained in:
Riccardo Senica
2025-01-18 11:48:40 +01:00
committed by GitHub
parent 2616728128
commit 2752045c16
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
-- Rename the column without dropping it
ALTER TABLE news RENAME COLUMN created_at TO "createdAt";