Legacy_Upgrades::upgrade_to_1_0_8()

Upgrades to legacy version 1.0.8.

Description

See also

Source

File: src/components/legacy-upgrades.php

	protected function upgrade_to_1_0_8() {
		global $wpdb;

		$email_notifications = $this->get_full_table_name( 'email_notifications' );

		$wpdb->query( "ALTER TABLE $email_notifications ADD reply_email TEXT NOT NULL AFTER from_email" );
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.