projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7284bb4
)
Fixed buggy prefix in upgrade sql file.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 19 Aug 2019 13:44:22 +0000
(15:44 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Mon, 19 Aug 2019 13:44:22 +0000
(15:44 +0200)
sql/alter2.5.sql
patch
|
blob
|
history
diff --git
a/sql/alter2.5.sql
b/sql/alter2.5.sql
index 42fbc9f49942ed05b7486c2c9c780b050b62238d..0c316f1672b5f7108991879ad0cedd90d9a4ec2a 100644
(file)
--- a/
sql/alter2.5.sql
+++ b/
sql/alter2.5.sql
@@
-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',