Thank you, feel free to ask if you need further information to reproduce
Thank you, feel free to ask if you need further information to reproduce










/site directory where I keep my frontend and is what is built when I run npm run build to the /dist directory./functions directory which is of course where I am storing my backend API./sql directory to house the SQL and migrations?count(distinct "id") I get rows_written in meta?

849f0f66-2128-44b7-ab25-8776dacfb571 (in case it's needed)

SQL execute error: database or disk is full errors on our D1 db, we are using 104.86 MB and are on a paid plan. (DB ID is 2211f2a0-4f44-4b32-b1a6-01b4d3f09f0a if it helps)npx wrangler d1 info <dbname> on that DB?/sitenpm run build/dist/functions/sqlcount(distinct "id"){
"collectionItems": {
"success": true,
"meta": {
"served_by": "v3-prod",
"duration": 0.6292,
"changes": 0,
"last_row_id": 0,
"changed_db": false,
"size_after": 3862528,
"rows_read": 1014,
"rows_written": 342
},
"results": [
{
"count(distinct \"id\")": 342
}
]
}
}849f0f66-2128-44b7-ab25-8776dacfb571SQL execute error: database or disk is full2211f2a0-4f44-4b32-b1a6-01b4d3f09f0anpx wrangler d1 info <dbname>➜ ~ npx wrangler d1 info odometer ✘ 1
┌────────────┬──────────────────────────────────────┐
│ │ 2211f2a0-4f44-4b32-b1a6-01b4d3f09f0a │
├────────────┼──────────────────────────────────────┤
│ name │ odometer │
├────────────┼──────────────────────────────────────┤
│ created_at │ 2023-06-08T10:24:40.711Z │
├────────────┼──────────────────────────────────────┤
│ version │ alpha │
├────────────┼──────────────────────────────────────┤
│ num_tables │ 2 │
├────────────┼──────────────────────────────────────┤
│ file_size │ 105 MB