Commit 22f93801 authored by Frank Bergmann's avatar Frank Bergmann

- OpenACS 5.9 Import

parent 0fd18113
-- acs-mail-lite/sql/oracle/upgrade/upgrade-5.8.1d3-5.8.1d4.sql
--
-- Upgrade acs_mail_lite_queue;
--
-- new columns
alter table acs_mail_lite_queue add filesystem_files varchar(4000);
alter table acs_mail_lite_queue add delete_filesystem_files_p boolean;
\ No newline at end of file
-- acs-mail-lite/sql/postgresql/upgrade/upgrade-5.8.1d3-5.8.1d4.sql
--
-- Modify acs_mail_lite_queue
--
-- New columns
alter table acs_mail_lite_queue
add column filesystem_files text,
add column delete_filesystem_files_p boolean;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment