summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-04-01 23:24:30 +0000
committerivan <ivan>2008-04-01 23:24:30 +0000
commit87a2ceaf0b21a5e017686b4337c35d133ffed5a1 (patch)
tree4b71fecce1bf871c41a5e1e2b325064356da8227
parentdaaed904d115c94aab3651c22f0ca7d3920c930d (diff)
remove SCHEMA_CHANGE
-rw-r--r--SCHEMA_CHANGE17
1 files changed, 0 insertions, 17 deletions
diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE
deleted file mode 100644
index b3d77aaf8..000000000
--- a/SCHEMA_CHANGE
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-