Skip to content

Commit a390e21

Browse files
committed
chore: remove index as we have primary key
1 parent b93faed commit a390e21

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

package/src/store/schema.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,6 @@ export const tables: Tables = {
161161
vote_counts_by_option: 'TEXT',
162162
voting_visibility: 'TEXT',
163163
},
164-
indexes: [
165-
{
166-
columns: ['id'],
167-
name: 'index_poll',
168-
unique: false,
169-
},
170-
],
171164
primaryKey: ['id'],
172165
},
173166
reactions: {

0 commit comments

Comments
 (0)