Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
d083108e
Commit
d083108e
authored
Nov 26, 2013
by
Andreas Fischer
Browse files
db-doc: permissions description
parent
ea262824
Changes
1
Hide whitespace changes
Inline
Side-by-side
db_structure.xml
View file @
d083108e
...
...
@@ -395,11 +395,15 @@
</table>
<table>
<!--
Maps (fileid, user) to an integer which is a permission bitfield.
- E.g. (4, admin) -> 27
-->
<name>
*dbprefix*permissions
</name>
<declaration>
<!-- Foreign Key *dbprefix*filecache::fileid -->
<field>
<name>
fileid
</name>
<type>
integer
</type>
...
...
@@ -408,6 +412,7 @@
<length>
4
</length>
</field>
<!-- Foreign Key *dbprefix*users::uid -->
<field>
<name>
user
</name>
<type>
text
</type>
...
...
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