feat: convert highway sink schema to SQLite

This commit is contained in:
Prad Nukala 2024-12-29 01:20:46 -05:00 committed by Prad Nukala (aider)
parent 9b0a78adda
commit 2486ff3c94

View File

@ -1,3 +1,4 @@
-- AI! Convert this all to SQLite
-- Profiles represent user identities
CREATE TABLE profiles (
id TEXT PRIMARY KEY,