From 632513b74765481788ac7405bf28da24b8ae9ed5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 Apr 2018 13:58:58 +0200 Subject: new column in `package_sources`: `commit_time` --- bin/bootstrap-mysql | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/bootstrap-mysql') 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)' \ -- cgit v1.2.3