exekias
exekias
XXata
Created by Michael Schaufelberger on 11/19/2024 in #help
How can I get data from a different table when adding a column? - Multi Schema Migrations
uhm I don't think so, basically you have access to the whole schema
8 replies
XXata
Created by Michael Schaufelberger on 11/19/2024 in #help
How can I get data from a different table when adding a column? - Multi Schema Migrations
thank you for confirming btw! I've created this issue to follow up: https://github.com/xataio/pgroll/issues/473
8 replies
XXata
Created by Michael Schaufelberger on 11/19/2024 in #help
How can I get data from a different table when adding a column? - Multi Schema Migrations
I wonder if pgroll should always add these () automatically 🤔
8 replies
XXata
Created by Michael Schaufelberger on 11/19/2024 in #help
How can I get data from a different table when adding a column? - Multi Schema Migrations
uhm this is a good one! can you try putting that same query between parentheses? (select \"fullName\" from users where users.id = userId)
8 replies
XXata
Created by Rick182 on 5/6/2024 in #help
Non-default file attributes not accessible via Kysely query builder
Hi @Rick182 ! I'm afraid it's not possible to access signedUrl via SQL as of today, you would need to use the data API (ie with the Xata SDK) to get this field. We have been discussing this issue internally and want to eventually expose signedUrl & others via SQL!
3 replies
XXata
Created by Eusebio Trigo on 8/21/2023 in #help
Migrations across workspaces
ah, I see you use other branches besides the main one. This would only work for the main branch
21 replies
XXata
Created by Eusebio Trigo on 8/21/2023 in #help
Migrations across workspaces
would that work for you?
21 replies
XXata
Created by Eusebio Trigo on 8/21/2023 in #help
Migrations across workspaces
Hi! If you use the Xata workflow to handle your schema (more info here: https://xata.io/docs/getting-started/workflow), you can connect as many databases as you want to your repo. Then the schema changes will happen to all connected databases every time you push a new migration to the repo.
21 replies