bazzar/migrations/20220506130226_rename_photos_column.sql

3 lines
59 B
SQL

ALTER TABLE photos
RENAME COLUMN hashed_path TO file_name;