Skip to content
Snippets Groups Projects
Verified Commit 1386ed28 authored by Martin Weise's avatar Martin Weise
Browse files

Updated the charts

parent 6193db53
Branches
Tags
1 merge request!371Hotfix the wrong user id, ref #480
......@@ -15,12 +15,16 @@ ALTER TABLE `mdb_tables`
DROP SYSTEM VERSIONING;
ALTER TABLE `mdb_tables`
ADD COLUMN `is_schema_public` BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE `mdb_tables`
ADD COLUMN `is_public` BOOLEAN NOT NULL DEFAULT TRUE;
ALTER TABLE `mdb_tables`
DROP FOREIGN KEY `mdb_tables_ibfk_2`;
ALTER TABLE `mdb_tables`
DROP COLUMN `created_by`;
UPDATE `mdb_tables`
SET `is_schema_public` = `is_public`;
UPDATE `mdb_tables` t
SET `is_schema_public` = (SELECT d.is_public FROM mdb_databases d where d.id = t.tDBID);
UPDATE `mdb_tables` t
SET `is_schema_public` = (SELECT d.is_public FROM mdb_databases d where d.id = t.tDBID);
ALTER TABLE `mdb_tables`
ADD SYSTEM VERSIONING;
......
No preview for this file type
......@@ -4,9 +4,9 @@ dependencies:
version: 20.2.1
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.3.4
version: 16.3.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:98a68ef67facda82298174f5bae4e07abd0998e0440002390583a1be97b17aee
generated: "2025-01-01T15:05:43.198633687+01:00"
version: 2.29.0
digest: sha256:a536e19612db24ddcd6f55031b2a2bfcb10d5c328edac09876a106dc471482fc
generated: "2025-01-08T08:47:53.829182441+01:00"
File deleted
File added
File deleted
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment