close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jan 5, 2011, 2:29:53 AM (16 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v13
|
v14
|
|
| 43 | 43 | {{{table tiles (z integer, x integer, y integer, tile blob, extension varchar(10), unix_epoch_timestamp integer, primary key (z, x, y, extension))}}}[[br]][[br]] |
| 44 | 44 | The only difference in the structure is that the lookup databases only stores the name of the store for given coordinates and the store database stores the actual blob. |
| 45 | | Both also have a table called called version which has an integer column called v. There is a single 1 inserted, which indicates the current version of the table. |
| | 45 | Both also have a table called version which has an integer column called v. There is a single 1 inserted, which indicates the current version of the table. |
| 46 | 46 | |
| 47 | 47 | These database files are stored in the |