Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Bascy committed Mar 19, 2014
1 parent a5b5a70 commit 7af0fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Announce/Announce.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ function schema() {
#2010-04-14
array( "CreateIndexSQL", array( "idx_plugin_announce_context", plugin_table( "context" ), "message_id, project_id, location", array( "UNIQUE" ) ) ),
#2014-03-18
array( "AddColumnSQL", array( plugin_table( "dismissed" ), "timestamp I NOTNULL UNSIGNED DEFAULT \" 0 \" " ) ),
array( "AddColumnSQL", array( plugin_table( 'dismissed' ),
"timestamp I NOTNULL UNSIGNED DEFAULT 0 " ) ),

}
}
Expand Down

0 comments on commit 7af0fef

Please sign in to comment.