Commit 5f14a6bc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

annotated

parent a31fe1a6
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# public :boolean default(FALSE), not null # public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null # issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255) # issues_tracker_id :string(255)
# snippets_enabled :boolean default(TRUE), not null
# #
require "grit" require "grit"
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
# can_create_team :boolean default(TRUE), not null # can_create_team :boolean default(TRUE), not null
# state :string(255) # state :string(255)
# color_scheme_id :integer default(1), not null # color_scheme_id :integer default(1), not null
# notification_level :integer default(1), not null
# #
class User < ActiveRecord::Base class User < ActiveRecord::Base
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
# public :boolean default(FALSE), not null # public :boolean default(FALSE), not null
# issues_tracker :string(255) default("gitlab"), not null # issues_tracker :string(255) default("gitlab"), not null
# issues_tracker_id :string(255) # issues_tracker_id :string(255)
# snippets_enabled :boolean default(TRUE), not null
# #
require 'spec_helper' require 'spec_helper'
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
# can_create_team :boolean default(TRUE), not null # can_create_team :boolean default(TRUE), not null
# state :string(255) # state :string(255)
# color_scheme_id :integer default(1), not null # color_scheme_id :integer default(1), not null
# notification_level :integer default(1), not null
# #
require 'spec_helper' require 'spec_helper'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment