forked from extern/egroupware
fixed rename -> rename to
This commit is contained in:
parent
b954657206
commit
cf86cb92d0
@ -1019,7 +1019,7 @@
|
|||||||
{
|
{
|
||||||
global $phpgw_info, $phpgw_setup;
|
global $phpgw_info, $phpgw_setup;
|
||||||
|
|
||||||
$phpgw_setup->db->query("alter table config rename phpgw_config",__LINE__,__FILE__);
|
$phpgw_setup->db->query("alter table config rename to phpgw_config",__LINE__,__FILE__);
|
||||||
|
|
||||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre7";
|
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre7";
|
||||||
}
|
}
|
||||||
@ -1029,7 +1029,7 @@
|
|||||||
{
|
{
|
||||||
global $phpgw_info, $phpgw_setup;
|
global $phpgw_info, $phpgw_setup;
|
||||||
|
|
||||||
$phpgw_setup->db->query("alter table applications rename phpgw_applications",__LINE__,__FILE__);
|
$phpgw_setup->db->query("alter table applications rename to phpgw_applications",__LINE__,__FILE__);
|
||||||
|
|
||||||
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre8";
|
$phpgw_info["setup"]["currentver"]["phpgwapi"] = "0.9.10pre8";
|
||||||
}
|
}
|
||||||
@ -1182,7 +1182,7 @@
|
|||||||
c_tel_msg boolean DEFAULT 'n' NOT NULL,
|
c_tel_msg boolean DEFAULT 'n' NOT NULL,
|
||||||
c_tel_fax boolean DEFAULT 'n' NOT NULL,
|
c_tel_fax boolean DEFAULT 'n' NOT NULL,
|
||||||
c_tel_prefer boolean DEFAULT 'n' NOT NULL,
|
c_tel_prefer boolean DEFAULT 'n' NOT NULL,
|
||||||
d_emailtype text check(d_emailtype in('INTERNET','CompuServe','AOL','Prodigy','eWorld','AppleLink','AppleTalk','PowerShare','IBMMail','ATTMail','MCIMail','X.400','TLX')) DEFAULT 'INTERNET' NOT NULL,
|
d_emailtype text check(status in('INTERNET','CompuServe','AOL','Prodigy','eWorld','AppleLink','AppleTalk','PowerShare','IBMMail','ATTMail','MCIMail','X.400','TLX')) DEFAULT 'INTERNET' NOT NULL,
|
||||||
d_email varchar(64),
|
d_email varchar(64),
|
||||||
d_email_work boolean DEFAULT 'n' NOT NULL,
|
d_email_work boolean DEFAULT 'n' NOT NULL,
|
||||||
d_email_home boolean DEFAULT 'n' NOT NULL,
|
d_email_home boolean DEFAULT 'n' NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user