welcome to the new world
[freeside.git] / SCHEMA_CHANGE
index 2838598..b3d77aa 100644 (file)
@@ -1,7 +1,17 @@
-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.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