Reduce max size of thread titles
This commit is contained in:
parent
78a5683389
commit
8290eb795a
3
migrations/2/down.sql
Normal file
3
migrations/2/down.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE threads
|
||||
ALTER COLUMN thread_title
|
||||
TYPE VARCHAR(256);
|
3
migrations/2/up.sql
Normal file
3
migrations/2/up.sql
Normal file
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE threads
|
||||
ALTER COLUMN thread_title
|
||||
TYPE VARCHAR(128);
|
Loading…
Reference in a new issue