Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 05291ab

Browse files
Split README file (#11)
1 parent e80f865 commit 05291ab

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,3 @@ Visitor Tracking Bundle
88
=======================
99

1010
A Symfony bundle to track requests.
11-
12-
## Upgrading from 0.x to 1.x
13-
14-
The main difference is the move to multiple A/B testing seeds connected to a lifetime.
15-
You will probably want to run some kind of migration like:
16-
17-
`INSERT INTO seed SELECT NULL, id, 'default', seed FROM lifetime`
18-
19-
`ALTER TABLE lifetime DROP seed`
20-
21-
You can then get the old seed by doing `$lifetime->getSeed('default')`

UPGRADE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Upgrading from 0.x to 1.x
2+
3+
The main difference is the move to multiple A/B testing seeds connected to a lifetime.
4+
You will probably want to run some kind of migration like:
5+
6+
`INSERT INTO seed SELECT NULL, id, 'default', seed FROM lifetime`
7+
8+
`ALTER TABLE lifetime DROP seed`
9+
10+
You can then get the old seed by doing `$lifetime->getSeed('default')`

0 commit comments

Comments
 (0)