Changeset 9542 for trunk/Open-ILS/src/sql/Pg/011.schema.authority.sql
- Timestamp:
- 05/09/08 12:31:09 (2 months ago)
- Files:
-
- 1 modified
-
trunk/Open-ILS/src/sql/Pg/011.schema.authority.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/sql/Pg/011.schema.authority.sql
r4794 r9542 24 24 CREATE TABLE authority.record_note ( 25 25 id BIGSERIAL PRIMARY KEY, 26 record BIGINT NOT NULL REFERENCES authority.record_entry (id) ,26 record BIGINT NOT NULL REFERENCES authority.record_entry (id) DEFERRABLE INITIALLY DEFERRED, 27 27 value TEXT NOT NULL, 28 28 creator INT NOT NULL DEFAULT 1,
