first commit
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Upgrade\Commands;
|
||||
|
||||
class AddContextIndexToStrings extends AddIndexToTable {
|
||||
|
||||
protected function get_table() {
|
||||
return 'icl_strings';
|
||||
}
|
||||
|
||||
protected function get_index() {
|
||||
return 'context';
|
||||
}
|
||||
|
||||
protected function get_index_definition() {
|
||||
return '( `context` )';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user