mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
* Run analyze after changing post.url type (ref #4983) * rename back --------- Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
parent
18bf9843bc
commit
4690aff1e5
|
@ -1,3 +1,5 @@
|
|||
ALTER TABLE post
|
||||
ALTER COLUMN url TYPE varchar(512);
|
||||
|
||||
ANALYZE post (url);
|
||||
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
ALTER TABLE post
|
||||
ALTER COLUMN url TYPE varchar(2000);
|
||||
|
||||
ANALYZE post (url);
|
||||
|
||||
|
|
Loading…
Reference in a new issue