2025-12-21T03:20:08.563717084Z [migrations] started
2025-12-21T03:20:08.569361289Z [migrations] 01-nginx-site-confs-default: executing...
2025-12-21T03:20:08.575871859Z [migrations] 01-nginx-site-confs-default: succeeded
2025-12-21T03:20:08.578889565Z [migrations] 02-default-location: executing...
2025-12-21T03:20:08.586070034Z [migrations] 02-default-location: succeeded
2025-12-21T03:20:08.586083181Z [migrations] done
2025-12-21T03:20:08.599341227Z usermod: no changes
2025-12-21T03:20:08.601327407Z ───────────────────────────────────────
2025-12-21T03:20:08.601334481Z 
2025-12-21T03:20:08.601338439Z       ██╗     ███████╗██╗ ██████╗
2025-12-21T03:20:08.601342367Z       ██║     ██╔════╝██║██╔═══██╗
2025-12-21T03:20:08.601346144Z       ██║     ███████╗██║██║   ██║
2025-12-21T03:20:08.601350042Z       ██║     ╚════██║██║██║   ██║
2025-12-21T03:20:08.601353820Z       ███████╗███████║██║╚██████╔╝
2025-12-21T03:20:08.601357718Z       ╚══════╝╚══════╝╚═╝ ╚═════╝
2025-12-21T03:20:08.601361565Z 
2025-12-21T03:20:08.601365103Z    Brought to you by linuxserver.io
2025-12-21T03:20:08.601368850Z ───────────────────────────────────────
2025-12-21T03:20:08.601681470Z 
2025-12-21T03:20:08.601694806Z To support LSIO projects visit:
2025-12-21T03:20:08.601699195Z https://www.linuxserver.io/donate/
2025-12-21T03:20:08.601702953Z 
2025-12-21T03:20:08.601706670Z ───────────────────────────────────────
2025-12-21T03:20:08.601710688Z GID/UID
2025-12-21T03:20:08.601714366Z ───────────────────────────────────────
2025-12-21T03:20:08.607228519Z 
2025-12-21T03:20:08.607238279Z User UID:    911
2025-12-21T03:20:08.607242067Z User GID:    911
2025-12-21T03:20:08.607245714Z ───────────────────────────────────────
2025-12-21T03:20:08.609055468Z Linuxserver.io version: 0.0.9-ls173
2025-12-21T03:20:08.609306123Z Build-date: 2025-12-21T03:10:38+00:00
2025-12-21T03:20:08.609317736Z ───────────────────────────────────────
2025-12-21T03:20:08.609322255Z     
2025-12-21T03:20:08.690337929Z Setting resolver to  8.8.8.8 8.8.4.4
2025-12-21T03:20:08.698371055Z Setting worker_processes to 64
2025-12-21T03:20:08.724049130Z generating self-signed keys in /config/keys, you can replace these with your own keys if required
2025-12-21T03:20:08.775401324Z .........+....+..+.+.........+........+.......+...+.....+.+..+...+.......+++++++++++++++++++++++++++++++++++++++*.........+.+......+.........+...........+...................+..+++++++++++++++++++++++++++++++++++++++*..+.+..............+.+.........+.....+...............+....+..+.........+....+..+.............+..+...+.......+........+.......+..+.+...........+...+.......+......+............+...+.....+...................+...........+............+.......+.....+.+........+...............+.+...+..+.+........+......+.............+.....+...+....+........+.+.....+.......+...+..+.........+...............+................+........+.+...........+..........+.....+.......+....................+.+.....+.......+..+.............+...+...........+...+...+...+...............+....++++++
2025-12-21T03:20:08.794140808Z .........+.............+......+............+...+.....+....+...+..+......+++++++++++++++++++++++++++++++++++++++*..+...+.+..............+.......+.....+...+...............+...+....+......+.........+.....+++++++++++++++++++++++++++++++++++++++*..+....+......+.....+.+........+.+.....+..........+.........+...+..+...+.......+..+.+............+..+....+.................+....+...+...+...+..............+.+............+........+....+...+........+.+...........+...+....+........+....+...+........+....++++++
2025-12-21T03:20:08.797333537Z -----
2025-12-21T03:20:08.848271416Z New container detected. Setting up app folder and fixing permissions.
2025-12-21T03:20:26.100831421Z query: SELECT * FROM "sqlite_master" WHERE "type" = 'table' AND "name" = 'migrations'
2025-12-21T03:20:26.105292855Z query: CREATE TABLE "migrations" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "timestamp" bigint NOT NULL, "name" varchar NOT NULL)
2025-12-21T03:20:26.127789505Z query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC
2025-12-21T03:20:26.128918448Z 0 migrations are already loaded in the database.
2025-12-21T03:20:26.128942937Z 3 migrations were found in the source code.
2025-12-21T03:20:26.128952667Z 3 migrations are new migrations that needs to be executed.
2025-12-21T03:20:26.129822889Z query: BEGIN TRANSACTION
2025-12-21T03:20:26.131897667Z query: SELECT COUNT(*) FROM users
2025-12-21T03:20:26.132877079Z query failed: SELECT COUNT(*) FROM users
2025-12-21T03:20:26.133935550Z error: Error: SQLITE_ERROR: no such table: users
2025-12-21T03:20:26.133956052Z --> in Database#all('SELECT COUNT(*) FROM users', undefined, [Function: handler])
2025-12-21T03:20:26.133966192Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:60:56)
2025-12-21T03:20:26.133975471Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27)
2025-12-21T03:20:26.133983737Z     at Object.next (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:124:57)
2025-12-21T03:20:26.133992134Z     at /app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:117:75
2025-12-21T03:20:26.134000892Z     at new Promise (<anonymous>)
2025-12-21T03:20:26.134175233Z     at Object.__awaiter (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:113:16)
2025-12-21T03:20:26.134184211Z     at execute (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:54:64)
2025-12-21T03:20:26.134192468Z     at SqliteQueryRunner.<anonymous> (/app/www/public/backend/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:101:46)
2025-12-21T03:20:26.134200915Z     at step (/app/www/public/backend/node_modules/typeorm/node_modules/tslib/tslib.js:143:27) {
2025-12-21T03:20:26.134209101Z   errno: 1,
2025-12-21T03:20:26.134216957Z   code: 'SQLITE_ERROR',
2025-12-21T03:20:26.134224933Z   __augmented: true
2025-12-21T03:20:26.134232959Z }
2025-12-21T03:20:26.136785299Z query: CREATE TABLE "users" ("id" varchar PRIMARY KEY NOT NULL, "email" varchar NOT NULL, "password" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.138225428Z query: CREATE UNIQUE INDEX "IDX_97672ac88f789774dd47f7c8be" ON "users" ("email") 
2025-12-21T03:20:26.142109570Z query: CREATE TABLE "budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.143236499Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2025-12-21T03:20:26.144138385Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2025-12-21T03:20:26.147912224Z query: CREATE TABLE "category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.149881089Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2025-12-21T03:20:26.150654135Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2025-12-21T03:20:26.151492263Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2025-12-21T03:20:26.154506943Z query: CREATE TABLE "categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.155153134Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2025-12-21T03:20:26.156269111Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2025-12-21T03:20:26.159520428Z query: CREATE TABLE "payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"))
2025-12-21T03:20:26.163257995Z query: CREATE TABLE "transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.164588975Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2025-12-21T03:20:26.170648155Z query: CREATE TABLE "accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"))
2025-12-21T03:20:26.173718578Z query: CREATE TABLE "budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.177019224Z query: CREATE TABLE "category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')))
2025-12-21T03:20:26.177704875Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2025-12-21T03:20:26.178395185Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2025-12-21T03:20:26.179041496Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2025-12-21T03:20:26.183998177Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.185673510Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2025-12-21T03:20:26.186275192Z query: DROP TABLE "budget_months"
2025-12-21T03:20:26.187199744Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2025-12-21T03:20:26.192908559Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2025-12-21T03:20:26.194044166Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2025-12-21T03:20:26.195714489Z query: DROP INDEX "IDX_cba488e36ca6ff6eec83e91440"
2025-12-21T03:20:26.196318475Z query: DROP INDEX "IDX_de0f1ed5fe7ad4f2254bb815be"
2025-12-21T03:20:26.197152595Z query: DROP INDEX "IDX_23f4c8894717fb764a2b88ff29"
2025-12-21T03:20:26.200303529Z query: CREATE TABLE "temporary_category_months" ("id" varchar PRIMARY KEY NOT NULL, "categoryId" varchar NOT NULL, "budgetMonthId" varchar NOT NULL, "month" varchar NOT NULL, "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "balance" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_cba488e36ca6ff6eec83e914409" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_de0f1ed5fe7ad4f2254bb815bef" FOREIGN KEY ("budgetMonthId") REFERENCES "budget_months" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.201422362Z query: INSERT INTO "temporary_category_months"("id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated") SELECT "id", "categoryId", "budgetMonthId", "month", "budgeted", "activity", "balance", "created", "updated" FROM "category_months"
2025-12-21T03:20:26.201837999Z query: DROP TABLE "category_months"
2025-12-21T03:20:26.202688632Z query: ALTER TABLE "temporary_category_months" RENAME TO "category_months"
2025-12-21T03:20:26.206559857Z query: CREATE INDEX "IDX_cba488e36ca6ff6eec83e91440" ON "category_months" ("categoryId") 
2025-12-21T03:20:26.207228183Z query: CREATE INDEX "IDX_de0f1ed5fe7ad4f2254bb815be" ON "category_months" ("budgetMonthId") 
2025-12-21T03:20:26.207948083Z query: CREATE INDEX "IDX_23f4c8894717fb764a2b88ff29" ON "category_months" ("month") 
2025-12-21T03:20:26.208501307Z query: DROP INDEX "IDX_e6d5be2f8c1fbd283150e043a0"
2025-12-21T03:20:26.209363583Z query: DROP INDEX "IDX_af173d6048d44da16b00e49e24"
2025-12-21T03:20:26.216982264Z query: CREATE TABLE "temporary_categories" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "categoryGroupId" varchar NOT NULL, "trackingAccountId" varchar, "name" varchar NOT NULL, "inflow" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_e6d5be2f8c1fbd283150e043a08" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_d05bb3b46b9b190eb9c20ad3c21" FOREIGN KEY ("categoryGroupId") REFERENCES "category_groups" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.218421692Z query: INSERT INTO "temporary_categories"("id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated") SELECT "id", "budgetId", "categoryGroupId", "trackingAccountId", "name", "inflow", "locked", "order", "created", "updated" FROM "categories"
2025-12-21T03:20:26.218811778Z query: DROP TABLE "categories"
2025-12-21T03:20:26.219874498Z query: ALTER TABLE "temporary_categories" RENAME TO "categories"
2025-12-21T03:20:26.224165458Z query: CREATE INDEX "IDX_e6d5be2f8c1fbd283150e043a0" ON "categories" ("budgetId") 
2025-12-21T03:20:26.224921160Z query: CREATE UNIQUE INDEX "IDX_af173d6048d44da16b00e49e24" ON "categories" ("trackingAccountId") 
2025-12-21T03:20:26.227814867Z query: CREATE TABLE "temporary_payees" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferAccountId" varchar, "name" varchar NOT NULL, "internal" boolean NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_f61fc1e67d3abfb79503cdd382" UNIQUE ("transferAccountId"), CONSTRAINT "FK_f61fc1e67d3abfb79503cdd3821" FOREIGN KEY ("transferAccountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.229686145Z query: INSERT INTO "temporary_payees"("id", "budgetId", "transferAccountId", "name", "internal", "created", "updated") SELECT "id", "budgetId", "transferAccountId", "name", "internal", "created", "updated" FROM "payees"
2025-12-21T03:20:26.230390563Z query: DROP TABLE "payees"
2025-12-21T03:20:26.231468784Z query: ALTER TABLE "temporary_payees" RENAME TO "payees"
2025-12-21T03:20:26.235766999Z query: DROP INDEX "IDX_7098ffeb5373b7d6344f4f1663"
2025-12-21T03:20:26.239253700Z query: CREATE TABLE "temporary_transactions" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "accountId" varchar NOT NULL, "payeeId" varchar NOT NULL, "transferAccountId" varchar, "transferTransactionId" varchar, "categoryId" varchar, "amount" integer NOT NULL DEFAULT (0), "date" datetime NOT NULL, "memo" varchar NOT NULL DEFAULT (''), "status" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_9552f6354aafa8f1818aa571aaf" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_26d8aec71ae9efbe468043cd2b9" FOREIGN KEY ("accountId") REFERENCES "accounts" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_44075a45926dfce0379d2c81c83" FOREIGN KEY ("payeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_86e965e74f9cc66149cf6c90f64" FOREIGN KEY ("categoryId") REFERENCES "categories" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.241531527Z query: INSERT INTO "temporary_transactions"("id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated") SELECT "id", "budgetId", "accountId", "payeeId", "transferAccountId", "transferTransactionId", "categoryId", "amount", "date", "memo", "status", "created", "updated" FROM "transactions"
2025-12-21T03:20:26.242089009Z query: DROP TABLE "transactions"
2025-12-21T03:20:26.243313575Z query: ALTER TABLE "temporary_transactions" RENAME TO "transactions"
2025-12-21T03:20:26.247918257Z query: CREATE INDEX "IDX_7098ffeb5373b7d6344f4f1663" ON "transactions" ("transferTransactionId") 
2025-12-21T03:20:26.251330698Z query: CREATE TABLE "temporary_accounts" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "transferPayeeId" varchar, "name" varchar NOT NULL, "type" integer NOT NULL, "balance" integer NOT NULL DEFAULT (0), "cleared" integer NOT NULL DEFAULT (0), "uncleared" integer NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "REL_c2a8be4512a377b0a8614170e3" UNIQUE ("transferPayeeId"), CONSTRAINT "FK_81acfbf2205a3be5b1c41455329" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT "FK_c2a8be4512a377b0a8614170e33" FOREIGN KEY ("transferPayeeId") REFERENCES "payees" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.252521626Z query: INSERT INTO "temporary_accounts"("id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated") SELECT "id", "budgetId", "transferPayeeId", "name", "type", "balance", "cleared", "uncleared", "order", "created", "updated" FROM "accounts"
2025-12-21T03:20:26.252930860Z query: DROP TABLE "accounts"
2025-12-21T03:20:26.254027468Z query: ALTER TABLE "temporary_accounts" RENAME TO "accounts"
2025-12-21T03:20:26.258416035Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "toBeBudgeted" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.259312280Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "toBeBudgeted", "created", "updated") SELECT "id", "userId", "name", "toBeBudgeted", "created", "updated" FROM "budgets"
2025-12-21T03:20:26.259730262Z query: DROP TABLE "budgets"
2025-12-21T03:20:26.260834335Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2025-12-21T03:20:26.264315775Z query: DROP INDEX "IDX_0dcceebef7c019bc892be7b5d0"
2025-12-21T03:20:26.265965557Z query: CREATE TABLE "temporary_category_groups" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "name" varchar NOT NULL, "internal" boolean NOT NULL DEFAULT (0), "locked" boolean NOT NULL DEFAULT (0), "order" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_0dcceebef7c019bc892be7b5d0e" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.267014770Z query: INSERT INTO "temporary_category_groups"("id", "budgetId", "name", "internal", "locked", "order", "created", "updated") SELECT "id", "budgetId", "name", "internal", "locked", "order", "created", "updated" FROM "category_groups"
2025-12-21T03:20:26.267374985Z query: DROP TABLE "category_groups"
2025-12-21T03:20:26.268423546Z query: ALTER TABLE "temporary_category_groups" RENAME TO "category_groups"
2025-12-21T03:20:26.271838663Z query: CREATE INDEX "IDX_0dcceebef7c019bc892be7b5d0" ON "category_groups" ("budgetId") 
2025-12-21T03:20:26.275384664Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649259669912,"initial1649259669912"]
2025-12-21T03:20:26.275875081Z Migration initial1649259669912 has been executed successfully.
2025-12-21T03:20:26.277098785Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.278336658Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2025-12-21T03:20:26.278901645Z query: DROP TABLE "budgets"
2025-12-21T03:20:26.280250211Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2025-12-21T03:20:26.284366088Z query: DROP INDEX "IDX_0c21df54422306fdf78621fc18"
2025-12-21T03:20:26.284939894Z query: DROP INDEX "IDX_398c07457719d1899ba4f11914"
2025-12-21T03:20:26.288477076Z query: CREATE TABLE "temporary_budget_months" ("id" varchar PRIMARY KEY NOT NULL, "budgetId" varchar NOT NULL, "month" varchar NOT NULL, "income" integer NOT NULL DEFAULT (0), "budgeted" integer NOT NULL DEFAULT (0), "activity" integer NOT NULL DEFAULT (0), "underfunded" integer NOT NULL DEFAULT (0), "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "available" integer NOT NULL DEFAULT (0), CONSTRAINT "FK_398c07457719d1899ba4f11914d" FOREIGN KEY ("budgetId") REFERENCES "budgets" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION)
2025-12-21T03:20:26.290765685Z query: INSERT INTO "temporary_budget_months"("id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated") SELECT "id", "budgetId", "month", "income", "budgeted", "activity", "underfunded", "created", "updated" FROM "budget_months"
2025-12-21T03:20:26.291382747Z query: DROP TABLE "budget_months"
2025-12-21T03:20:26.293658961Z query: ALTER TABLE "temporary_budget_months" RENAME TO "budget_months"
2025-12-21T03:20:26.299136630Z query: CREATE INDEX "IDX_0c21df54422306fdf78621fc18" ON "budget_months" ("month") 
2025-12-21T03:20:26.299785457Z query: CREATE INDEX "IDX_398c07457719d1899ba4f11914" ON "budget_months" ("budgetId") 
2025-12-21T03:20:26.301339937Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1649260258195,"budgetMonthAvailable1649260258195"]
2025-12-21T03:20:26.301644009Z Migration budgetMonthAvailable1649260258195 has been executed successfully.
2025-12-21T03:20:26.302963156Z query: CREATE TABLE "temporary_budgets" ("id" varchar PRIMARY KEY NOT NULL, "userId" varchar NOT NULL, "name" varchar NOT NULL, "created" datetime NOT NULL DEFAULT (datetime('now')), "updated" datetime NOT NULL DEFAULT (datetime('now')), "currency" varchar NOT NULL DEFAULT ('USD'), CONSTRAINT "FK_27e688ddf1ff3893b43065899f9" FOREIGN KEY ("userId") REFERENCES "users" ("id") ON DELETE CASCADE ON UPDATE NO ACTION)
2025-12-21T03:20:26.304264546Z query: INSERT INTO "temporary_budgets"("id", "userId", "name", "created", "updated") SELECT "id", "userId", "name", "created", "updated" FROM "budgets"
2025-12-21T03:20:26.304642818Z query: DROP TABLE "budgets"
2025-12-21T03:20:26.305787002Z query: ALTER TABLE "temporary_budgets" RENAME TO "budgets"
2025-12-21T03:20:26.310360231Z query: INSERT INTO "migrations"("timestamp", "name") VALUES (?, ?) -- PARAMETERS: [1650032177205,"addBudgetCurrency1650032177205"]
2025-12-21T03:20:26.310624813Z Migration addBudgetCurrency1650032177205 has been executed successfully.
2025-12-21T03:20:26.311060551Z query: COMMIT
2025-12-21T03:20:31.475451207Z [custom-init] No custom files found, skipping...
2025-12-21T03:20:31.647059379Z 
2025-12-21T03:20:31.647089539Z > BudgE@0.0.8 start
2025-12-21T03:20:31.647099189Z > node build/src/server.js
2025-12-21T03:20:31.647109399Z 
2025-12-21T03:20:32.790523637Z !!!WARNING!!! Running in development mode!
2025-12-21T03:20:32.871234297Z Server listening on: http://0.0.0.0:5000
2025-12-21T03:20:33.504597672Z Connection to localhost (127.0.0.1) 5000 port [tcp/*] succeeded!
2025-12-21T03:20:33.524692555Z [ls.io-init] done.
2025-12-21T03:20:34.583904563Z Error: You must be logged in to do that
2025-12-21T03:20:34.583939213Z     at /app/www/public/backend/build/src/middleware/authentication.js:41:23
2025-12-21T03:20:34.583949183Z     at Generator.next (<anonymous>)
2025-12-21T03:20:34.583958261Z     at /app/www/public/backend/build/src/middleware/authentication.js:8:71
2025-12-21T03:20:34.583966758Z     at new Promise (<anonymous>)
2025-12-21T03:20:34.583974955Z     at __awaiter (/app/www/public/backend/build/src/middleware/authentication.js:4:12)
2025-12-21T03:20:34.583983241Z     at expressAuthentication (/app/www/public/backend/build/src/middleware/authentication.js:22:12)
2025-12-21T03:20:34.583991337Z     at /app/www/public/backend/build/routes.js:1245:97
2025-12-21T03:20:34.583999273Z     at Generator.next (<anonymous>)
2025-12-21T03:20:34.584007580Z     at /app/www/public/backend/build/routes.js:8:71
2025-12-21T03:20:34.584015777Z     at new Promise (<anonymous>) {
2025-12-21T03:20:34.584023973Z   status: 401
2025-12-21T03:20:34.584031839Z }