SPS | Shootmail
Explore posts from serversDTDrizzle Team
•Created by SPS | Shootmail on 9/20/2023 in #help
push:sqlite creating weird tables
Alright, will try this.
8 replies
DTDrizzle Team
•Created by SPS | Shootmail on 9/20/2023 in #help
push:sqlite creating weird tables
You are saying if i use migrations, i will not have these problems?
8 replies
DTDrizzle Team
•Created by SPS | Shootmail on 9/20/2023 in #help
push:sqlite creating weird tables
Should I use migrations instead to avoid these problems?
8 replies
DTDrizzle Team
•Created by SPS | Shootmail on 9/20/2023 in #help
push:sqlite creating weird tables
This is creating a lot of problems lately. Every time I do a push, it fails because of these tables.
8 replies
DTDrizzle Team
•Created by SPS | Shootmail on 9/20/2023 in #help
push:sqlite creating weird tables
For almost every insert now tables are referncing these
__old
tables
8 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Thanks
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Hey @Andrew Sherman were you able to check this?
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Sure
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
But didn't work with the remote db that already had tables and data
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
I was trying push:sqlite against remote turso db database. Then I tried with a fresh local turso db and it worked.
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
1. Added these two tables:
2. Removed a table named
auth_key
3. In the users
table earlier only the id
was primaryKey, now I have changed it to a composite key of id, organizationId
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
*push:sqlite
32 replies
DTDrizzle Team
•Created by thdxr on 7/17/2023 in #help
Cannot read properties of undefined (reading 'columns')
Getting this in
0.19.13
with sqlite:push32 replies
DTDrizzle Team
•Created by SPS | Shootmail on 6/29/2023 in #help
Can't figure out how to design relational query
Sorry i am on phone so couldn't format correctly
9 replies
DTDrizzle Team
•Created by SPS | Shootmail on 6/29/2023 in #help
Can't figure out how to design relational query
Here is what i ended up doing
9 replies
DTDrizzle Team
•Created by SPS | Shootmail on 7/1/2023 in #help
Modelling self relations
Got it
relationName
is what I needed, it's not documented though
10 replies
DTDrizzle Team
•Created by SPS | Shootmail on 7/1/2023 in #help
Modelling self relations
I want to retrieve a category along with its parent and sub-categories.
10 replies
DTDrizzle Team
•Created by SPS | Shootmail on 6/29/2023 in #help
Can't figure out how to design relational query
Got it, that's what I ended up doing. Thanks!
9 replies
DTDrizzle Team
•Created by SPS | Shootmail on 6/29/2023 in #help
Can't figure out how to design relational query
In this case, I will arrive at problem no 2 I have mentioned above. I can set the value for limit and offset but i cannot set filter for category slug.
9 replies