Making WordPress.org

Changeset 3108


Ignore:
Timestamp:
05/10/2016 06:50:45 PM (9 years ago)
Author:
iandunn
Message:

WordCamp Budgets Dashboard: Bump sponsor name index field to 75 characters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php

    r2601 r3108  
    55defined( 'WPINC' ) or die();
    66
    7 const LATEST_DATABASE_VERSION = 2;
     7const LATEST_DATABASE_VERSION = 3;
    88
    99if ( defined( 'DOING_AJAX' ) ) {
     
    169169            status         varchar( 30 )             NOT NULL default '',
    170170            wordcamp_name  varchar( 75 )             NOT NULL default '',
    171             sponsor_name   varchar( 30 )             NOT NULL default '',
     171            sponsor_name   varchar( 75 )             NOT NULL default '',
    172172            description    varchar( 75 )             NOT NULL default '',
    173173            currency       varchar( 3  )             NOT NULL default '',
Note: See TracChangeset for help on using the changeset viewer.