// Update sql for Accounting

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10135 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vSchoener
2011-11-15 15:04:08 +00:00
parent bc5fb5c6f9
commit 6b502937dd
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -1595,6 +1595,7 @@ CREATE TABLE `PREFIX_tax` (
`rate` DECIMAL(10, 3) NOT NULL,
`active` tinyint(1) unsigned NOT NULL default '1',
`deleted` tinyint(1) unsigned NOT NULL default '0',
`account_number` varchar(64) NOT NULL,
PRIMARY KEY (`id_tax`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8;