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.
- Timestamp:
-
Aug 20, 2007, 11:09:16 AM (16 years ago)
- Author:
-
mshkutkov
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v28
|
v29
|
|
65 | 65 | * ~~database_logger_remove_log~~ |
66 | 66 | |
| 67 | |
67 | 68 | * #2280 |
68 | 69 | |
… |
… |
|
73 | 74 | * External tool which allow simple manage your remote repository without Pidgin. (e.g. “Database log manager” or “FTP log manager”) |
74 | 75 | |
| 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 | |
75 | 104 | ---- |
76 | 105 | * - 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!