Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
fe14384e
Commit
fe14384e
authored
Oct 13, 2014
by
Robert Schilling
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8021 from bbodenmiller/schema.rb
simplify schema.rb reset in upgrade guides
parents
f7b19023
2b3090d9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
doc/update/6.x-or-7.x-to-7.3.md
doc/update/6.x-or-7.x-to-7.3.md
+1
-2
doc/update/7.2-to-7.3.md
doc/update/7.2-to-7.3.md
+1
-2
No files found.
doc/update/6.x-or-7.x-to-7.3.md
View file @
fe14384e
...
...
@@ -64,12 +64,12 @@ sudo gem install bundler --no-ri --no-rdoc
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
```
For GitLab Community Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable
```
...
...
@@ -78,7 +78,6 @@ OR
For GitLab Enterprise Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable-ee
```
...
...
doc/update/7.2-to-7.3.md
View file @
fe14384e
...
...
@@ -18,12 +18,12 @@ sudo service gitlab stop
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
```
For GitLab Community Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable
```
...
...
@@ -32,7 +32,6 @@ OR
For GitLab Enterprise Edition:
```
bash
sudo
-u
git
-H
git checkout
--
db/schema.rb
# local changes will be restored automatically
sudo
-u
git
-H
git checkout 7-3-stable-ee
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment