diff options
author | ivan <ivan> | 2006-05-02 13:29:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-05-02 13:29:57 +0000 |
commit | ecc090b960f14a68a51bc966113ab4e0feeb38cf (patch) | |
tree | 31f51d38864fa95367afa96747660667ecbb35e5 /SCHEMA_CHANGE | |
parent | f29c752d6f9e813c10295b334eefb924216e34cf (diff) |
need to install the new Schema.pm before you can autogenerate off it
Diffstat (limited to 'SCHEMA_CHANGE')
-rw-r--r-- | SCHEMA_CHANGE | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 26ebeea76..db39c28d9 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -6,6 +6,7 @@ if the changes are something other than table and/or column additions: - README.1.5.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 |