Skip to content

Commit

Permalink
Removed left over mshop_supplier flag column
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Nov 25, 2018
1 parent 38fe634 commit 37cb444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mshoplib/setup/default/schema/supplier.php
Expand Up @@ -57,7 +57,6 @@
$table->addColumn( 'website', 'string', array( 'length' => 255 ) );
$table->addColumn( 'longitude', 'decimal', array( 'precision' => 8, 'scale' => 6, 'notnull' => false ) );
$table->addColumn( 'latitude', 'decimal', array( 'precision' => 8, 'scale' => 6, 'notnull' => false ) );
$table->addColumn( 'flag', 'integer', [] );
$table->addColumn( 'pos', 'smallint', [] );
$table->addColumn( 'mtime', 'datetime', [] );
$table->addColumn( 'ctime', 'datetime', [] );
Expand Down

0 comments on commit 37cb444

Please sign in to comment.