@@ -1,10 +0,0 @@
--record(uploads, {key, counter}).
--record(attachment, {
- id,
- name,
- type,
- file,
- thumb,
- owner,
- date,
- data}).
@@ -105,3 +105,5 @@
}).
-define(USER_EXCHANGE(UserId), list_to_binary("user_exchange."++UserId++".fanout")).
+
+-record(uploads, {key, counter}).