import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_0 = VersionInfo.of({ version: '0.2.0:0', releaseNotes: { en_US: 'Investor and fund-administrator accounts. Per-entity access control, built-in document storage (statements, K-1s), and per-investor capital-account statements. Admin screens to create accounts, grant entity access, upload documents, and enter capital-account figures.', }, migrations: { // New tables (entity_access, documents, capital_account_statements) and the // users.username column are applied by Alembic on app startup. No StartOS-level // data migration is required. up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })