@accounter/server
Version:
Accounter GraphQL server
8 lines • 355 B
JavaScript
export default {
name: '2024-08-06T14-00-00.add-description-to-business-trip-other-transaction.sql',
run: ({ sql }) => sql `
alter table accounter_schema.business_trips_transactions_other
rename column expense_type to description;
`,
};
//# sourceMappingURL=2024-08-06T14-00-00.add-description-to-business-trip-other-transaction.js.map