Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Oct 8, 2021
1 parent d7966ee commit bf916c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/alter_table
Original file line number Diff line number Diff line change
Expand Up @@ -2017,4 +2017,4 @@ statement error duplicate constraint name: "test_if_not_exists_check"
ALTER TABLE test_if_not_exists ADD CONSTRAINT test_if_not_exists_check CHECK (hash in ('1', '2', '3'));

statement ok
ALTER TABLE test_if_not_exists ADD CONSTRAINT IF NOT EXISTS test_if_not_exists_check CHECK (hash in ('1', '2', '3'));
ALTER TABLE test_if_not_exists ADD CONSTRAINT IF NOT EXISTS test_if_not_exists_check CHECK (hash in ('1', '2', '3'));

0 comments on commit bf916c9

Please sign in to comment.