diff options
Diffstat (limited to 'db/08to09.sql')
-rw-r--r-- | db/08to09.sql | 5 |
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'; + |