Skip to content

Commit

Permalink
corrects the name in the doc of the full-text-search-trigger to drop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-walter-ecologic authored and roji committed May 18, 2019
1 parent d86bd4e commit 67f24f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/mapping/full-text-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public partial class CreateProductTable : Migration
protected override void Down(MigrationBuilder migrationBuilder)
{
// Migrations for dropping of the column and the index will appear here, all we need to do is drop the trigger:
migrationBuilder.Sql("DROP TRIGGER product_search_vector");
migrationBuilder.Sql("DROP TRIGGER product_search_vector_update");
}
}
```
Expand Down

0 comments on commit 67f24f7

Please sign in to comment.