Browse Source

remove excess #attachment entity

Andrii Zadorozhnii 12 years ago
parent
commit
42c0464428
2 changed files with 2 additions and 10 deletions
  1. 0 10
      include/attachments.hrl
  2. 2 0
      include/users.hrl

+ 0 - 10
include/attachments.hrl

@@ -1,10 +0,0 @@
--record(uploads, {key, counter}).
--record(attachment, {
-        id, 
-        name,
-        type,
-        file,
-        thumb,
-        owner,
-        date,
-        data}).

+ 2 - 0
include/users.hrl

@@ -105,3 +105,5 @@
         }).
         }).
 
 
 -define(USER_EXCHANGE(UserId), list_to_binary("user_exchange."++UserId++".fanout")).
 -define(USER_EXCHANGE(UserId), list_to_binary("user_exchange."++UserId++".fanout")).
+
+-record(uploads, {key, counter}).