Project

General

Profile

Task #869

Updated by Aaron Marcuse-Kubitza over 9 years ago

h3. fix 

 allow refactoring the live public schema the same way as the live TNRS cache: 

 # rename constant tables with a prefix/suffix that tags them as such 
 ** this allows them to be included in the DB structure export when data is excluded 
 # change the public schema export script to exclude data (which is currently included) but include constant tables (which would otherwise be excluded) via a pattern-match filter 
 # document how to use the public schema export script in the same way as the TNRS cache export script to determine which refactoring changes are missing from the live public schema

Back