Änderung: parquet_store.py

This commit is contained in:
knedlik
2026-03-01 13:11:28 +01:00
parent 20cd0b8547
commit 67170b8130
7 changed files with 83 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
begin;
alter table dashboards
add column dash_name text not null default "";
INSERT INTO schema_version (version) VALUES ('20260226_095800_add_col_dashname_dashboards');
COMMIT;