Commit f42b279
committed
chore(db): Add migration to clean up inconsistent shares
This commit introduces a new data migration to address inconsistencies in existing expense data. It targets expenses where the is set to 'EVENLY' but the associated in the table are not normalized to 1.
The migration ensures that all such expenses are corrected, guaranteeing data integrity and preventing calculation errors in features like CSV exports. This is a one-time cleanup that will be applied automatically when running .1 parent 092635d commit f42b279
File tree
1 file changed
+11
-0
lines changed1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments