Changeset 13906 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/includes/upgrade.php
- Timestamp:
- 07/17/2024 11:19:52 AM (2 years ago)
- 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 7 7 8 8 class Upgrade { 9 private const VERSION = 3;9 private const VERSION = 4; 10 10 private const VERSION_OPTION = 'wporg_gp_translations_events_version'; 11 11 … … 63 63 `is_host` tinyint(1) default 0 not null comment 'Whether the user is a host of the event', 64 64 `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', 65 66 PRIMARY KEY (`translate_event_attendees_id`), 66 67 UNIQUE KEY `event_per_user` (`event_id`,`user_id`),
Note: See TracChangeset
for help on using the changeset viewer.