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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
4ecf17cf
Commit
4ecf17cf
authored
Nov 11, 2011
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
annotated
parent
1155f2d1
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
+4
-2
app/models/issue.rb
app/models/issue.rb
+1
-0
app/models/note.rb
app/models/note.rb
+1
-1
spec/models/issue_spec.rb
spec/models/issue_spec.rb
+1
-0
spec/models/note_spec.rb
spec/models/note_spec.rb
+1
-1
No files found.
app/models/issue.rb
View file @
4ecf17cf
...
@@ -54,5 +54,6 @@ end
...
@@ -54,5 +54,6 @@ end
# updated_at :datetime
# updated_at :datetime
# closed :boolean default(FALSE), not null
# closed :boolean default(FALSE), not null
# position :integer default(0)
# position :integer default(0)
# critical :boolean default(FALSE), not null
#
#
app/models/note.rb
View file @
4ecf17cf
...
@@ -38,7 +38,7 @@ end
...
@@ -38,7 +38,7 @@ end
# Table name: notes
# Table name: notes
#
#
# id :integer not null, primary key
# id :integer not null, primary key
# note :
string(255)
# note :
text
# noteable_id :string(255)
# noteable_id :string(255)
# noteable_type :string(255)
# noteable_type :string(255)
# author_id :integer
# author_id :integer
...
...
spec/models/issue_spec.rb
View file @
4ecf17cf
...
@@ -39,5 +39,6 @@ end
...
@@ -39,5 +39,6 @@ end
# updated_at :datetime
# updated_at :datetime
# closed :boolean default(FALSE), not null
# closed :boolean default(FALSE), not null
# position :integer default(0)
# position :integer default(0)
# critical :boolean default(FALSE), not null
#
#
spec/models/note_spec.rb
View file @
4ecf17cf
...
@@ -66,7 +66,7 @@ end
...
@@ -66,7 +66,7 @@ end
# Table name: notes
# Table name: notes
#
#
# id :integer not null, primary key
# id :integer not null, primary key
# note :
string(255)
# note :
text
# noteable_id :string(255)
# noteable_id :string(255)
# noteable_type :string(255)
# noteable_type :string(255)
# author_id :integer
# author_id :integer
...
...
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