Skip to content

Commit

Permalink
Switched temp collection to legacy collection
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineludeau committed Mar 28, 2024
1 parent 70ffdf8 commit 36e3dcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/api/consumers/export-to-exploitation-db-consumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const ADDRESS_BBOX_BUFFER = 50
// Collections names
const EXPLOITATION_DB_COLLECTION_NAMES = {
legacy: {
district: 'communes_temp',
commonToponym: 'voies_temp',
address: 'numeros_temp'
district: 'communes',
commonToponym: 'voies',
address: 'numeros'
},
banID: {
district: 'district',
Expand Down

0 comments on commit 36e3dcb

Please sign in to comment.