lemmy/migrations/2024-03-06-104706_local_image_user_opt/up.sql
Nutomic 00f7778485
Store thumbnails in db table local_image (#4512)
* Store thumbnails in db table local_image

* fmt
2024-03-08 10:17:26 -05:00

4 lines
71 B
SQL

ALTER TABLE local_image
ALTER COLUMN local_user_id DROP NOT NULL;