Графики
This commit is contained in:
parent
656b398f96
commit
7d7e249a24
2 changed files with 4492 additions and 1967 deletions
|
|
@ -180,6 +180,9 @@
|
|||
FROM deregistration.generated_solutions;
|
||||
|
||||
ALTER TABLE deregistration.view_decisions_signing OWNER TO ervu_business_metrics;
|
||||
|
||||
ALTER TABLE metrics.citizen_appeals ADD COLUMN IF NOT EXISTS average_response_time int8 DEFAULT 0 NOT NULL;
|
||||
COMMENT ON COLUMN metrics.citizen_appeals.average_response_time IS 'Средний срок ответа';
|
||||
</sql>
|
||||
</changeSet>
|
||||
</databaseChangeLog>
|
||||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue