Skip to content

Commit

Permalink
*8148* schema tweaks for library files
Browse files Browse the repository at this point in the history
  • Loading branch information
jnugent committed Mar 11, 2013
1 parent 6a3df9b commit ee33b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbscripts/xml/upgrade/1.1.0.0_preupdate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@
<rename table="genres" column="press_id" to="context_id" />
<rename table="press_defaults" column="press_id" to="context_id" />
<rename table="press_defaults" to="context_defaults" />
<rename table="library_files" column="press_id" to="context_id" />
<rename table="library_files" column="monograph_id" to="submission_id" />
</sql>
</data>

0 comments on commit ee33b73

Please sign in to comment.