mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-09 10:34:47 +00:00
![Dessalines](/assets/img/avatar_default.png)
* Adding a URL max length error. - Also increasing the post.url max length to 2000 (seems standard) - I ran into this when fixing torrent support, which often use longer urls. * Fixing sql_format.
3 lines
58 B
SQL
3 lines
58 B
SQL
ALTER TABLE post
|
|
ALTER COLUMN url TYPE varchar(512);
|
|
|