renamed table notes -> phpgw_notes

This commit is contained in:
bettina
2001-02-22 16:23:00 +00:00
parent bdac59038b
commit c51f21db61
6 changed files with 55 additions and 14 deletions

View File

@ -248,10 +248,11 @@
)";
$phpgw_setup->db->query($sql);
$sql = "CREATE TABLE notes (
$sql = "CREATE TABLE phpgw_notes (
note_id serial,
note_owner int,
note_date int,
note_category int,
note_content text
)";
$phpgw_setup->db->query($sql);