Change table update strategy to full recreation every time

This commit is contained in:
2026-04-05 07:10:26 +01:00
parent b46ff44dc7
commit 685d47d91f
5 changed files with 84 additions and 209 deletions
-1
View File
@@ -110,7 +110,6 @@ export type BUN_SQLITE_FieldSchemaType = {
fieldName?: string;
fieldDescription?: string;
originName?: string;
updatedField?: boolean;
dataType: (typeof BUN_SQLITE_DATATYPES)[number]["value"];
nullValue?: boolean;
notNullValue?: boolean;