]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Clear up some muddlement in the design of query.from_relation.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Mar 2010 15:41:40 +0000 (15:41 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 24 Mar 2010 15:41:40 +0000 (15:41 +0000)
commit30cbc534c2398163264ee4130eec19be2fd5c3fb
tree41154b7290630b36ad27aeec8a57cdfb595badff
parentec8da51cf90ce2d12765e68b0091c866dfc2a9ea
Clear up some muddlement in the design of query.from_relation.

The table_alias column should be nullable, but it shouldn't be required
to be null for a core table.

M    Open-ILS/src/sql/Pg/002.schema.config.sql
M    Open-ILS/src/sql/Pg/008.schema.query.sql
A    Open-ILS/src/sql/Pg/upgrade/0207.schema.query.nullable-table-alias.sql

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15946 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/008.schema.query.sql
Open-ILS/src/sql/Pg/upgrade/0207.schema.query.nullable-table-alias.sql [new file with mode: 0644]