Skip to content

Commit 7980e33

Browse files
author
Oleksii Moskalenko
authored
subscription migration (#838)
1 parent 4e3b757 commit 7980e33

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE stores
2+
SET subscriptions = array_to_string(string_to_array(subscriptions, ':') || '{false}', ':')
3+
WHERE array_length(string_to_array(subscriptions, ':'), 1) = 2;

0 commit comments

Comments
 (0)