fix: [CDE-424]:add migration for gitspace_configs table (#2878)

* update query
* add migration
devcontainer-setup
Deepak Bhatt 2024-10-28 12:43:09 +00:00 committed by Harness
parent 69a815ee1e
commit f94bc6b462
4 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,2 @@
UPDATE gitspace_configs
SET gconf_is_marked_for_deletion = gconf_is_deleted;

View File

@ -0,0 +1,3 @@
UPDATE gitspace_configs
SET gconf_is_marked_for_deletion = gconf_is_deleted
where gconf_is_marked_for_deletion = false;

View File

@ -0,0 +1,2 @@
UPDATE gitspace_configs
SET gconf_is_marked_for_deletion = gconf_is_deleted;

View File

@ -0,0 +1,3 @@
UPDATE gitspace_configs
SET gconf_is_marked_for_deletion = gconf_is_deleted
where gconf_is_marked_for_deletion = false;