File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - name : Install PowerSync CLI
2828 # todo: replace with npm install powersync
29- run : npm install powersync-ja/temp-cli
29+ run : npm install https://github.com/ powersync-ja/temp-cli.git
3030
3131 - name : Deploy sync config
3232 env :
Original file line number Diff line number Diff line change 11streams :
22 owned_lists :
33 query : SELECT * FROM lists WHERE owner_id = auth.user_id()
4- # list_todos:
5- # query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
4+ list_todos :
5+ query : SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
66
77config :
88 # see https://docs.powersync.com/sync/advanced/compatibility
You can’t perform that action at this time.
0 commit comments