aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dbx/mintages.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbx/mintages.go')
-rw-r--r--src/dbx/mintages.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbx/mintages.go b/src/dbx/mintages.go
index 96cc871..ad13906 100644
--- a/src/dbx/mintages.go
+++ b/src/dbx/mintages.go
@@ -9,7 +9,7 @@ type MSRow struct {
Type int `db:"type"`
Year int `db:"year"`
Mintmark string `db:"mintmark"`
- Mintages [ndenoms]int `db:"array;€0,01;€0,02;€0,05;€0,10;€0,20;€0,50;€1,00;€2,00"`
+ Mintages [ndenoms]int `db:"€0,01;€0,02;€0,05;€0,10;€0,20;€0,50;€1,00;€2,00"`
Reference string `db:"reference"`
}