Changeset 2516 for trunk/install


Ignore:
Timestamp:
Sep 11, 2008, 3:20:25 AM (16 years ago)
Author:
rvelices
Message:

remove ws access table/partners functionality

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/upgrade_1.6.2.php

    r2299 r2516  
    170170;",
    171171
     172/* TABLE DROPPED BEFORE Butterfly/Piwigo release - see later DROP IF EXISTS
    172173"
    173174CREATE TABLE `".PREFIX_TABLE."ws_access` (
     
    183184  UNIQUE KEY `ws_access_ui1` (`name`)
    184185) TYPE=MyISAM COMMENT='Access for Web Services'
    185 ;",
     186;",*/
    186187
    187188"
Note: See TracChangeset for help on using the changeset viewer.