-- Migrate nfs_exports.clients from []string to []NFSClient (per-host options). -- Schema change: none (clients column already TEXT/JSON). -- Data transformation is done by the Go hook MigrateNFSClients in db.go.