Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-12963

Inconsistency in migration folder name for extensions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Blocker Blocker
    • 3.1.0-RC4
    • 3.1.0-RC2
    • Extensions
    • None

      For phpBB the migration folder and objects are called migration. For extensions you have to use migrations (plural). This is very confusing.
      Secondly, the extension migration also needs to extend \phpbb\db\migration\migration

      So an extension migration file currently has a namespace with the plural form "migrations" and extends singular "migration".

      namespace derky\sortablescaptcha\migrations;
       
      class mymigration extends \phpbb\db\migration\migration
      

            nicofuma nicofuma [X] (Inactive)
            Derky Derky
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: