|
|
|
|
|
by couradical
4474 days ago
|
|
That's why you apply the approach he was stating - you move slowly.
Step 1. insert name column and populate from fn/ln.
Step 2. Change code to point to name column as well as populate fn/ln
Step 3. remove code pointing to fn/ln.
Step 4. remove fn/ln columns. No loss of data, instant reversion at any point, because each step is non-destructive. It's just longer, harder to do in reality, but definitely the "right" way to do it if you are 100% concerned with data validity. |
|
Also how is step 4 non destructive?