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: FAQ.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@
53
53
Yes, technically thats possible. We want to encourage you to contribute your driver to this respository though.
54
54
The driver's functionality is dictated by migrate's interfaces. That means there should really
55
55
just be one driver for a database/ source. We want to prevent a future where several drivers doing the exact same thing,
56
-
just implemented a bit differently, co-exist somewhere on Github. If users have to do research first to find the
56
+
just implemented a bit differently, co-exist somewhere on GitHub. If users have to do research first to find the
57
57
"best" available driver for a database in order to get started, we would have failed as an open source community.
58
58
59
59
#### Can I mix multiple sources during a batch of migrations?
@@ -76,4 +76,4 @@ No, it is done automatically.
76
76
Yes, you can use the migrate CLI in a non-Go project, but there are probably other libraries/frameworks available that offer better test and deploy integrations in that language/framework.
77
77
78
78
#### I have got an error `Dirty database version 1. Fix and force version`. What should I do?
79
-
Keep calm and refer to [the getting started docs](GETTING_STARTED.md#forcing-your-database-version).
79
+
Keep calm and refer to [the getting started docs](GETTING_STARTED.md#forcing-your-database-version).
Copy file name to clipboardExpand all lines: source/github_ee/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
# github ee
2
2
3
-
## Github Enterprise Edition
3
+
## GitHub Enterprise Edition
4
4
5
-
This driver is catered for those who run Github Enterprise under private infrastructure.
5
+
This driver is catered for those who run GitHub Enterprise under private infrastructure.
6
6
7
-
The below URL scheme illustrates how to source migration files from Github Enterprise.
7
+
The below URL scheme illustrates how to source migration files from GitHub Enterprise.
8
8
9
-
Github client for Go requires API and Uploads endpoint hosts in order to create an instance of Github Enterprise Client. We're making an assumption that the API and Uploads are available under `https://api.*` and `https://uploads.*` respectively. [Github Enterprise Installation Guide](https://help.github.com/en/enterprise/2.15/admin/installation/enabling-subdomain-isolation) recommends that you enable Subdomain isolation feature.
9
+
GitHub client for Go requires API and Uploads endpoint hosts in order to create an instance of GitHub Enterprise Client. We're making an assumption that the API and Uploads are available under `https://api.*` and `https://uploads.*` respectively. [GitHub Enterprise Installation Guide](https://help.github.com/en/enterprise/2.15/admin/installation/enabling-subdomain-isolation) recommends that you enable Subdomain isolation feature.
0 commit comments