common/Service/MeterProcessState
2026-04-23 17:50:07 +02:00
..
.vs Initial commit 2026-04-23 17:50:07 +02:00
App_Start Initial commit 2026-04-23 17:50:07 +02:00
Areas/HelpPage Initial commit 2026-04-23 17:50:07 +02:00
bin Initial commit 2026-04-23 17:50:07 +02:00
Content Initial commit 2026-04-23 17:50:07 +02:00
Controllers Initial commit 2026-04-23 17:50:07 +02:00
Data Initial commit 2026-04-23 17:50:07 +02:00
Extensions Initial commit 2026-04-23 17:50:07 +02:00
fonts Initial commit 2026-04-23 17:50:07 +02:00
Models Initial commit 2026-04-23 17:50:07 +02:00
obj Initial commit 2026-04-23 17:50:07 +02:00
Properties Initial commit 2026-04-23 17:50:07 +02:00
Providers Initial commit 2026-04-23 17:50:07 +02:00
Results Initial commit 2026-04-23 17:50:07 +02:00
Scripts Initial commit 2026-04-23 17:50:07 +02:00
Views Initial commit 2026-04-23 17:50:07 +02:00
Appsettings.cs Initial commit 2026-04-23 17:50:07 +02:00
configuration.json Initial commit 2026-04-23 17:50:07 +02:00
favicon.ico Initial commit 2026-04-23 17:50:07 +02:00
Global.asax Initial commit 2026-04-23 17:50:07 +02:00
Global.asax.cs Initial commit 2026-04-23 17:50:07 +02:00
LaaProduction_SigningKey.snk Initial commit 2026-04-23 17:50:07 +02:00
MeterProcessState.csproj Initial commit 2026-04-23 17:50:07 +02:00
MeterProcessState.csproj.user Initial commit 2026-04-23 17:50:07 +02:00
Oracle.DataAccess.Common.Configuration.Section.xsd Initial commit 2026-04-23 17:50:07 +02:00
Oracle.ManagedDataAccess.Client.Configuration.Section.xsd Initial commit 2026-04-23 17:50:07 +02:00
packages.config Initial commit 2026-04-23 17:50:07 +02:00
Project_Readme.html Initial commit 2026-04-23 17:50:07 +02:00
README.md Initial commit 2026-04-23 17:50:07 +02:00
Startup.cs Initial commit 2026-04-23 17:50:07 +02:00
Web.config Initial commit 2026-04-23 17:50:07 +02:00
Web.Debug.config Initial commit 2026-04-23 17:50:07 +02:00
Web.Release.config Initial commit 2026-04-23 17:50:07 +02:00

CREATE TABLE [Cordonel_Calibrations] ( [PcbId] INT NOT NULL, [TestRunNr] INT NOT NULL, [Offset] FLOAT NOT NULL, CONSTRAINT [PK_Cordonel_Calibrations_PcbId] PRIMARY KEY ([PcbId]) );