Unknown column 'host' in 'ident_switch'

Issue #67 resolved
Xuo created an issue

Hi,

I’ve just updated ident_switch following what is explained in Issue#55.

I was using the dev-master version of ident_switch and wanted to use the latest stable : 4.2

# php composer.phar clearcache
# php composer.phar selfupdate
# php composer.phar update
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 0 installs, 2 updates, 0 removals
  - Downgrading boressoft/ident_switch (dev-master 6f86e64 => 4.2):     The package has modified files:
    M SQL/mysql.initial.sql
    M ident_switch.php
    Discard changes [y,n,v,d,s,?]? y
 Checking out abc3c9ea5f
Updating database schema for ident_switch
Updating database schema (2016060200)... [OK]
Updating database schema (2018071600)... [OK]
Updating database schema (2018121800)... [FAILED]
ERROR: Error in DDL upgrade 2018121800: [1054] Unknown column 'host' in 'ident_switch'

Do you know how to solve this issue ?

Regards.

Xuo.

Comments (3)

  1. Log in to comment