Skip to content

Commit

Permalink
Merge pull request #269 from jackalope/upgrade2.1
Browse files Browse the repository at this point in the history
Added upgrade file for 1.2
  • Loading branch information
dbu committed May 2, 2015
2 parents 00aad53 + e6d31c8 commit b2336b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Upgrade
=======

1.2
---

- The following change needs to be made to your database:

`ALTER TABLE phpcr_nodes ADD numerical_props LONGTEXT DEFAULT NULL;`

The Jackalope implementation integrates with the doctrine schema updater
which means you may also [migrate your database that
way](http://symfony.com/doc/current/book/doctrine.html#generating-getters-and-setters).

0 comments on commit b2336b2

Please sign in to comment.