Files
saltbo 972673aecd feat(auth)!: snapshot Realmroot native cutover
Replace Better Auth user, machine, and agent authentication with Realmroot native flows, migrate tenant ownership, and route AMA access through the cutover adapter. Preserve this deployed migration state as the baseline for the narrower user-auth-only redesign.
2026-08-21 00:44:07 -06:00

10 lines
330 B
SQL

-- Better Auth tables are retained as migration source-of-record data. They are
-- not used by the Realmroot-only runtime and must not be dropped by this
-- contract cleanup.
DROP TABLE IF EXISTS gpg_keys;
ALTER TABLE agents DROP COLUMN gpg_subkey_id;
DROP TABLE IF EXISTS realmroot_identity_mappings;
PRAGMA foreign_key_check;