Recurrent Invoices: fixed buggy call to non existing function and payment terms type...
[fa-stable.git] / sql / alter2.5.sql
index 42fbc9f49942ed05b7486c2c9c780b050b62238d..0c316f1672b5f7108991879ad0cedd90d9a4ec2a 100644 (file)
@@ -61,8 +61,8 @@ UPDATE `0_cust_branch` branch
 ALTER TABLE `0_tax_group_items` DROP COLUMN `tax_shipping`;
 
 # new debug trail
-DROP TABLE `1_sql_trail`;
-CREATE TABLE `1_db_trail` (
+DROP TABLE `0_sql_trail`;
+CREATE TABLE `0_db_trail` (
                `id` int(11) NOT NULL AUTO_INCREMENT,
                `stamp` timestamp DEFAULT CURRENT_TIMESTAMP,
                `user` tinyint(3) unsigned NOT NULL DEFAULT '0',