Skip to content

Commit

Permalink
Typo on column name (hepabolu#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Sadowski committed Oct 28, 2019
1 parent 0fbdab7 commit 3e8ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mytap-column.sql
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ BEGIN
' does not exist')));
END IF;

RETURN ok(NOT _col_has_non_unique_index(sname, tname, cname), descriptio);
RETURN ok(NOT _col_has_non_unique_index(sname, tname, cname), description);
END //

/****************************************************************************/
Expand Down

0 comments on commit 3e8ff61

Please sign in to comment.