moov-io / customers

Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
https://moov.io
Apache License 2.0
67 stars 19 forks source link

Replace internal/database with base/database #242

Closed alovak closed 3 years ago

alovak commented 3 years ago

As part of #120 with this PR we are replacing internal/database with base/database package:

There are some issues/concerns:

P.S. this PR depends on https://github.com/moov-io/base/pull/96

adamdecaf commented 3 years ago

We do nightly backups already. I was planning on renaming the existing DB tables, deploying this (so the new tables are created) and then copying data over.

We kept all the table names, index names, column names/types the same right?

alovak commented 3 years ago

Closing this PR as it's easier for me to open a new one rather to re-base it :(