1
mirror of https://github.com/jlelse/GoBlog synced 2024-05-29 11:04:27 +00:00
GoBlog/dbmigrations/00034.sql
Jan-Lukas Else 2fd9e9cb6a BREAKING: Save profile image in data folder instead of (Fix #44)
This will reset the profile image, upload it again using the settings UI
2022-12-13 20:13:57 +01:00

1 line
60 B
SQL

delete from persistent_cache where key like 'profileImage%';