diff options
Diffstat (limited to 'sql/postgresql/migrate_from_1.x_to_2.0.pgsql')
-rw-r--r-- | sql/postgresql/migrate_from_1.x_to_2.0.pgsql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/postgresql/migrate_from_1.x_to_2.0.pgsql b/sql/postgresql/migrate_from_1.x_to_2.0.pgsql index 424ca540..e036842d 100644 --- a/sql/postgresql/migrate_from_1.x_to_2.0.pgsql +++ b/sql/postgresql/migrate_from_1.x_to_2.0.pgsql @@ -18,7 +18,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ --- $Id$ +-- /* first start a transaction to possibly create the auto_replies and auto_notifications tables, which might, or might not be present. |