Skip to content

Commit 48ce93a

Browse files
author
Gery Hirschfeld
authored
Merge pull request #103 from prog-rajkamal/develop
Fix: Migrations are not Postgres compatible
2 parents 065243f + 8e1485a commit 48ce93a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/database/migrations/1512663524808-CreatePetTable.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export class CreatePetTable1512663524808 implements MigrationInterface {
2121
}, {
2222
name: 'age',
2323
type: 'int',
24-
length: '11',
2524
isPrimary: false,
2625
isNullable: false,
2726
}, {

0 commit comments

Comments
 (0)