BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
20120119203233_fix_notable_key.rb
db/migrate/20120119203233_fix_notable_key.rb
+0
-5
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