Skip to content

Commit

Permalink
Qual: Removed deprecated table
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 5, 2012
1 parent 105cb23 commit f960703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/3.2.0-3.3.0.sql
Expand Up @@ -15,6 +15,8 @@
-- -- VPGSQL8.2 DELETE FROM llx_usergroup_user WHERE fk_user NOT IN (SELECT rowid from llx_user);
-- -- VMYSQL4.1 DELETE FROM llx_usergroup_user WHERE fk_usergroup NOT IN (SELECT rowid from llx_usergroup);

DROP TABLE llx_product_ca;

ALTER TABLE llx_societe ADD COLUMN idprof6 varchar(128) after idprof5;
ALTER TABLE llx_societe DROP COLUMN fk_secteur;
ALTER TABLE llx_societe DROP COLUMN description;
Expand Down
26 changes: 0 additions & 26 deletions htdocs/install/mysql/tables/llx_product_ca.sql

This file was deleted.

0 comments on commit f960703

Please sign in to comment.