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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
b7d98cc2
Commit
b7d98cc2
authored
Nov 22, 2018
by
Jan Provaznik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed conflicts in migrations
parent
21ebb2dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
db/migrate/20161007073613_create_user_activities.rb
db/migrate/20161007073613_create_user_activities.rb
+0
-5
db/post_migrate/20161128170531_drop_user_activities_table.rb
db/post_migrate/20161128170531_drop_user_activities_table.rb
+0
-3
No files found.
db/migrate/20161007073613_create_user_activities.rb
View file @
b7d98cc2
<<<<<<<
HEAD
=======
class
CreateUserActivities
<
ActiveRecord
::
Migration
[
4.2
]
DOWNTIME
=
false
>>>>>>>
upstream
/
master
class
CreateUserActivities
<
ActiveRecord
::
Migration
[
4.2
]
# Set this constant to true if this migration requires downtime.
...
...
db/post_migrate/20161128170531_drop_user_activities_table.rb
View file @
b7d98cc2
<<<<<<<
HEAD
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
=======
>>>>>>>
upstream
/
master
class
DropUserActivitiesTable
<
ActiveRecord
::
Migration
[
4.2
]
include
Gitlab
::
Database
::
MigrationHelpers
...
...
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