X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=SCHEMA_CHANGE;h=26ebeea76844be2c1bbb9e4fcc8834da86fe7bee;hb=cf8f8aafc5595b31f24a7b0d06289c830d123cb8;hp=2838598f96492c9df69147fd7984d20def4a350c;hpb=b8cfd0780aa40bb07f3215bf9cb58011f5e32a35;p=freeside.git diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 2838598f9..26ebeea76 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -1,7 +1,16 @@ -FS/bin/freeside-setup -httemplate/docs/upgrade10.html -README.1.5.0pre6 -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.5.X + +for new tables: +- 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