KDave73🔱
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
if i understand that right , when i generate my database at the start , should I only continiously use either drizzle-kit push or drizzle-kit generate and not together?
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
thank you very much , i recreated the db , and my migrations folder and it now works. So I used push and generate together , that was the mistake then?Something got messed up?
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
Have you found something? Because I have still no clue 😄
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
yes , so in sveltekit at the /register route i have a +page.server.ts , which has a register form action. When I submit my form it fires. Everything seems good , the user is created in the database , but when it gets to the await createAndSetSession(lucia , userId , event.cookies) section it throws an error like this
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
still not working here is the github repo
15 replies
DTDrizzle Team
•Created by KDave73🔱 on 4/16/2024 in #help
SqliteError:no such table : main.__old_push_users
I had a default value of CURRENT_TIMESTAMP , should i change it to (CURRENT_TIMESTAMP) or the capitalization doesent matter?
15 replies