Skip to content

Commit

Permalink
change 'qty' column type of releases_formats table
Browse files Browse the repository at this point in the history
this fixes issue #73
  • Loading branch information
berz committed Oct 29, 2017
1 parent 1291d95 commit ca2fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_tables.sql
Expand Up @@ -105,7 +105,7 @@ CREATE UNLOGGED TABLE releases_formats (
release_id integer,
"position" integer,
format_name text,
qty integer,
qty numeric(100, 0),
descriptions text[]
);

Expand Down

0 comments on commit ca2fb42

Please sign in to comment.