budibase/packages/server/src/migrations/functions/publishedAppsQuota.ts

14 lines
228 B
TypeScript

import * as syncPublishedApps from "./usageQuotas/syncPublishedApps"
/**
* Date:
* March 2022
*
* Description:
* Sync the published apps count
*/
export const run = async (db: any) => {
await syncPublishedApps.run()
}