Änderung: parquet_store.py
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user