Skip to content

Commit

Permalink
Revert "Drop the excluded_phones DB table"
Browse files Browse the repository at this point in the history
This reverts commit 6174f1b.
  • Loading branch information
mdimjasevic committed Jun 13, 2024
1 parent bfd12bb commit 8abad2e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
1 change: 0 additions & 1 deletion services/brig/brig.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ library
Brig.Schema.V79_ConnectionRemoteIndex
Brig.Schema.V80_KeyPackageCiphersuite
Brig.Schema.V81_AddFederationRemoteTeams
Brig.Schema.V82_DropPhoneBlacklistTable
Brig.Schema.V_FUTUREWORK
Brig.SMTP
Brig.Team.API
Expand Down
4 changes: 1 addition & 3 deletions services/brig/src/Brig/Schema/Run.hs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ import Brig.Schema.V78_ClientLastActive qualified as V78_ClientLastActive
import Brig.Schema.V79_ConnectionRemoteIndex qualified as V79_ConnectionRemoteIndex
import Brig.Schema.V80_KeyPackageCiphersuite qualified as V80_KeyPackageCiphersuite
import Brig.Schema.V81_AddFederationRemoteTeams qualified as V81_AddFederationRemoteTeams
import Brig.Schema.V82_DropPhoneBlacklistTable qualified as V82_DropPhoneBlacklistTable
import Cassandra.MigrateSchema (migrateSchema)
import Cassandra.Schema
import Control.Exception (finally)
Expand Down Expand Up @@ -119,8 +118,7 @@ migrations =
V78_ClientLastActive.migration,
V79_ConnectionRemoteIndex.migration,
V80_KeyPackageCiphersuite.migration,
V81_AddFederationRemoteTeams.migration,
V82_DropPhoneBlacklistTable.migration
V81_AddFederationRemoteTeams.migration
-- FUTUREWORK: undo V41 (searchable flag); we stopped using it in
-- https://github.com/wireapp/wire-server/pull/964
--
Expand Down
33 changes: 0 additions & 33 deletions services/brig/src/Brig/Schema/V82_DropPhoneBlacklistTable.hs

This file was deleted.

0 comments on commit 8abad2e

Please sign in to comment.