partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0f04f6bfb9803d24f8c805225e8c76fd17cc0dc3
parent 30869f8e439076f850fcca9d110dba2385484057
Author: Felicitus <felicitus@felicitus.org>
Date:   Tue,  7 Jul 2015 23:00:22 +0200

Increased session column to 64 chars, as this is required for the mock_file storage

Diffstat:
Msrc/backend/PartKeepr/Session/Session.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/PartKeepr/Session/Session.php b/src/backend/PartKeepr/Session/Session.php @@ -14,7 +14,7 @@ class Session { */ private $id; - /** @ORM\Column(length=50) */ + /** @ORM\Column(length=64) */ private $sessionid; /**