Redo databases module to pull information from masterdata csv files

This commit is contained in:
Ethan O'Brien
2026-05-02 15:21:19 -05:00
parent 4f42e5029b
commit ad0009baf6
399 changed files with 114822 additions and 575620 deletions

View File

@@ -0,0 +1,6 @@
_id,_num,_date,_masterReleaseLabelId
1,1,2022/09/10,1
1,2,2023/09/29,1
1,3,2024/09/17,1
2,1,2023/06/24,223062402
2,2,2023/06/25,223062402
1 _id _num _date _masterReleaseLabelId
2 1 1 2022/09/10 1
3 1 2 2023/09/29 1
4 1 3 2024/09/17 1
5 2 1 2023/06/24 223062402
6 2 2 2023/06/25 223062402