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/build-extra.sql | |
parent | ae9c34d3256de0edb53d6965969ae740e63be82d (diff) |
Add support for tenant service reference count
Diffstat (limited to 'libbrep/build-extra.sql')
-rw-r--r-- | libbrep/build-extra.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbrep/build-extra.sql b/libbrep/build-extra.sql index 0c0f010..3134fbb 100644 --- a/libbrep/build-extra.sql +++ b/libbrep/build-extra.sql @@ -50,6 +50,7 @@ CREATE FOREIGN TABLE build_tenant ( archived BOOLEAN NOT NULL, service_id TEXT NULL, service_type TEXT NULL, + service_ref_count BIGINT NULL, service_data TEXT NULL, unloaded_timestamp BIGINT NULL, unloaded_notify_interval BIGINT NULL, |