Skip to content

Commit

Permalink
spacemanager: Fix capitalization bug in liquibase changeset
Browse files Browse the repository at this point in the history
Target: trunk
Require-notes: no
Require-book: no
Acked-by: Paul Millar <paul.millar@desy.de>
Patch: http://rb.dcache.org/r/6434/
  • Loading branch information
gbehrmann committed Jan 21, 2014
1 parent 1750f0b commit 3475087
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@
<column name="deleted" type="int"/>
</createTable>

<addForeignKeyConstraint baseColumnNames="spaceReservationId"
<addForeignKeyConstraint baseColumnNames="spacereservationid"
baseTableName="srmspacefile"
constraintName="fk_srmspacefile_l"
referencedColumnNames="id"
Expand Down

0 comments on commit 3475087

Please sign in to comment.