mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 00:14:57 +02:00
renamed table notes -> phpgw_notes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user