3 lines
59 B
MySQL
3 lines
59 B
MySQL
|
ALTER TABLE photos
|
||
|
RENAME COLUMN hashed_path TO file_name;
|