setup flow fixes

This commit is contained in:
Aiden McClelland
2021-09-14 22:16:28 -06:00
committed by Aiden McClelland
parent 81b83782e3
commit 55b003cb72
13 changed files with 445 additions and 221 deletions

View File

@@ -47,4 +47,4 @@ CREATE TABLE IF NOT EXISTS notifications
title TEXT NOT NULL,
message TEXT NOT NULL,
data TEXT
)
);