/[dolibarr]/dolibarr/mysql/migration/1.1.0-2.0.0.sql
ViewVC logotype

Diff of /dolibarr/mysql/migration/1.1.0-2.0.0.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.62 by eldy, Wed Sep 7 22:56:05 2005 UTC revision 1.63 by eldy, Tue Sep 13 08:05:47 2005 UTC
# Line 249  alter table llx_boxes add box_order smal Line 249  alter table llx_boxes add box_order smal
249  alter table llx_user drop column module_comm;  alter table llx_user drop column module_comm;
250  alter table llx_user drop column module_compta;  alter table llx_user drop column module_compta;
251  alter table llx_user add datelastaccess datetime;  alter table llx_user add datelastaccess datetime;
252    alter table llx_user add office_phone varchar(20);
253    alter table llx_user add office_fax varchar(20);
254    alter table llx_user add user_mobile varchar(20);
255    
256  alter table llx_user_rights add rowid integer AUTO_INCREMENT PRIMARY KEY;  alter table llx_user_rights add rowid integer AUTO_INCREMENT PRIMARY KEY;
257    

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26