Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
re2o
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
ed91cdcf
Commit
ed91cdcf
authored
Jul 12, 2018
by
Hugo LEVY-FALK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Recolle les fixations ensemble
parent
5dc59035
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
CHANGELOG.md
CHANGELOG.md
+8
-0
machines/migrations/0084_role.py
machines/migrations/0084_role.py
+1
-1
machines/migrations/0085_role_specific_role.py
machines/migrations/0085_role_specific_role.py
+1
-1
No files found.
CHANGELOG.md
View file @
ed91cdcf
...
...
@@ -120,3 +120,11 @@ Don't forget to run migrations, several settings previously in the `preferences`
in their own Payment models.
To have a closer look on how the payments works, please go to the wiki.
## MR xxx: Add role models
Adds the Role model.
You need to ensure that your database character set is utf-8.
```
sql
ALTER
DATABASE
re2o
CHARACTER
SET
utf8
;
```
machines/migrations/008
3
_role.py
→
machines/migrations/008
4
_role.py
View file @
ed91cdcf
...
...
@@ -9,7 +9,7 @@ import re2o.mixins
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'machines'
,
'008
2_auto_20180621_1524
'
),
(
'machines'
,
'008
3_remove_duplicate_rights
'
),
]
operations
=
[
...
...
machines/migrations/00
94
_role_specific_role.py
→
machines/migrations/00
85
_role_specific_role.py
View file @
ed91cdcf
...
...
@@ -8,7 +8,7 @@ from django.db import migrations, models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'machines'
,
'00
93_merge_20180710_0226
'
),
(
'machines'
,
'00
84_role
'
),
]
operations
=
[
...
...
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