source: branches/version-2_4-dev/html/install/sql/drop_view.sql @ 18493

Revision 18493, 220 bytes checked in by Yammy, 16 years ago (diff)

http://svn.ec-cube.net/open_trac/ticket/528
改行コードが混在している
php,inc,tpl,css,sql,js の拡張子のファイルに対して、
find, dos2unix にて一括変換

  • Property svn:mime-type set to application/x-httpd-php; charset=UTF-8
Line 
1DROP VIEW vw_category_count;
2DROP VIEW vw_product_class;
3DROP VIEW vw_products_allclass_detail;
4DROP VIEW vw_products_allclass;
5DROP VIEW vw_products_nonclass;
6DROP VIEW vw_cross_products_class;
7DROP VIEW vw_cross_class;
Note: See TracBrowser for help on using the repository browser.