Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-12621

schema.json is not up to date with migration files

    XMLWordPrintable

Details

    Description

      diff --git a/phpBB/install/schemas/schema.json b/phpBB/install/schemas/schema.json
      index 176691f..f684fdd 100644
      --- a/phpBB/install/schemas/schema.json
      +++ b/phpBB/install/schemas/schema.json
      @@ -942,6 +942,10 @@
                       "BOOL",
                       0
                   ],
      +            "group_skip_auth": [
      +                "BOOL",
      +                0
      +            ],
                   "group_name": [
                       "VCHAR_CI",
                       ""
      @@ -1009,12 +1013,7 @@
                   "group_max_recipients": [
                       "UINT",
                       0
      -            ],
      -            "group_skip_auth": {
      -                "0": "BOOL",
      -                "1": 0,
      -                "after": "group_founder_manage"
      -            }
      +            ]
               },
               "PRIMARY_KEY": "group_id",
               "KEYS": {
      
      

      Attachments

        Issue Links

          Activity

            People

              nickvergessen Joas Schilling
              nickvergessen Joas Schilling
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: