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
98d64925
Commit
98d64925
authored
Jan 22, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed broken migration
parent
611c5a87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
db/migrate/20120119203233_fix_notable_key.rb
db/migrate/20120119203233_fix_notable_key.rb
+0
-5
db/migrate/20120121122616_fix_noteable_id.rb
db/migrate/20120121122616_fix_noteable_id.rb
+0
-1
No files found.
db/migrate/20120119203233_fix_notable_key.rb
deleted
100644 → 0
View file @
611c5a87
class
FixNotableKey
<
ActiveRecord
::
Migration
def
change
change_column
:notes
,
:noteable_id
,
:integer
,
:limit
=>
11
end
end
db/migrate/20120121122616_fix_noteable_id.rb
View file @
98d64925
...
...
@@ -4,6 +4,5 @@ class FixNoteableId < ActiveRecord::Migration
end
def
down
change_column
:notes
,
:noteable_id
,
:integer
,
:limit
=>
11
end
end
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