There was an error while loading. Please reload this page.
1 parent 4e3b757 commit 7980e33Copy full SHA for 7980e33
1 file changed
core/src/main/resources/db/migration/V2.2__Subscription_Migration.sql
@@ -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