diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-11-24 13:27:24 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-11-24 13:27:24 +0000 |
| commit | bf662d6d6551ff2ac30372b37f76333910ea45f6 (patch) | |
| tree | 70f9d4b838439cd91862420fdab40059f8812196 /include | |
| parent | aa397d37163ad150c4489fc68e4143dad75809ad (diff) | |
| download | rabbitmq-server-git-bf662d6d6551ff2ac30372b37f76333910ea45f6.tar.gz | |
Mnesia upgrade to convert user to internal_user records. Painful since the built-in Mnesia upgrade system does not let us change the type in a table.
Diffstat (limited to 'include')
| -rw-r--r-- | include/rabbit.hrl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl index 7dda921131..c45099e20c 100644 --- a/include/rabbit.hrl +++ b/include/rabbit.hrl @@ -35,7 +35,6 @@ impl %% Scratch space for that module }). -%% TODO mnesia-upgrade this -record(internal_user, {username, password_hash, is_admin}). -record(permission, {configure, write, read}). -record(user_vhost, {username, virtual_host}). |
