diff options
Diffstat (limited to 'SCHEMA_CHANGE')
-rw-r--r-- | SCHEMA_CHANGE | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE new file mode 100644 index 000000000..b3d77aaf8 --- /dev/null +++ b/SCHEMA_CHANGE @@ -0,0 +1,17 @@ +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 + |