diff --git a/sql/migrations.sql b/sql/migrations.sql
index c60dd070cdb0beaa1873107bd757848689c8911d..4dd308c51f8c3ad1da3871c782e63f978ea6d88d 100644
--- a/sql/migrations.sql
+++ b/sql/migrations.sql
@@ -49,3 +49,5 @@ drop table "streams";
 drop table "users";
 drop sequence "uid_seq";
 
+-- 2 up
+alter table "streams" add "description" text;