import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_11 = VersionInfo.of({ version: '0.2.11:0', releaseNotes: { en_US: 'Linked investor logins: an investor who invests under several names (e.g. an IRA and a trust, or through different Partners) can be given one sign-on that shows every name\'s investments together, labeled by name. Set it in Users → Manage → Login. Also: sortable columns on the Entities view.', }, migrations: { // Adds users.primary_account_id; applied by Alembic on startup. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })