aboutsummaryrefslogtreecommitdiff
path: root/brep/package.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-07-12 17:26:45 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-07-14 18:07:18 +0300
commite60108713590ccee83da7e2581a43fd5fda5c8ce (patch)
tree59650cce83b69e527040560482bba7c8513ab17e /brep/package.xml
parent8701276b3d98b5c6f927e2865ee6a915296033c1 (diff)
Add repository certificate info to the About page
Diffstat (limited to 'brep/package.xml')
-rw-r--r--brep/package.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/brep/package.xml b/brep/package.xml
index 14598a5..98c0f02 100644
--- a/brep/package.xml
+++ b/brep/package.xml
@@ -1,5 +1,5 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" version="1">
- <model version="2">
+ <model version="3">
<table name="repository" kind="object">
<column name="name" type="TEXT" null="false"/>
<column name="location" type="TEXT" null="false"/>
@@ -10,7 +10,12 @@
<column name="email_comment" type="TEXT" null="true"/>
<column name="summary" type="TEXT" null="true"/>
<column name="description" type="TEXT" null="true"/>
- <column name="local_path" type="TEXT" null="false"/>
+ <column name="cache_location" type="TEXT" null="false"/>
+ <column name="certificate_fingerprint" type="TEXT" null="true"/>
+ <column name="certificate_name" type="TEXT" null="true"/>
+ <column name="certificate_organization" type="TEXT" null="true"/>
+ <column name="certificate_email" type="TEXT" null="true"/>
+ <column name="certificate_pem" type="TEXT" null="true"/>
<column name="packages_timestamp" type="BIGINT" null="false"/>
<column name="repositories_timestamp" type="BIGINT" null="false"/>
<column name="internal" type="BOOLEAN" null="false"/>