renamed table notes -> phpgw_notes

This commit is contained in:
bettina 2001-02-22 17:02:28 +00:00
parent 20a4929ff5
commit f6630b7a33
3 changed files with 5 additions and 5 deletions

View File

@ -292,7 +292,7 @@
);";
$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'];
update_version_table();
// $phpgw_setup->update_version_table();

View File

@ -265,7 +265,7 @@
);";
$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'];
update_version_table();
?>

View File

@ -1088,14 +1088,14 @@
$phpgw_info['setup']['currentver']['phpgwapi'] = '0.9.10pre11';
}
$test[] = '0.9.10pre10';
function upgrade0_9_10pre10()
$test[] = '0.9.10pre11';
function upgrade0_9_10pre11()
{
global $phpgw_info, $phpgw_setup;
$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__);