Remove remaining SQLite-only schema and docs residue.

This commit is contained in:
2026-08-21 23:55:09 -07:00
parent a249965fc1
commit f31f352838
4 changed files with 5 additions and 16 deletions
-2
View File
@@ -1,5 +1,3 @@
PRAGMA foreign_keys = ON;
CREATE TABLE IF NOT EXISTS users (
id TEXT PRIMARY KEY,
username TEXT NOT NULL UNIQUE,