UNPKG

@accounter/server

Version:

The test suite is split into three Vitest projects for efficiency and isolation:

8 lines 311 B
export default { name: '2025-10-21T12-45-26.add-financial-entity-activity-flag.sql', run: ({ sql }) => sql ` ALTER TABLE "accounter_schema"."financial_entities" ADD COLUMN "is_active" BOOLEAN DEFAULT TRUE NOT NULL; `, }; //# sourceMappingURL=2025-10-21T12-45-26.add-financial-entity-activity-flag.js.map