Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
44a9afad
Commit
44a9afad
authored
Sep 21, 2022
by
Taico Aerts
Browse files
Options
Downloads
Patches
Plain Diff
Add required license field for communities
parent
40064756
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Release 22-09-2022
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/seeds/categories.yml
+3
-1
3 additions, 1 deletion
db/seeds/categories.yml
with
3 additions
and
1 deletion
db/seeds/categories.yml
+
3
−
1
View file @
44a9afad
...
...
@@ -9,6 +9,7 @@
tag_set_id: <%= TagSet.unscoped.where(name
:
'
Main').first.id %>
use_for_hot_posts
:
true
use_for_advertisement
:
true
license_id
:
<%= License.unscoped.first.id %>
-
name
:
Meta
short_wiki
:
Discussions and feedback about the site itself in Q&A format.
...
...
@@ -21,3 +22,4 @@
use_for_hot_posts
:
true
use_for_advertisement
:
false
color_code
:
bluegray
license_id
:
<%= License.unscoped.first.id %>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment