small bugfix for r56 sql upgrade script (vendor r1707)
git-svn-id: https://svn.libreccm.org/ccm/trunk@57 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
6b98a97dab
commit
02b52f11ac
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue