mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 18:59:12 -06:00
kick ci
This commit is contained in:
@@ -17,7 +17,8 @@ teardown() {
|
||||
|
||||
dolt sql <<SQL
|
||||
CREATE TABLE test (pk int PRIMARY KEY);
|
||||
INSERT INTO test VALUES (1),(2),(3),(4),(5);
|
||||
INSERT INTO test VALUES
|
||||
(1),(2),(3),(4),(5);
|
||||
SQL
|
||||
|
||||
run dolt gc
|
||||
|
||||
Reference in New Issue
Block a user