UNPKG

@accounter/server

Version:

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

8 lines 268 B
export default { name: '2025-04-10T15-44-07.tax-excluded-flag.sql', run: ({ sql }) => sql ` alter table accounter_schema.tax_categories add tax_excluded boolean default false not null; `, }; //# sourceMappingURL=2025-04-10T15-44-07.tax-excluded-flag.js.map