mirror of https://github.com/harness/drone.git
fix: [CDE-424]:add migration for gitspace_configs table (#2878)
* update query * add migrationdevcontainer-setup
parent
69a815ee1e
commit
f94bc6b462
|
@ -0,0 +1,2 @@
|
|||
UPDATE gitspace_configs
|
||||
SET gconf_is_marked_for_deletion = gconf_is_deleted;
|
|
@ -0,0 +1,3 @@
|
|||
UPDATE gitspace_configs
|
||||
SET gconf_is_marked_for_deletion = gconf_is_deleted
|
||||
where gconf_is_marked_for_deletion = false;
|
|
@ -0,0 +1,2 @@
|
|||
UPDATE gitspace_configs
|
||||
SET gconf_is_marked_for_deletion = gconf_is_deleted;
|
|
@ -0,0 +1,3 @@
|
|||
UPDATE gitspace_configs
|
||||
SET gconf_is_marked_for_deletion = gconf_is_deleted
|
||||
where gconf_is_marked_for_deletion = false;
|
Loading…
Reference in New Issue