Skip to content

Commit

Permalink
fix: linter error in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
sky3d authored and AVVS committed Dec 12, 2022
1 parent 324ce39 commit a74a956
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/migrations/20221121133715_tweet-type-column.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ exports.up = async (knex) => {
};

exports.down = async (knex) => {

return knex.schema.alterTable(kTable, (table) => {
table.dropIndex(null, 'idx_tweets_id_desc_account_type');
table.dropIndex(null, 'idx_tweets_id_asc_account_type');
Expand Down

0 comments on commit a74a956

Please sign in to comment.