Skip to content

Commit

Permalink
Removed outdated notes about future reference. The future is here. ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 5, 2008
1 parent 14ccfea commit 43c6f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sql/Pg/Bric/Biz/ElementType.sql
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion sql/mysql/Bric/Biz/ElementType.sql
Expand Up @@ -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,
Expand Down

0 comments on commit 43c6f91

Please sign in to comment.