diff --git a/ccm-forum/sql/ccm-forum/upgrade/postgres-6.5.0-6.5.1.sql b/ccm-forum/sql/ccm-forum/upgrade/postgres-6.5.0-6.5.1.sql index 339ec28ce..d8c449aa8 100644 --- a/ccm-forum/sql/ccm-forum/upgrade/postgres-6.5.0-6.5.1.sql +++ b/ccm-forum/sql/ccm-forum/upgrade/postgres-6.5.0-6.5.1.sql @@ -21,14 +21,14 @@ begin; -\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_thread_subscriber.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_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_anonymous_option.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_thread_subscriber.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_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_anonymous_option.sql commit;