Index: openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml,v diff -u -N -r1.60.2.4 -r1.60.2.5 --- openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 20 Nov 2019 11:27:31 -0000 1.60.2.4 +++ openacs-4/packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml 22 Nov 2019 16:30:46 -0000 1.60.2.5 @@ -878,7 +878,7 @@ First step is to create the notification types. To do this a script similar to the one below needs to be loaded into Postgresql. I create this script in a package-name/sql/postgresql/package-name-notifications-init.sql file. I then load - this file from my create sql file. The following code snippet is taken from + this file from my create SQL file. The following code snippet is taken from Weblogger. It creates a lars_blogger_notif notification type (which was created above). @@ -1569,8 +1569,7 @@ If your package changes its data model, you have to write an upgrade script. This is very easy in OpenACS. - First, you want to make sure you change the original .sql - file so that new installation will have the new data model. + First, you want to make sure you change the original .sql file so that new installation will have the new data model. Next, check what version your package is currently at. For example, it may be at version 1.0b1. Create a file in