mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04: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 New Issue
Block a user