By: Michael Lynch <git@mtlynch.io>
Make Little Moments own auth table creation Add the sessions table to Little Moments' SQLite migrations so the app owns all auth-related schema alongside login_tokens. Cover that migration ownership with a store-level test. Advance the local simpleauth submodule to a commit where authsqlite adapters no longer create, drop, or migrate SQLite tables in their constructors.