mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
Initial import of CVS-v2_8_branch
This commit is contained in:
12
docs/tables/feed_perms.txt
Normal file
12
docs/tables/feed_perms.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
FEED_PERMS Table Layout for Rivendell
|
||||
|
||||
The FEED_PERMS table holds data concerning which RSS feeds are
|
||||
are allowed to be accessed by which users. Following is the layout
|
||||
of a record in the FEED_PERMS table:
|
||||
|
||||
|
||||
FIELD NAME TYPE REMARKS
|
||||
---------------------------------------------------------------
|
||||
ID int(10) unsigned Primary key, auto increment
|
||||
USER_NAME char(255) From USERS.LOGIN_NAME
|
||||
KEY_NAME char(8) From FEEDS.KEYNAME
|
Reference in New Issue
Block a user