miles-kt-inkeep
Results
2
comments of
miles-kt-inkeep
hmm I am using `drizzle-kit generate` to generate the migration SQL from the schema and then `drizzle-kit migrate` to apply the SQL. `drizzle-kit push` fails for me as well with...
here is the full log from drizzle ``` Query: insert into "data_components" ("tenant_id", "id", "project_id", "name", "description", "props", "render", "created_at", "updated_at") values ($1, $2, $3, $4, $5, default, $6, default,...