Skip to content

Commit

Permalink
Change user_id from smallint to int
Browse files Browse the repository at this point in the history
Fixes #58.
  • Loading branch information
simon04 committed Aug 20, 2023
1 parent d9aab82 commit 25d6f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse_osc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ sub create_table {
changeset_id int(10) unsigned NOT NULL,
change_time datetime NOT NULL,
comment varchar(254) DEFAULT NULL,
user_id mediumint(8) unsigned NOT NULL,
user_id int(10) unsigned NOT NULL,
user_name varchar(96) NOT NULL,
created_by varchar(64) DEFAULT NULL,
nodes_created smallint(5) unsigned NOT NULL,
Expand Down

0 comments on commit 25d6f72

Please sign in to comment.