b217a2da

By: Michael Lynch <git@mtlynch.io>

Store user IDs as strings

Change Little Moments user IDs from numeric uint32 values to stable string identifiers. Store users.id and all user foreign keys as TEXT in the initial SQLite schema because no existing database migration path is needed.

This also removes the integer conversion at the simpleauth session boundary so auth sessions persist the string user ID directly.