mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
renamed table notes -> phpgw_notes
This commit is contained in:
parent
20a4929ff5
commit
f6630b7a33
@ -292,7 +292,7 @@
|
|||||||
);";
|
);";
|
||||||
$phpgw_setup->db->query($sql);
|
$phpgw_setup->db->query($sql);
|
||||||
|
|
||||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre11';
|
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre12';
|
||||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||||
update_version_table();
|
update_version_table();
|
||||||
// $phpgw_setup->update_version_table();
|
// $phpgw_setup->update_version_table();
|
||||||
|
@ -265,7 +265,7 @@
|
|||||||
);";
|
);";
|
||||||
$phpgw_setup->db->query($sql);
|
$phpgw_setup->db->query($sql);
|
||||||
|
|
||||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre10';
|
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre12';
|
||||||
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
$phpgw_info['setup']['oldver']['phpgwapi'] = $phpgw_info['setup']['currentver']['phpgwapi'];
|
||||||
update_version_table();
|
update_version_table();
|
||||||
?>
|
?>
|
@ -1088,14 +1088,14 @@
|
|||||||
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre11';
|
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre11';
|
||||||
}
|
}
|
||||||
|
|
||||||
$test[] = '0.9.10pre10';
|
$test[] = '0.9.10pre11';
|
||||||
function upgrade0_9_10pre10()
|
function upgrade0_9_10pre11()
|
||||||
{
|
{
|
||||||
global $phpgw_info, $phpgw_setup;
|
global $phpgw_info, $phpgw_setup;
|
||||||
|
|
||||||
$phpgw_setup->db->query("create table phpgw_temp as select * from notes",__LINE__,__FILE__);
|
$phpgw_setup->db->query("create table phpgw_temp as select * from notes",__LINE__,__FILE__);
|
||||||
|
|
||||||
$phpgw_setup->db->query("drop sequence notes_note_id_seq");
|
$phpgw_setup->db->query("drop sequence notes_note_id_seq",__LINE__,__FILE__);
|
||||||
|
|
||||||
$phpgw_setup->db->query("drop table notes",__LINE__,__FILE__);
|
$phpgw_setup->db->query("drop table notes",__LINE__,__FILE__);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user