]> ruin.nu Git - ndwebbie.git/commit
Change the calls and incomings structure
authorMichael Andreen <harv@ruin.nu>
Thu, 30 Jul 2009 15:27:10 +0000 (17:27 +0200)
committerMichael Andreen <harv@ruin.nu>
Fri, 21 Aug 2009 14:00:48 +0000 (16:00 +0200)
commitaa42aa5497f10f957d426f5777a746f3af49f534
tree77aa9179a34b30b61b74bb431a52ffbff9390d67
parent85d8a494df2ada3f891653a950246046d23a981d
Change the calls and incomings structure

Rename the call id to call, and the incoming id to inc, so it is unique
within the database and thus can be used in natural join and join ..
using.

Remove covered and open variables and replace with a status. Different
statuses can be added to call_statuses table, but at the moment only
Open, Covered and Ignored is supported.
database/calls.sql [new file with mode: 0644]
lib/NDWeb/Controller/Alliances.pm
lib/NDWeb/Controller/Calls.pm
lib/NDWeb/Controller/Intel.pm
lib/NDWeb/Controller/Members.pm
root/src/calls/edit.tt2
root/src/calls/list.tt2
root/src/members/index.tt2