misc/migration/3.4.0_Any.py
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 29 Sep 2015 15:15:03 +0200
changeset 10626 93f8d239c708
parent 8798 cdab3aadc679
permissions -rw-r--r--
[server] use sqls_create_multicol_unique_index to index entities.extid SQL Server's UNIQUE is not standards compliant, it doesn't accept two NULL values. Related to #7173702.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8798
cdab3aadc679 [migration] mark all version prior 3.7 as non-migrable
Pierre-Yves David <pierre-yves.david@logilab.fr>
parents: 2127
diff changeset
     1
raise NotImplementedError("Cannot migrate such an old version. Use intermediate Cubiweb version (try 3.16.x)")