Ticket #3328: 3328.patch
File 3328.patch, 496 bytes (added by , 7 years ago) |
---|
-
api.wordpress.org/public_html/events/1.0/index.php
diff --git api.wordpress.org/public_html/events/1.0/index.php api.wordpress.org/public_html/events/1.0/index.php index 908cfa2b..70c90d7d 100644
CREATE TABLE `wporg_events` ( 887 887 `date_utc` datetime NOT NULL, 888 888 `end_date` datetime NOT NULL, 889 889 `location` text, 890 `country` text, 890 891 `latitude` double NOT NULL, 891 892 `longitude` double NOT NULL, 892 893 PRIMARY KEY (`id`),