mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
Fixing sql_format.
This commit is contained in:
parent
8f6fd53559
commit
33b9d8ef67
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
ALTER TABLE post
|
||||
ALTER COLUMN url TYPE varchar(512);
|
||||
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
-- From here: https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers#417184
|
||||
ALTER TABLE post
|
||||
ALTER COLUMN url TYPE varchar(2000);
|
||||
|
||||
|
|
Loading…
Reference in a new issue