Procházet zdrojové kódy

db-doc: permissions description

tags/v6.0.0RC1
Andreas Fischer před 10 roky
rodič
revize
d083108e72
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6
    1
      db_structure.xml

+ 6
- 1
db_structure.xml Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit