From 43c6f916efe0bed686d82b8adc1d48cb7e6c1c9d Mon Sep 17 00:00:00 2001 From: David Wheeler Date: Tue, 5 Feb 2008 19:31:24 +0000 Subject: [PATCH] Removed outdated notes about future reference. The future is here. ;-) --- sql/Pg/Bric/Biz/ElementType.sql | 2 +- sql/mysql/Bric/Biz/ElementType.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/Pg/Bric/Biz/ElementType.sql b/sql/Pg/Bric/Biz/ElementType.sql index 8cf62376d..080426417 100644 --- a/sql/Pg/Bric/Biz/ElementType.sql +++ b/sql/Pg/Bric/Biz/ElementType.sql @@ -70,7 +70,7 @@ CREATE TABLE element_type ( -- Table: subelement_type -- -- Description: A table that manages element type parent/child relationships. --- Here for future reference. + CREATE TABLE subelement_type ( id INTEGER NOT NULL DEFAULT NEXTVAL('seq_subelement_type'), diff --git a/sql/mysql/Bric/Biz/ElementType.sql b/sql/mysql/Bric/Biz/ElementType.sql index 41acf6599..848cd3fc2 100644 --- a/sql/mysql/Bric/Biz/ElementType.sql +++ b/sql/mysql/Bric/Biz/ElementType.sql @@ -40,7 +40,7 @@ CREATE TABLE element_type ( -- Table: subelement_type -- -- Description: A table that manages element type parent/child relationships. --- Here for future reference. + CREATE TABLE subelement_type ( id INTEGER NOT NULL AUTO_INCREMENT, parent_id INTEGER NOT NULL,