small bugfix for r56 sql upgrade script (vendor r1707)

git-svn-id: https://svn.libreccm.org/ccm/trunk@57 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2008-06-22 13:28:30 +00:00
parent 6b98a97dab
commit 02b52f11ac
1 changed files with 8 additions and 8 deletions

View File

@ -21,14 +21,14 @@
begin; begin;
\i ./postgres/6.5.0-6.5.1/add_privileges.sql \i postgres/6.5.0-6.5.1/add_privileges.sql
\i ./postgres/6.5.0-6.5.1/add_groups.sql \i postgres/6.5.0-6.5.1/add_groups.sql
\i ./postgres/6.5.0-6.5.1/add_thread_subscriber.sql \i postgres/6.5.0-6.5.1/add_thread_subscriber.sql
\i ./postgres/6.5.0-6.5.1/add_file_attachments.sql \i postgres/6.5.0-6.5.1/add_file_attachments.sql
\i ./postgres/6.5.0-6.5.1/add_forum_introduction.sql \i postgres/6.5.0-6.5.1/add_forum_introduction.sql
\i ./postgres/6.5.0-6.5.1/add_image_uploads.sql \i postgres/6.5.0-6.5.1/add_image_uploads.sql
\i ./postgres/6.5.0-6.5.1/add_forum_no_category_posts.sql \i postgres/6.5.0-6.5.1/add_forum_no_category_posts.sql
\i ./postgres/6.5.0-6.5.1/add_anonymous_option.sql \i postgres/6.5.0-6.5.1/add_anonymous_option.sql
commit; commit;