Storing the MRF Policies on database
This issue will serve as a discussion and reference for other issues (at least #612 (closed)).
PostgreSQL Schema proposals
-
A single table with a single tuple (containing all the MRF fields) that will be updated;
-
A single table with the tuples, a new one being inserted when the previous is modified (to ease rollbacks);
-
??? You tell me!