mirror of
https://github.com/LemmyNet/lemmy
synced 2024-10-30 15:21:20 +00:00
00f7778485
* Store thumbnails in db table local_image * fmt
4 lines
70 B
SQL
4 lines
70 B
SQL
ALTER TABLE local_image
|
|
ALTER COLUMN local_user_id SET NOT NULL;
|
|
|