diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-06-03 12:52:02 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-06-03 12:52:02 +0000 |
| commit | 08d0276967a8e53c5854c640de10c86c1259a230 (patch) | |
| tree | d62965f762e7ecac82225a3c8eaacb7a6ea049b4 /modules | |
| parent | 955aa468f64b53da95e94feae761db2774fb8852 (diff) | |
| download | webtrees-08d0276967a8e53c5854c640de10c86c1259a230.tar.gz webtrees-08d0276967a8e53c5854c640de10c86c1259a230.tar.bz2 webtrees-08d0276967a8e53c5854c640de10c86c1259a230.zip | |
#589148 "Dots" missings in modules/googlemap/db_schema/db_schema_0_1.php [SVN 8581]
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/googlemap/db_schema/db_schema_0_1.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/googlemap/db_schema/db_schema_0_1.php b/modules/googlemap/db_schema/db_schema_0_1.php index ff2d3564be..6156d24aef 100644 --- a/modules/googlemap/db_schema/db_schema_0_1.php +++ b/modules/googlemap/db_schema/db_schema_0_1.php @@ -54,11 +54,11 @@ WT_DB::exec( " pl_zoom INTEGER NULL,". " pl_icon VARCHAR(255) NULL,". " PRIMARY KEY (pl_id),". - " KEY ix1 (pl_level)," - " KEY ix2 (pl_long)," - " KEY ix3 (pl_lati)," - " KEY ix4 (pl_place)," - " KEY ix5 (pl_parent_id)" + " KEY ix1 (pl_level),". + " KEY ix2 (pl_long),". + " KEY ix3 (pl_lati),". + " KEY ix4 (pl_place),". + " KEY ix5 (pl_parent_id)". ") COLLATE utf8_unicode_ci ENGINE=InnoDB" ); |
