* putty my manifest entry last

This commit is contained in:
Seth Call 2013-04-10 01:14:20 -05:00
commit 292f77c8df
2 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,5 @@ collapse_user_and_admin.sql
default_gender_to_null.sql
subscribe_email.sql
notifications.sql
notification_type_col_rename.sql
artifact_metadata.sql

View File

@ -0,0 +1 @@
alter table notifications rename column type to description;