diff options
author | ivan <ivan> | 2008-04-01 23:24:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-04-01 23:24:46 +0000 |
commit | 215ed1877ba0c161775eb5f144b918cb524b009d (patch) | |
tree | dd82447d16c4ab5be23b56c5b5d2560722c5a93b | |
parent | 5d9567b34290e47d8966c5ead6d928449732b57e (diff) |
remove SCHEMA_CHANGE
-rw-r--r-- | SCHEMA_CHANGE | 17 |
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 - |