Making WordPress.org

Ticket #3328: 3328.patch

File 3328.patch, 496 bytes (added by grapplerulrich, 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` ( 
    887887  `date_utc` datetime NOT NULL,
    888888  `end_date` datetime NOT NULL,
    889889  `location` text,
     890  `country` text,
    890891  `latitude` double NOT NULL,
    891892  `longitude` double NOT NULL,
    892893  PRIMARY KEY (`id`),