Changeset 8478 for branches/pep/src/common/check_paths.py
- Timestamp:
- 08/09/07 17:39:18 (17 months ago)
- Files:
-
- 1 modified
-
branches/pep/src/common/check_paths.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/src/common/check_paths.py
r7754 r8478 43 43 # jids.jid text column will be JID if TC-related, room_jid if GC-related, 44 44 # ROOM_JID/nick if pm-related. 45 # also check optparser.py, which updates databases on gajim updates 45 46 cur.executescript( 46 47 ''' … … 75 76 76 77 CREATE INDEX idx_logs_jid_id_kind ON logs (jid_id, kind); 78 79 CREATE TABLE caps_cache ( 80 node TEXT, 81 ver TEXT, 82 ext TEXT, 83 data BLOB); 77 84 ''' 78 85 )
