Files
papercrate/backend/migrations/202510300001_rename_document_uploaded_at/up.sql
T
nils 3c9a9fc060
ci / docker (backend, backend/Dockerfile, backend) (push) Failing after 13s
ci / docker (frontend, frontend/Dockerfile, frontend) (push) Failing after 12s
Initial commit
2025-12-17 13:37:31 +01:00

3 lines
67 B
SQL

ALTER TABLE documents
RENAME COLUMN uploaded_at TO created_at;