import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_1 = VersionInfo.of({ version: '0.2.1:0', releaseNotes: { en_US: 'Owner access grid (accounts by fund/SPV, click to grant or revoke access) and a capital-account importer that reads a fund-administrator spreadsheet, matches or creates investor accounts on review, grants entity access, and loads each investor\'s capital-account balance.', }, migrations: { // No schema changes beyond 0.2.0; new features reuse existing tables. Alembic // remains the source of truth for the database schema on app startup. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })