@dbos-inc/create 4.4.4-preview.gc90a14c7ef → 4.4.7-preview.g8b8b418a5b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dbos-inc/create",
3
- "version": "4.4.4-preview.gc90a14c7ef",
3
+ "version": "4.4.7-preview.g8b8b418a5b",
4
4
  "description": "Tool for performing project initialization from template",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -6,8 +6,8 @@ export class DBOSTransactionCompletions1714934318135 implements MigrationInterfa
6
6
  name = 'DBOSTransactionCompletions1714934318135';
7
7
 
8
8
  public async up(queryRunner: QueryRunner): Promise<void> {
9
- await queryRunner.query(createTransactionCompletionSchemaPG);
10
- await queryRunner.query(createTransactionCompletionTablePG);
9
+ await queryRunner.query(createTransactionCompletionSchemaPG());
10
+ await queryRunner.query(createTransactionCompletionTablePG());
11
11
  }
12
12
 
13
13
  public async down(queryRunner: QueryRunner): Promise<void> {