You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: database/cockroachdb/TUTORIAL.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ And in the `.down.sql` let's delete it:
50
50
```
51
51
DROP TABLE IF EXISTS example.users;
52
52
```
53
-
By adding `IF EXISTS/IF NOT EXISTS` we are making migrations idempotent - you can read more about idempotency in [getting started](GETTING_STARTED.md#create-migrations)
53
+
By adding `IF EXISTS/IF NOT EXISTS` we are making migrations idempotent - you can read more about idempotency in [getting started](/GETTING_STARTED.md#create-migrations)
54
54
55
55
## Run migrations
56
56
```
@@ -139,4 +139,4 @@ func main() {
139
139
}
140
140
}
141
141
```
142
-
You can find details [here](README.md#use-in-your-go-project)
142
+
You can find details [here](README.md#use-in-your-go-project)
0 commit comments