forked from jsnbuchanan/crowd-funder-for-time-pwa
fix platform services to use correct settings table schema
- Fix WebPlatformService settings methods to use id/accountDid columns - Fix CapacitorPlatformService settings methods to use id/accountDid columns - Replace WHERE key = 'default' with WHERE id = 1 for default settings - Replace WHERE key = ? with WHERE accountDid = ? for user settings - Update insertDidSpecificSettings to use accountDid column - Update retrieveSettingsForActiveAccount to select all columns and convert to object - Resolves "no such column: key" SQL errors after util.ts migration - Ensures compatibility with new settings table structure All platform services now use correct database schema for settings operations.
This commit is contained in:
@@ -82,7 +82,7 @@ define(['./workbox-54d0af47'], (function (workbox) { 'use strict';
|
||||
"revision": "3ca0b8505b4bec776b69afdba2768812"
|
||||
}, {
|
||||
"url": "index.html",
|
||||
"revision": "0.mngrclq2ec"
|
||||
"revision": "0.ejnjchn8vfg"
|
||||
}], {});
|
||||
workbox.cleanupOutdatedCaches();
|
||||
workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), {
|
||||
|
||||
Reference in New Issue
Block a user