diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-20 15:17:26 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-11-26 10:39:50 +0200 |
commit | f7f899aabfa43515ae645d16b9b94738eed4d07d (patch) | |
tree | 4e08c4fa6f62311f7476fbf86fca61b8d86deb9d /libbrep/package.xml | |
parent | ae9c34d3256de0edb53d6965969ae740e63be82d (diff) |
Add support for tenant service reference count
Diffstat (limited to 'libbrep/package.xml')
-rw-r--r-- | libbrep/package.xml | 6 |
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"/> |