Skip to content

Commit

Permalink
remove index from tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuyoshi-Ishikawa committed Aug 28, 2023
1 parent a1bf552 commit f6d10f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions migrations/1681439356727-CreateBlockNumberCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ export class CreateBlockNumberCache1681439356727 implements MigrationInterface {
type: 'bigint',
}),
],
indices: [
new TableIndex({
name: 'IDX_BlockNumberCache_Name',
columnNames: ['name'],
}),
],
uniques: [
new TableUnique({
name: 'UQ_BlockNumberCache_Name',
Expand Down
6 changes: 0 additions & 6 deletions migrations/1681645686493-CreateTransactionCount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@ export class CreateTransactionCount1681645686493 implements MigrationInterface {
type: 'bigint',
},
],
indices: [
new TableIndex({
name: 'IDX_TransactionCount_Name',
columnNames: ['name'],
}),
],
uniques: [
new TableUnique({
name: 'UQ_TransactionCount_Name',
Expand Down

0 comments on commit f6d10f5

Please sign in to comment.