index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/bootstrap-mysql | 1 |
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql index afe9c42..ca84bcf 100755 --- a/bin/bootstrap-mysql +++ b/bin/bootstrap-mysql @@ -111,6 +111,7 @@ if [ ! "$1" = 'slim' ]; then ' upstream_package_repository SMALLINT :upstream_repositories' \ ' uses_upstream BIT' \ ' uses_modification BIT' \ + ' commit_time DATETIME' \ ' UNIQUE content pkgbase git_revision mod_git_revision' \ 'upstream_repositories SMALLINT' \ ' name VARCHAR(64)' \ |