diff options
Diffstat (limited to 'perl/sql')
| -rw-r--r-- | perl/sql/Wallet-Schema-0.08-PostgreSQL.sql | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/perl/sql/Wallet-Schema-0.08-PostgreSQL.sql b/perl/sql/Wallet-Schema-0.08-PostgreSQL.sql index a5de23d..296909f 100644 --- a/perl/sql/Wallet-Schema-0.08-PostgreSQL.sql +++ b/perl/sql/Wallet-Schema-0.08-PostgreSQL.sql @@ -1,4 +1,4 @@ ---  +--  -- Created by SQL::Translator::Producer::PostgreSQL  -- Created on Fri Jan 25 14:12:02 2013  -- @@ -23,7 +23,7 @@  -- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,  -- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE  -- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ---  +--  --  -- Table: acl_history  -- @@ -218,6 +218,6 @@ ALTER TABLE "objects" ADD FOREIGN KEY ("ob_acl_store")  ALTER TABLE "objects" ADD FOREIGN KEY ("ob_type")    REFERENCES "types" ("ty_name") DEFERRABLE; -ALTER TABLE "object_history" ADD FOREIGN KEY ("oh_type", "oh_name") -  REFERENCES "objects" ("ob_type", "ob_name") DEFERRABLE; +--ALTER TABLE "object_history" ADD FOREIGN KEY ("oh_type", "oh_name") +--  REFERENCES "objects" ("ob_type", "ob_name") DEFERRABLE; | 
