summaryrefslogtreecommitdiff
path: root/db/08to09.sql
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-20 16:53:00 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-21 06:33:20 -0400
commitd94a4eae8a68014c2f78ede52364d410c274cbbf (patch)
tree33e907a7efd47a5f45a78ebe6894156d6d832405 /db/08to09.sql
parentc8b3557802733f4eb60bad18638298d9acfadf8c (diff)
update database to allow large posts
Diffstat (limited to 'db/08to09.sql')
-rw-r--r--db/08to09.sql5
1 files changed, 3 insertions, 2 deletions
diff --git a/db/08to09.sql b/db/08to09.sql
index 892df4a39..e8518a98d 100644
--- a/db/08to09.sql
+++ b/db/08to09.sql
@@ -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';
+