Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
a71d5d11b9d5
Commit
a71d5d11
authored
Jun 15, 2014
by
Dmitriy Zaporozhets
Browse files
Postgres requires not-null value for boolean field
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
c555473750a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/models/project.rb
View file @
a71d5d11
...
...
@@ -33,6 +33,7 @@
default_value_for
:issues_enabled
,
true
default_value_for
:merge_requests_enabled
,
true
default_value_for
:wiki_enabled
,
true
default_value_for
:wall_enabled
,
false
default_value_for
:snippets_enabled
,
true
ActsAsTaggableOn
.
strict_case_match
=
true
...
...
Write
Preview
Supports
Markdown
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