• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
    • Help
      • Online help
      • Learn Git
      • Welcome to Bitbucket
      • Keyboard shortcuts
    • Log In
    Blackrock
    1. Blackrock

    main

    Public
    Actions
    • Clone

    Learn more about cloning repositories

    You have read-only access

    Navigation
    • Source
    • Commits
    • Branches
    • All Branches Graph
    • Graphs
    • Forks
    1. Blackrock
    2. main

    Source

    main/wp-content/plugins/sitepress-multilingual-cms/classes/upgrade/commands/AddStringPackageIdtIndexToStrings.php
    Артем ШиряевАртем Ширяев committed 554847ddcb906 Apr 2021
    Raw file
    Source viewDiff to previous
     
    1
    <?php
    2
    ​
    3
    namespace WPML\Upgrade\Commands;
    4
    ​
    5
    class AddStringPackageIdIndexToStrings extends AddIndexToTable {
    6
    ​
    7
        protected function get_table() {
    8
            return 'icl_strings';
    9
        }
    10
    ​
    11
        protected function get_index() {
    12
            return 'string_package_id';
    13
        }
    14
    ​
    15
        protected function get_index_definition() {
    16
            return '( `string_package_id` )';
    17
        }
    18
    }
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v5.10.1
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian

    Everything looks good. Well let you know here if theres anything you should know about.