Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 28 and Version 29 of RemoteLogging


Ignore:
Timestamp:
Aug 20, 2007, 11:09:16 AM (16 years ago)
Author:
mshkutkov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RemoteLogging

    v28 v29  
    6565  * ~~database_logger_remove_log~~
    6666
     67
    6768 * #2280
    6869
     
    7374 * External tool which allow simple manage your remote repository without Pidgin. (e.g. “Database log manager” or “FTP log manager”)
    7475
     76==  Database Tables ==
     77   * protocols
     78    * id: integer (PK)
     79    * name: string
     80   * accounts
     81    * id: integer (PK)
     82    * name: string
     83    * protocolId: integer (FK)
     84   * buddies
     85    * id: integer (PK)
     86    * name: string
     87    * type: integer
     88    * accountId: integer (FK)
     89   * conversations
     90    * id: integer (PK)
     91    * datetime: integer
     92    * size: integer
     93    * accountId: integer (FK)
     94    * buddyId integer (FK)
     95   * messages
     96    * id: integer (PK)
     97    * conversationId: integer (FK)
     98    * ownerName: string
     99    * datetime: integer
     100    * text: string
     101    * flags: integer
     102
     103
    75104----
    76105* - current work
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!