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
Kazuhiko Shiozaki
gitlab-ce
Commits
6cb4e488
Commit
6cb4e488
authored
Oct 01, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'checkout_schema.rb' into 'master'
Clear changes to schema.rb when upgrading See merge request !1142
parents
3dde6bb3
b0400789
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
doc/update/6.x-or-7.x-to-7.3.md
doc/update/6.x-or-7.x-to-7.3.md
+2
-0
doc/update/7.2-to-7.3.md
doc/update/7.2-to-7.3.md
+2
-0
No files found.
doc/update/6.x-or-7.x-to-7.3.md
View file @
6cb4e488
...
...
@@ -69,6 +69,7 @@ sudo -u git -H git fetch --all
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
```
...
...
@@ -77,6 +78,7 @@ 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 @
6cb4e488
...
...
@@ -23,6 +23,7 @@ sudo -u git -H git fetch --all
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
```
...
...
@@ -31,6 +32,7 @@ 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