doc/tutorials/advanced/part02_security.rst
branch3.26
changeset 12461 72536c93f3c1
parent 12459 dc793c6ebc48
child 12397 c5eb647b7046
equal deleted inserted replaced
12460:0bb15614e756 12461:72536c93f3c1
   417 
   417 
   418 Prior to those changes, I created an instance, fed it with some data, so I
   418 Prior to those changes, I created an instance, fed it with some data, so I
   419 don't want to create a new one, but to migrate the existing one. Let's see how to
   419 don't want to create a new one, but to migrate the existing one. Let's see how to
   420 do that.
   420 do that.
   421 
   421 
   422 file named file:`<X.Y.Z>_Any.py` ('Any' being there mostly for historical reasons).
       
   423 Migration commands should be put in the cube's :file:`migration` directory, in a
   422 Migration commands should be put in the cube's :file:`migration` directory, in a
       
   423 file named :file:`<X.Y.Z>_Any.py` ('Any' being there mostly for historical
       
   424 reasons and '<X.Y.Z>' being the version number of the cube we are going to release.)
   424 
   425 
   425 Here I'll create a :file:`migration/0.2.0_Any.py` file containing the following
   426 Here I'll create a :file:`migration/0.2.0_Any.py` file containing the following
   426 instructions:
   427 instructions:
   427 
   428 
   428 .. sourcecode:: python
   429 .. sourcecode:: python