Fix length of post_report.original_post_name db field (fixes #2311) (#2315)

pull/2314/head
Nutomic 2 years ago committed by GitHub
parent 4e12e25c59
commit c78de25652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save