projects
/
order_line_extra.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fddf115
)
Fix view creation to use MOP productino database.
author
Maxime Bourget
<bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:41 +0000
(08:33 +0100)
committer
Maxime Bourget
<bmx007@gmail.com>
Mon, 17 Jun 2013 07:33:41 +0000
(08:33 +0100)
sql/create_topick_view.sql
patch
|
blob
|
history
diff --git
a/sql/create_topick_view.sql
b/sql/create_topick_view.sql
index a677f6cd55348da701efe7f72a92e1d7db45e710..433ade251b4483da41c2bd7ccaea1d225a3c2830 100644
(file)
--- a/
sql/create_topick_view.sql
+++ b/
sql/create_topick_view.sql
@@
-1,4
+1,4
@@
-
+drop view if exists 0_topick;
Create View `0_topick` AS select
`move`.`sku` AS `sku`,
`move`.`location` AS `location`,
@@
-10,4
+10,4
@@
Create View `0_topick` AS select
`move`.`detailId` AS `detail_id`,
`move`.`quantity` AS `quantity`,
`move`.`id` AS `id`,
-`move`.`type` AS `type` from `
test_mop`.`move`
+`move`.`type` AS `type` from `
mop`.`move`