SQL string does not contain any statement
I currently have 1 sqliteTable on my schema and 1 migration, so I wan't to create a new table and migration. When I run the
this is my migrate.ts file
drizzle-kit generate:sqlite command, all works well, but when I run the migrate... one error heppens: LibsqlError: SQL_NO_STATEMENT: SQL string does not contain any statementthis is my migrate.ts file