aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-11-20 15:17:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-12-10 16:44:55 +0200
commit475771f84d3fb6197fea772d67e5a59c46b512e5 (patch)
treed3a80f655cb0261d5cfd5728a5159e064050320c /libbrep/package.xml
parent40a3855e2341529624050b4324e73e774967111a (diff)
Add support for tenant service reference count
Diffstat (limited to 'libbrep/package.xml')
-rw-r--r--libbrep/package.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/libbrep/package.xml b/libbrep/package.xml
index 8b6c706..ac48ec4 100644
--- a/libbrep/package.xml
+++ b/libbrep/package.xml
@@ -1,4 +1,10 @@
<changelog xmlns="http://www.codesynthesis.com/xmlns/odb/changelog" database="pgsql" schema-name="package" version="1">
+ <changeset version="36">
+ <alter-table name="tenant">
+ <add-column name="service_ref_count" type="BIGINT" null="true"/>
+ </alter-table>
+ </changeset>
+
<changeset version="35">
<alter-table name="package">
<add-column name="reviews_pass" type="BIGINT" null="true"/>