]> git.evergreen-ils.org Git - Evergreen.git/commit
Add a new boolean column usr_summary to actor.stat_cat.
authorscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Jul 2009 17:27:10 +0000 (17:27 +0000)
committerscottmk <scottmk@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 8 Jul 2009 17:27:10 +0000 (17:27 +0000)
commit9827fdedf59d8aff9a57acdc38c51f389c4b4dcc
tree8f7fb6710aaaab9678edc2e7f48fa9ae5b88de9c
parent1ae24460fe4c7c593181bbcc50df38d43f205743
Add a new boolean column usr_summary to actor.stat_cat.

SQL to apply this change to an existing table:

alter table actor.stat_cat
add column usr_summary boolean not null default false;

git-svn-id: svn://svn.open-ils.org/ILS/trunk@13532 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/005.schema.actors.sql