forked from jsnbuchanan/crowd-funder-for-time-pwa
fix problems with race conditions and multiple DatabaseService instances
This commit is contained in:
@@ -5,7 +5,7 @@ import type { QueryExecResult } from '../services/migrationService';
|
||||
const MIGRATIONS = [
|
||||
{
|
||||
name: '001_initial',
|
||||
// see ../db/tables files for explanations
|
||||
// see ../db/tables files for explanations of the fields
|
||||
sql: `
|
||||
CREATE TABLE IF NOT EXISTS accounts (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
|
||||
Reference in New Issue
Block a user