Initial import of CVS-v2_8_branch

This commit is contained in:
Fred Gleason
2014-08-12 15:13:02 -04:00
commit afd67c7af8
1508 changed files with 405304 additions and 0 deletions

View 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