* putty my manifest entry last
This commit is contained in:
commit
292f77c8df
1
manifest
1
manifest
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
alter table notifications rename column type to description;
|
||||
Loading…
Reference in New Issue