diff options
| author | spiderr <spider@viovio.com> | 2011-05-01 12:15:17 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2011-05-01 12:15:17 -0400 |
| commit | bc3c8fd35219243f3d268f849f520963085920a1 (patch) | |
| tree | 49b7adb4ea1177d04331980f225539833641466e | |
| parent | 7cf8f59acd093f781cf58f0ad7fa7ea3ef5ce8f8 (diff) | |
| download | messages-bc3c8fd35219243f3d268f849f520963085920a1.tar.gz messages-bc3c8fd35219243f3d268f849f520963085920a1.tar.bz2 messages-bc3c8fd35219243f3d268f849f520963085920a1.zip | |
add content_id to messagespre-lf-storage-path-to-file-name
| -rw-r--r-- | admin/schema_inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 106ef4b..21df5fd 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -6,6 +6,7 @@ $tables = array( msg_id I4 AUTO PRIMARY, to_user_id I4 NOTNULL, from_user_id I4 NOTNULL, + content_id I4, msg_to X, msg_cc X, msg_bcc X, |
