You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" LEFT JOIN cloudsync_site_id AS site_tbl ON t1.site_id = site_tbl.rowid "
151
-
" LEFT JOIN \"' || \"table_meta\" || '\" AS t2 ON t1.pk = t2.pk AND t2.col_name = ''"CLOUDSYNC_TOMBSTONE_VALUE"'' WHERE col_value != ''"CLOUDSYNC_RLS_RESTRICTED_VALUE"''' "
151
+
" LEFT JOIN \"' || \"table_meta\" || '\" AS t2 ON t1.pk = t2.pk AND t2.col_name = ''"CLOUDSYNC_TOMBSTONE_VALUE"'' "
152
+
" WHERE col_value IS NOT ''"CLOUDSYNC_RLS_RESTRICTED_VALUE"''' "
0 commit comments