feat(db-exporter): add work order step definition files

This commit is contained in:
Joseph Doherty
2026-01-06 18:25:34 -05:00
parent b2b8f71e0e
commit 90e47c27c6
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,7 @@
{
"providerType": "SqlServer",
"connectionString": "Server=localhost,1434;Database=ScopingTool;User Id=sa;Password=ScopingTool_SA_2024Dev;TrustServerCertificate=true",
"query": "SELECT * FROM dbo.WorkOrderStep_Curr",
"outputPath": "./output/workorderstep-curr.pb.zstd",
"compressionLevel": 10
}
@@ -0,0 +1,7 @@
{
"providerType": "SqlServer",
"connectionString": "Server=localhost,1434;Database=ScopingTool;User Id=sa;Password=ScopingTool_SA_2024Dev;TrustServerCertificate=true",
"query": "SELECT * FROM dbo.WorkOrderStep_Hist",
"outputPath": "./output/workorderstep-hist.pb.zstd",
"compressionLevel": 10
}