Removed unnecessary table fix drucker
This commit is contained in:
parent
26f60b2390
commit
9ce1baa5ff
|
|
@ -9642,7 +9642,6 @@ $this->RegisterHook('ImportAuftragBefore','onlineshops','ImportAuftragBeforeHook
|
|||
$this->CheckColumn("keinhintergrund","tinyint(1)","drucker","DEFAULT '0' NOT NULL");
|
||||
$this->CheckColumn("faxserver","int(1)","drucker","DEFAULT '0' NOT NULL");
|
||||
$this->CheckColumn("format","varchar(64)","drucker","DEFAULT '' NOT NULL");
|
||||
$this->CheckAlterTable('ALTER TABLE `drucker` DROP COLUMN `printermodule`');
|
||||
$this->CheckColumn('json','TEXT','drucker');
|
||||
|
||||
$this->CheckColumn("ust_befreit","int(1)","lieferschein","NOT NULL");
|
||||
|
|
|
|||
Loading…
Reference in New Issue