Cannot migrate/push after adding column to sqlite table
I'm new to Drizzle, so I assume I'm just doing things wrong.
I have a sqlite db with a bunch of tables.
If I add a single integer column to a table, then try to
drizzle-kit push:sqlite
I get the following error :
I would have thought adding a column wouldn't require me to delete my db and start again, so can anyone help me figure out what I'm doing wrong?
Thanks in advance for your help!1 Reply
I haven't used sqLite, but I am sure that it won't require you to delete your db.
'No config path provided, using default path
Reading config file' sounds like drizzle can't finde your drizzle configuration. I would double check all my drizzle related file paths. If it worked before, check if you changed anything in your file and directory strucutre. I had something like that when I tydied up my project and moved my db migrations into a different folder.
'/home/radh/src/radh/drizzle.config.ts'
Are you 100% sure that the path is correct?