forked from ddrilling/AsbCloudServer
Правка багов по ртк:
- в эксель файле значения авто/ручной промаркированы значениями 0/1 - в эксель файле "определение углов осцилляции" поправлена шапка - добавлен скрипт по обновлению сиквенсов в readme.md
This commit is contained in:
parent
5f4a4cee9f
commit
0adf95c370
@ -64,4 +64,11 @@ pg_restore -Fc -d postgres -U postgres -W dump_2022-01-11.bak
|
|||||||
Then 'exit restore mode' psql:
|
Then 'exit restore mode' psql:
|
||||||
```
|
```
|
||||||
SELECT timescaledb_post_restore();
|
SELECT timescaledb_post_restore();
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# SEQUENCES
|
||||||
|
Обновление Sequence (на примере t_process_map_plan_rotor):
|
||||||
|
|
||||||
|
```
|
||||||
|
SELECT setval('t_process_map_plan_rotor_id_seq', (select max(id) from t_process_map_plan_rotor), true);
|
||||||
|
```
|
@ -8,7 +8,7 @@ public class ProcessMapPlanOscillationAnglesTemplate : ITemplateParameters
|
|||||||
{
|
{
|
||||||
public string SheetName => "Определение углов осцилляции";
|
public string SheetName => "Определение углов осцилляции";
|
||||||
|
|
||||||
public int HeaderRowsCount => 3;
|
public int HeaderRowsCount => 2;
|
||||||
|
|
||||||
public string FileName => "ProcessMapPlanOscillationAngles.xlsx";
|
public string FileName => "ProcessMapPlanOscillationAngles.xlsx";
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user