Added $FS::Record::no_update_diff flag to update "identical" records anyway.
[freeside.git] / SCHEMA_CHANGE
1 primarily:
2 - edit FS/FS/Schema.pm
3
4 if the changes are something other than table and/or column additions:
5 - httemplate/docs/upgrade10.html
6 - README.1.7.X
7
8 for new tables:
9 - make sure the new tables are added to FS/FS/Schema.pm and run make install-perl-modules
10 - run bin/generate-table-module tablename
11 - edit the resulting FS/FS/table.pm
12
13 docs:
14 - sorta neglected: FS/FS.pm
15 - somehwat neglected: httemplate/docs/schema.html
16 - really neglected: httemplate/docs/schema.dia
17