614e4f92

By: Michael Lynch <git@mtlynch.io>

Refactor user admin storage

Add IsAdmin to the User struct and update InsertUser to take a User value directly, simplifying the call site.

Collapse the unused owner/admin split into a single admin flag. TinyBeans MOTHER and FATHER relationships now map directly to IsAdmin, and SQLite stores only is_admin for user permissions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/117
Co-authored-by: Michael Lynch <git@mtlynch.io>
Co-committed-by: Michael Lynch <git@mtlynch.io>