mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-17 09:54:01 +00:00
Nutomic
4690aff1e5
* Run analyze after changing post.url type (ref #4983) * rename back --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
5 lines
79 B
SQL
5 lines
79 B
SQL
ALTER TABLE post
|
|
ALTER COLUMN url TYPE varchar(512);
|
|
|
|
ANALYZE post (url);
|
|
|