mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 14:45:10 +00:00
This commit is contained in:
parent
4e12e25c59
commit
c78de25652
|
@ -0,0 +1 @@
|
||||||
|
alter table post_report alter column original_post_name type varchar(100);
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- adjust length limit to match post.name
|
||||||
|
alter table post_report alter column original_post_name type varchar(200);
|
Loading…
Reference in a new issue