[RSS Feed/News] Upgrade step did not run on fresh install

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
Hello all,

I recently finished packing an addon which has had 3 versions so far:
  1. 1000030
  2. 1000130
  3. 1010030

The Setup.php file contains the following steps
PHP:

Code:
public function installStep1()
{
    $this->schemaManager()->createTable('xf_asp_fb_foo', function(\XF\Db\Schema\Create $table)
    {
        $table->checkExists(true);
        $table->addColumn('sys_id', 'int')->autoIncrement();
        $table->addColumn('title', 'varchar', 40)...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom