Skip to content

Commit

Permalink
VKT(Backend & Frontend): Merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Nov 6, 2024
1 parent c720c98 commit 32ccb1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,9 @@
<column autoIncrement="true" name="examiner_id" type="BIGSERIAL">
<constraints primaryKey="true" primaryKeyName="examiner_pkey"/>
</column>
<column name="version" type="INT" defaultValueNumeric="0">
<constraints nullable="false"/>
</column>
<column name="created_by" type="TEXT"/>
<column name="modified_by" type="TEXT"/>
<column name="deleted_by" type="TEXT"/>
Expand Down
2 changes: 0 additions & 2 deletions frontend/packages/vkt/src/enums/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ export enum AppRoutes {
ExaminerRoot = '/vkt/tv',
ExaminerHomePage = '/vkt/tv/:oid',
ExaminerDetailsPage = '/vkt/tv/:oid/omat-tiedot',
// Other clerk and examiner routes
ClerkLocalLogoutPage = '/vkt/cas/localLogout',

// Miscellaneous
AccessibilityStatementPage = '/vkt/saavutettavuusseloste',
Expand Down

0 comments on commit 32ccb1e

Please sign in to comment.