feat(db-exporter): add work order step definition files
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user