Making WordPress.org


Ignore:
Timestamp:
07/17/2024 11:19:52 AM (2 years ago)
Author:
psrpinto
Message:

Translate: Sync "Translation Events" from GitHub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/includes/upgrade.php

    r13739 r13906  
    77
    88class Upgrade {
    9     private const VERSION        = 3;
     9    private const VERSION        = 4;
    1010    private const VERSION_OPTION = 'wporg_gp_translations_events_version';
    1111
     
    6363                `is_host` tinyint(1) default 0 not null comment 'Whether the user is a host of the event',
    6464                `is_new_contributor` tinyint(1) default 0 not null comment 'Whether the user is a new translation contributor',
     65                `is_remote` tinyint(1) default 0 not null comment 'Whether the user attends the event remotely',
    6566            PRIMARY KEY (`translate_event_attendees_id`),
    6667            UNIQUE KEY `event_per_user` (`event_id`,`user_id`),
Note: See TracChangeset for help on using the changeset viewer.