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
Allow to run SQL queries like: UPDATE table SET col1=val1, col2=val2 WHERE condition;
on local-only _tables that are not synced. It's not a problem because local-only tables do not generate CRDT messages.
The text was updated successfully, but these errors were encountered:
Allow to run SQL queries like:
UPDATE table SET col1=val1, col2=val2 WHERE condition;
on local-only _tables that are not synced. It's not a problem because local-only tables do not generate CRDT messages.
The text was updated successfully, but these errors were encountered: