misc/migration/bootstrapmigration_repository.py
branchstable
changeset 6105 a648c832da1f
parent 5424 8ecbcbff9777
child 6208 07b176640a8c
equal deleted inserted replaced
6104:a57db3faa913 6105:a648c832da1f
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """allways executed before all others in server migration
    18 """allways executed before all others in server migration
    19 
    19 
    20 it should only include low level schema changes
    20 it should only include low level schema changes
    21 
       
    22 """
    21 """
    23 from __future__ import with_statement
    22 from __future__ import with_statement
    24 
    23 
    25 from cubicweb.server.session import hooks_control
    24 from cubicweb.server.session import hooks_control
    26 from cubicweb.server import schemaserial as ss
    25 from cubicweb.server import schemaserial as ss