]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - db/08to09.sql
update database to allow large posts
[quix0rs-gnu-social.git] / db / 08to09.sql
index 892df4a39f626e72dd850aeb89929ad7221efef2..e8518a98dd125db0b7df83983c828ff22a027006 100644 (file)
@@ -1,2 +1,3 @@
-// SQL commands to update an 0.8.x version of Laconica
-// to 0.9.x.
+alter table notice
+     modify column content text comment 'update content';
+