| |
");"
|
| |
"INSERT INTO packages (id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| - |
"automatic, licenselogic, pkg_format_version) "
|
| + |
"automatic, licenselogic, time, pkg_format_version) "
|
| |
"SELECT id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| |
"automatic, licenselogic, time, pkg_format_version "
|
| |
");"
|
| |
"INSERT INTO packages (id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| - |
"automatic, licenselogic, pkg_format_version) "
|
| + |
"automatic, licenselogic, time, pkg_format_version) "
|
| |
"SELECT id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| |
"automatic, licenselogic, time, pkg_format_version "
|
| |
"CREATE UNIQUE INDEX packages_unique ON packages(origin, name);"
|
| |
"INSERT INTO packages (id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| - |
"automatic, licenselogic, pkg_format_version) "
|
| + |
"automatic, licenselogic, time, pkg_format_version) "
|
| |
"SELECT id, origin, name, version, comment, desc, "
|
| |
"mtree_id, message, arch, maintainer, www, prefix, flatsize, "
|
| |
"automatic, licenselogic, time, pkg_format_version "
|