Skip to content

Commit

Permalink
Fix length of post_report.original_post_name db field (fixes #2311) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutomic committed Jul 18, 2022
1 parent 2e7fe75 commit 41ad863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table post_report alter column original_post_name type varchar(100);
2 changes: 2 additions & 0 deletions migrations/2022-06-13-124806_post_report_name_length/up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- adjust length limit to match post.name
alter table post_report alter column original_post_name type varchar(200);

0 comments on commit 41ad863

Please sign in to comment.