Skip to content

Commit d43cd2a

Browse files
Merge pull request #114 from PanDAWMS/v0.0.30
Correcting pandadb_version in the patch file
2 parents 96e6b7e + b0e1dc8 commit d43cd2a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schema/postgres/sqls/patches/0.0.30.patch.sql

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,11 @@ CREATE INDEX idx_worker_node_cpu_model_norm
145145

146146
CREATE INDEX idx_worker_node_cpu_type_norm
147147
ON doma_panda.cpu_benchmarks (cpu_type_normalized);
148+
149+
-- Update schema version
150+
-- first delete server and jedi entries
151+
TRUNCATE TABLE doma_panda.pandadb_version;
152+
153+
INSERT INTO doma_panda.pandadb_version (component, major, minor, patch)
154+
VALUES ('PanDA', 0, 0, 30);
155+
commit;

0 commit comments

Comments
 (0)