Skip to content

Commit e835315

Browse files
committed
Add comment where the column comes from
1 parent 0ab5d67 commit e835315

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/server/entities/ahb-line.entity.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// The here defined columns come from the ahbline table in the database.
2+
// The table is created by the ahbline.sql file in the database/sql folder.
3+
// Which you can find here: https://github.com/Hochfrequenz/ahb-mig-backend/releases/tag/v0.0.1
4+
15
import { Entity, Column, PrimaryColumn, Index } from 'typeorm';
26

37
@Entity({ name: 'ahbline', synchronize: false })

0 commit comments

Comments
 (0)