Skip to content

Commit 89162c4

Browse files
authored
chore: Cleanup migration test metadata (sourcegraph#30388)
1 parent 3069926 commit 89162c4

File tree

17 files changed

+13
-15
lines changed

17 files changed

+13
-15
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
-- Some docs here
2-
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx ON tbl(col1, col2, col3);
1+
10001 DOWN
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
name: first
1+
name: 'first'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DROP INDEX IF EXISTS idx;
1+
10001 UP
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- Some docs here
2+
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx ON tbl(col1, col2, col3);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: 'second'
2+
parent: 10001
3+
createIndexConcurrently: true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX IF EXISTS idx;
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
name: 'first'
2-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
name: 'first'
2-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
name: 'first'
2-
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
name: 'first'
2-

0 commit comments

Comments
 (0)