Files
linkwarden/prisma/migrations/20231028041930_rename_image_path_to_image/migration.sql
T
2023-10-28 00:45:14 -04:00

1 line
56 B
SQL

ALTER TABLE "User" RENAME COLUMN "imagePath" TO "image";