]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Create a new schema "sql" to represent stored queries.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 30 Nov 2009 17:51:05 +0000 (17:51 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 30 Nov 2009 17:51:05 +0000 (17:51 +0000)
commitb091504591986cd42b7713cffbd07f7b3328c4ad
treefb1f8b3958bb545ccbedef8f019a04f46393815b
parent500aa3a9a941f51b14f0e6f2a09e347f7d8cd48f
Create a new schema "sql" to represent stored queries.

Note: the 008.schema.sql.sql file defines the entire schema,
except for updatable views (which will be defined later).

However the upgrade file 0097.schema.sql-datatype.sql
only adds four tables; likewise for the update to fm_IDL.xml.
The other tables will be added in due course, but in the
meanwhile there will be some tables defined in the schema
file that haven't been added yet by the upgrades.

M    Open-ILS/src/sql/Pg/002.schema.config.sql
A    Open-ILS/src/sql/Pg/upgrade/0097.schema.sql-datatype.sql
A    Open-ILS/src/sql/Pg/008.schema.sql.sql
M    Open-ILS/examples/fm_IDL.xml

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15044 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/008.schema.sql.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/0097.schema.sql-datatype.sql [new file with mode: 0644]