Fixing sql_format.

This commit is contained in:
Dessalines 2024-08-03 12:14:14 -04:00
parent 8f6fd53559
commit 33b9d8ef67
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
ALTER TABLE post
ALTER COLUMN url TYPE varchar(512);

View file

@ -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);