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/6436/
  • Loading branch information
gbehrmann committed Jan 21, 2014
1 parent 9e4e85b commit 76ead5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -130,7 +130,7 @@
<column name="creationtime" type="bigint"/>
<column name="lifetime" type="bigint"/>
<column name="pnfspath" type="varchar(32672)"/>
<column name="pnfsId" type="varchar(32672)"/>
<column name="pnfsid" type="varchar(32672)"/>
<column name="state" type="int"/>
<column name="deleted" type="int"/>
</createTable>
Expand Down

0 comments on commit 76ead5a

Please sign in to comment.