Overview
Comment: | Updated database schema to be more realistic |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 0c74d6321523cb17b8ba7bf63ca0c7227c92cc69 |
User & Date: | rkeene on 2014-09-07 11:08:29 |
Other Links: | manifest | tags |
Context
2014-09-07
| ||
11:24 | For now, build with a libtclkit check-in: eb0e4ee1e1 user: rkeene tags: trunk | |
11:08 | Updated database schema to be more realistic check-in: 0c74d63215 user: rkeene tags: trunk | |
11:01 | Formatting fixes check-in: 4c07c8ed11 user: rkeene tags: trunk | |
Changes
Modified README.md from [8ca0776d11] to [5b04e66b64].
23 23 type == file; extraData = size,sha1 24 24 25 25 /opt/appfs/hostname/{sha1,package/os-cpuArch/version}/file 26 26 Fetches: http://hostname/appfs/sha1/<sha1> 27 27 28 28 Database 29 29 -------- 30 - hostname_to_packages(hostname, sha1); 31 - package_info(sha1 PRIMARY KEY, package, version, os, cpuArch, isLatest) 30 + hostname_to_packages(hostname, sha1, package, version, os, cpuArch, isLatest) 32 31 package_to_files(package_sha1, type, time, source, size, file_sha1, name)