X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=SCHEMA_CHANGE;h=b3d77aaf8de97be25800c66276a5a328927e4167;hb=a79f6e69559ec438a178f73b8b4d51d6f12c0d36;hp=4e5dcabcff973915436bd2b9cd8fc65fe6ab15ce;hpb=f7fd2a3e34da751cbc02bbf215e99c6dc89adc15;p=freeside.git diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 4e5dcabcf..b3d77aaf8 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -1,7 +1,17 @@ -FS/bin/freeside-setup -httemplate/docs/upgrade10.html -README.1.5.0preX -httemplate/docs/schema.html -for new tables: edit FS/FS.pm, add a new FS/FS/table_name.pm - and FS/t/table_name.t, edit FS/MANIFEST +primarily: +- edit FS/FS/Schema.pm + +if the changes are something other than table and/or column additions: +- httemplate/docs/upgrade10.html +- README.1.7.X + +for new tables: +- make sure the new tables are added to FS/FS/Schema.pm and run make install-perl-modules +- run bin/generate-table-module tablename +- edit the resulting FS/FS/table.pm + +docs: +- sorta neglected: FS/FS.pm +- somehwat neglected: httemplate/docs/schema.html +- really neglected: httemplate/docs/schema.dia