mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-24 00:59:41 -06:00
Merge pull request #9667 from dolthub/tim/another-unskip
Fix another primary key ordering test
This commit is contained in:
@@ -573,9 +573,9 @@ SQL
|
||||
}
|
||||
|
||||
@test "primary-key-changes: correct diff is returned even with a new added column" {
|
||||
skip "TODO implement PK ordering for SHOW CREATE TABLE"
|
||||
|
||||
dolt sql -q "CREATE table t (pk int, val int, primary key (pk, val))"
|
||||
dolt add .
|
||||
dolt commit -am "cm1"
|
||||
|
||||
dolt checkout -b test
|
||||
|
||||
Reference in New Issue
Block a user