()
| 28 | |
| 29 | export class DbPush implements Command { |
| 30 | public static new(): DbPush { |
| 31 | return new DbPush() |
| 32 | } |
| 33 | |
| 34 | private static help = format(` |
| 35 | ${process.platform === 'win32' ? '' : '🙌 '}Push the state from your Prisma schema to your database |
no outgoing calls