auth/app_settings_queries.ts view source
readonly ["id", "open_signup", "updated_at", "updated_by"] import {APP_SETTINGS_COLUMNS} from '@fuzdev/fuz_app/auth/app_settings_queries.js'; The full app_settings column set — the singleton id (always 1) plus
the settings the row type carries — drift-guarded like every other
*_COLUMNS. Reads project APP_SETTINGS_ROW_COLUMNS, which omits the
constant id since AppSettings doesn't carry it. Keep in sync with
AppSettings and the app_settings DDL in auth/auth_ddl.ts.