aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.xml
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-07-20 14:12:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-07-20 14:12:26 +0300
commit88da1215cc9c1790f3cd111417dae72910c8f2fc (patch)
tree67ad7ebfb2d3c18bf92436fe1933f1ea3893bacb /bpkg/package.xml
parenta3bf80032f639fe079ce37514e84dc1a1d85c3ed (diff)
Fix recent database migrations drop regenerating package.xml
Diffstat (limited to 'bpkg/package.xml')
-rw-r--r--bpkg/package.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/bpkg/package.xml b/bpkg/package.xml
index 0cb00c1..6c17f11 100644
--- a/bpkg/package.xml
+++ b/bpkg/package.xml
@@ -1,7 +1,5 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="sqlite" version="1">
- <changeset version="5"/>
-
- <model version="4">
+ <model version="5">
<table name="repository_fragment" kind="object">
<column name="name" type="TEXT" null="true"/>
<column name="url" type="TEXT" null="true"/>