Skip to content

Commit

Permalink
[BUGFIX] increase the length of city column in the db
Browse files Browse the repository at this point in the history
  • Loading branch information
mhirdes committed May 23, 2019
1 parent 55a2d98 commit 93fac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE TABLE tx_gomapsext_domain_model_address (
title varchar(255) DEFAULT '' NOT NULL,
street varchar(255) DEFAULT '' NOT NULL,
zip varchar(20) DEFAULT '' NOT NULL,
city varchar(20) DEFAULT '' NOT NULL,
city varchar(255) DEFAULT '' NOT NULL,
configuration_map varchar(255) DEFAULT '' NOT NULL,
latitude double(11,6) DEFAULT '0.000000' NOT NULL,
longitude double(11,6) DEFAULT '0.000000' NOT NULL,
Expand Down

0 comments on commit 93fac07

Please sign in to comment.