mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 08:50:34 -06:00
Update drop-create.bats to use new generated constraint name.
This commit is contained in:
@@ -332,7 +332,7 @@ SQL
|
||||
[[ "$output" =~ "+ \`b\` tinyint NOT NULL," ]] || false
|
||||
[[ "$output" =~ "+ \`c\` varchar(10)," ]] || false
|
||||
[[ "$output" =~ "+ PRIMARY KEY (\`a\`)," ]] || false
|
||||
[[ "$output" =~ "+ CONSTRAINT \`chk_vk8cbuqc\` CHECK ((\`b\` > 0))" ]] || false
|
||||
[[ "$output" =~ "+ CONSTRAINT \`test_chk_vk8cbuqc\` CHECK ((\`b\` > 0))" ]] || false
|
||||
}
|
||||
|
||||
@test "drop-create: default changes" {
|
||||
|
||||
Reference in New Issue
Block a user